deleteCalendar

Deletes the provided calendar and all the events associated with it.

deleteCalendar(
calendarId: String!
): Calendar

Arguments#


calendarId
The id of an existing calendar. providing a non existent calendarId will result in an IllegalStateException

Type#

Calendar#