ENUM

CalendarEventType

Description

Type of the calendar event.

link GraphQL Schema definition

  • enum CalendarEventType {
  • # Series exception event type.
  • SERIES_EXCEPTION
  • # Series master event type.
  • SERIES_MASTER
  • # Series occurrence event type.
  • SERIES_OCCURRENCE
  • # Single instance event type.
  • SINGLE_INSTANCE
  • }