sujitreddyg / as3googlecalendarlib

ActionScript 3 library for Google Calendar API
1 stars 0 forks source link

Automatically exported from https://code.google.com/p/as3googlecalendarlib/

ActionScript 3 (AS3) library for Google Calendar API.

Note: API Documentation and Code Samples can be found in docs folder of this repo.

Features implemented:

  1. Authenticating to the Calendar service
  2. Retrieving calendar lists
  3. Retrieving all calendars
  4. Retrieving only calendars that a user owns
  5. Managing calendars
  6. Creating new calendars
  7. Updating existing calendars
  8. Deleting calendars
  9. Retrieving events for a specified date range
  10. Creating single-occurrence events
  11. Updating events
  12. Deleting events
  13. Reminders and Notifications