Skip to content
This repository was archived by the owner on Apr 18, 2024. It is now read-only.

code11/googledata-flex

Folders and files

NameName
Last commit message
Last commit date

Latest commit

5f0cb41 · Oct 31, 2013

History

5 Commits
May 12, 2011
May 12, 2011
Oct 31, 2013
Oct 31, 2013
May 12, 2011
May 12, 2011
Oct 31, 2013
May 12, 2011
Oct 31, 2013
Oct 31, 2013

Repository files navigation

googledata-flex

This is an Flex library for Google Calendar Data API.

So far it supports:

  • retrieving calendars
  • adding a new calendar
  • updating a calendar
  • deleting a calendar
  • retrieving events from a calendar
  • adding an event
  • updating an event
  • set recurrence options when adding or updating events (this is not full featured yet just look at the Recurrence class to view options).
  • delete an event

For convenience and testing it was setup as an air project. In the main application there are some buttons and lists that handle all these calls mostly with hardcoded values. There is some work left to be done (part of the api is not yet supported) but it might be useful as it is for some projects that's why we've decided to release it now.