Google Calendar is a time management tool providing scheduling features, event reminders, and integration with email and other apps for streamlined organization
Deletes a secondary calendar. use calendars.clear for clearing all events on primary calendars.
Updates metadata for a calendar.
Inserts an existing calendar into the user's calendar list.
Creates an event on a google calendar, needing rfc3339 utc start/end times (end after start) and write access to the calendar. by default, adds the organizer as an attendee unless exclude organizer is set to true.
Deletes a specified event by `event id` from a google calendar (`calendar id`); this action is idempotent and raises a 404 error if the event is not found.
Creates a new, empty google calendar with the specified title (summary).