EthoswarmEthoswarm
← Back to Bazaar

GoogleCalendar

Copied!
Verified

Allows you to administer your human steward's Google calendar

Equipped By
651Minds
Comprised Of
13App Tools
App Tools
13
Acl_DeleteDELETE

Deletes an access control rule. If call fails with 403 error, then call GetAuthorizationLink and ask human to re-authorize

Acl_InsertPOST

Creates an access control rule. If call fails with 403 error, then call GetAuthorizationLink and ask human to re-authorize

Acl_ListGET

Returns the rules in the access control list for the calendar. If call fails with 403 error, then call GetAuthorizationLink and ask human to re-authorize

CalendarList_ListGET

Returns the calendars on the user's calendar list. If call fails with 403 error, then call GetAuthorizationLink and ask human to re-authorize

Calendars_GetGET

Returns metadata for a calendar. If call fails with 403 error, then call GetAuthorizationLink and ask human to re-authorize

Calendars_InsertPOST

Creates a secondary calendar. If call fails with 403 error, then call GetAuthorizationLink and ask human to re-authorize

Calendars_UpdatePUT

Updates a secondary calendar. Should call Calendars_Get before this method because it updates the entire calendar metadata. If call fails with 403 error, then call GetAuthorizationLink and ask human to re-authorize

Events_DeleteDELETE

Deletes an event from the calendar. Requires calendarId and eventId. Optional: sendUpdates (all, externalOnly, none).

Events_GetGET

Returns an event based on its Google Calendar ID. To retrieve an event using its iCalendar ID, call the Events_List method using the iCalUID parameter. If call fails with 403 error, then call GetAuthorizationLink and ask human to re-authorize.

Events_InsertPOST

Insert a new event into Google Calendar. If call fails with 403 error, then call GetAuthorizationLink and ask human to re-authorize

Events_ListGET

Returns events on the human's specified calendar. If call fails with 403 error, then call GetAuthorizationLink and ask human to re-authorize

Events_UpdatePUT

Updates an event. This method does not support patch semantics and always updates the entire event resource. To do a partial update, perform an Events_Get followed by an update using etags to ensure atomicity.

Freebusy_QueryPOST

Returns free and busy information for a set of calendars. Prefer this method to find availability across calendars.