The Google Calendar API can be used to find and view public calendar events. With authorization you can also access and modify private calendars and events on those calendars.
You can use the Google Calendar API to find and view public calendar events. If you’re authorized, you can also access and modify private calendars and events on those calendars. With the API, your apps can do the following programmatically:
- Create events
- Delete and insert an existing calendar from the users calendar list
- Get calendar list, individual events or get the rules in the access control list for a calendar
For more information about Calendar itself, check out the Calendar API documentation.
This Connector contains the following configured connector calls:
createEvent
|
|
deleteCalendarList
|
|
freebusy
|
|
getACLList
|
|
getCalenderList
|
|
getEvents
|
|
insertCalendarList
|
Inserts an existing calendar into the user’s calendar list.
|