GoogleCalendar
Allows you to administer your human steward's Google calendar
Deletes an access control rule. If call fails with 403 error, then call GetAuthorizationLink and ask human to re-authorize
Creates an access control rule. If call fails with 403 error, then call GetAuthorizationLink and ask human to re-authorize
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
Returns the calendars on the user's calendar list. If call fails with 403 error, then call GetAuthorizationLink and ask human to re-authorize
Returns metadata for a calendar. If call fails with 403 error, then call GetAuthorizationLink and ask human to re-authorize
Creates a secondary calendar. If call fails with 403 error, then call GetAuthorizationLink and ask human to re-authorize
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
Deletes an event from the calendar. Requires calendarId and eventId. Optional: sendUpdates (all, externalOnly, none).
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.
Insert a new event into Google Calendar. If call fails with 403 error, then call GetAuthorizationLink and ask human to re-authorize
Returns events on the human's specified calendar. If call fails with 403 error, then call GetAuthorizationLink and ask human to re-authorize
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.
Returns free and busy information for a set of calendars. Prefer this method to find availability across calendars.