Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sujitreddyg/as3googlecalendarlib
ActionScript 3 library for Google Calendar API
https://github.com/sujitreddyg/as3googlecalendarlib
Last synced: 3 months ago
JSON representation
ActionScript 3 library for Google Calendar API
- Host: GitHub
- URL: https://github.com/sujitreddyg/as3googlecalendarlib
- Owner: sujitreddyg
- Created: 2015-03-16T06:03:56.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-03-16T06:20:29.000Z (over 9 years ago)
- Last Synced: 2024-06-23T23:42:30.892Z (5 months ago)
- Language: ActionScript
- Homepage:
- Size: 309 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-actionscript-sorted - as3googlecalendarlib - ActionScript 3 library for Google Calendar API (API / Other API)
README
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