unInvite

Un-Invite one or more calendars to this event ( any non existent calendar passed in to calendarIds will be created )

unInvite(
eventId: String!
calendarIds: [String] = []
): Event

Arguments#


eventId
The id of an existing event. providing a non existent eventId will result in an IllegalStateException

calendarIds
List of calendar ids to be un-invited to this event. Providing non existent calendarIds will result in the creation of the new calendars.

Type#

Event#