|
| enum | AccessRole {
AccessRole::none,
AccessRole::freeBusyReader,
AccessRole::reader,
AccessRole::writer,
AccessRole::owner
} |
| | The effective access role that the authenticated user has on the calendar. More...
|
| |
| enum | AclScopeType { AclScopeType::Default = 0,
AclScopeType::user,
AclScopeType::group,
AclScopeType::domain
} |
| | The type of the ACL scope. More...
|
| |
| enum | AllowedConferenceSolutionTypes { AllowedConferenceSolutionTypes::NotDefined = 0,
AllowedConferenceSolutionTypes::eventHangout,
AllowedConferenceSolutionTypes::eventNamedHangout,
AllowedConferenceSolutionTypes::hangoutsMeet
} |
| | The types of conference solutions that are supported for this calendar. More...
|
| |
| enum | NotificationMethod { NotificationMethod::Email,
NotificationMethod::Sms
} |
| | The method used by this notification. More...
|
| |
| enum | NotificationType {
NotificationType::EventCreation,
NotificationType::EventChange,
NotificationType::EventCancellation,
NotificationType::EventResponse,
NotificationType::Agenda
} |
| | The type of notification. More...
|
| |
| enum | ReminderMethods { ReminderMethods::email,
ReminderMethods::sms,
ReminderMethods::popup
} |
| | The method used by this reminder. More...
|
| |
| enum | SizeComparison { SizeComparison::Unspecified,
SizeComparison::Smaller,
SizeComparison::Larger
} |
| | Determines how the size field should be compared to the message size. More...
|
| |