GetCalendarMeetingByIdResult
public enum GetCalendarMeetingByIdResult : String
The result of get calendar Meeting by id operation
-
Success
Declaration
Swift
case success -
Calendar service is disabled
Declaration
Swift
case calendarServiceDisabled -
Internal error
Declaration
Swift
case internalError -
Meetingnot foundDeclaration
Swift
case notFound
View on GitHub