declineInvite

Use this mutation to decline an event invite from another calendar. Doing so will cause the event to

  • be listed in the declinedCalendars property of Event
  • be listed in the declinedEvents property of Calendar
  • optionally removed from acceptedCalendars property of Event
  • optionally removed from acceptedEvents property of Calendar
  • be listed in the attendeeHistory property of Event
declineInvite( eventId: String! calendarId: String! ): Event

Arguments#


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

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

Note: providing a calendarId which was never invited to the event is allowed

Type#

Event#