CalendarMeetingEvent

public enum CalendarMeetingEvent

The enum of a calendar meeting event

Since

3.2.0
  • The callback with a meeting when a new meeting was created.

    Declaration

    Swift

    case created(Meeting)
  • The callback with a meeting when a meeting was changed.

    Declaration

    Swift

    case updated(Meeting)
  • The Callback with a meetingId when a meeting was removed.

    Declaration

    Swift

    case removed(String)