AM Logo
API DocumentationForm Definitions
  1. Home
  2. API Documentation
  3. Outcomes
  4. Mutations
  5. removeCalendarEventAttendees

removeCalendarEventAttendees: Boolean!

This mutation is used to remove an attendee from a calendar event.

wholeSeries: Boolean!

The boolean that determines if the whole series of reoccurring events is updated or just the single selected event.

id: UUID!

The calendar event ID used to search the database.

attendeeKind: CalendarEventAttendeeKind!

The type of attendee.

usersIds: [UUID!]!

The attendee's ID that will be removed from the calendar event.