|
enum | AppointmentAction { AppointmentAction::Create = 0,
AppointmentAction::Update,
AppointmentAction::Cancel
} |
| Enumerates appointments methods More...
|
|
enum | AppointmentClass { AppointmentClass::NotDefined = -1,
AppointmentClass::Public = 0,
AppointmentClass::Private = 1,
AppointmentClass::Confidential = 2
} |
| Defines the access classification for the appointment. More...
|
|
enum | AppointmentFlags { AppointmentFlags::None = 0,
AppointmentFlags::AllDayEvent = 1
} |
| Enumerates appointment flags. More...
|
|
enum | AppointmentMethodType {
AppointmentMethodType::None = 0,
AppointmentMethodType::Publish = 1,
AppointmentMethodType::Request = 2,
AppointmentMethodType::Reply = 3,
AppointmentMethodType::Add = 4,
AppointmentMethodType::Cancel = 5,
AppointmentMethodType::Refresh = 6,
AppointmentMethodType::Counter = 7,
AppointmentMethodType::DeclineCounter = 8
} |
| Defines the iCalendar object method type associated with the calendar object. More...
|
|
enum | AppointmentSaveFormat { AppointmentSaveFormat::Ics = 0,
AppointmentSaveFormat::Msg
} |
| Enumerates AppointmentSaveFormat More...
|
|
enum | AppointmentStatus { AppointmentStatus::NotDefined = -1,
AppointmentStatus::Cancelled = 0,
AppointmentStatus::Tentative = 1,
AppointmentStatus::Confirmed = 2
} |
| Defines the overall status or confirmation for the appointment. More...
|
|
enum | AppointmentTransparency { AppointmentTransparency::NotDefined = -1,
AppointmentTransparency::Transparent = 0,
AppointmentTransparency::Opaque = 2
} |
| Specifies whether or not this appointment is intended to be visible in availability searches. More...
|
|
enum | MSBusyStatus {
MSBusyStatus::NotDefined = -1,
MSBusyStatus::Free = 0,
MSBusyStatus::Tentative = 1,
MSBusyStatus::Busy = 2,
MSBusyStatus::Oof = 3,
MSBusyStatus::WorkingElsewhere = 4
} |
| Specifies the BUSY status of an appointment. More...
|
|
enum | MSImportance { MSImportance::NotDefined = -1,
MSImportance::Low = 0,
MSImportance::Normal = 1,
MSImportance::High = 2
} |
| Specifies the importance of an appointment. More...
|
|
enum | MSIntendedStatus {
MSIntendedStatus::NotDefined = -1,
MSIntendedStatus::Free = 0,
MSIntendedStatus::Tentative = 1,
MSIntendedStatus::Busy = 2,
MSIntendedStatus::Oof = 3,
MSIntendedStatus::WorkingElsewhere = 4
} |
| Specifies the INTENDED status of an appointment. More...
|
|
enum | ReminderAction {
ReminderAction::Audio,
ReminderAction::Display,
ReminderAction::Email,
ReminderAction::Procedure,
ReminderAction::None
} |
| Defines the action to be invoked when an alarm is triggered. More...
|
|
enum | ReminderRelated { ReminderRelated::Start,
ReminderRelated::End
} |
| Specify the relationship of the alarm trigger with respect to the start or end of the event. More...
|
|
enum | TIPMethod {
TIPMethod::None = 0,
TIPMethod::Publish = 1,
TIPMethod::Request = 2,
TIPMethod::Reply = 3,
TIPMethod::Add = 4,
TIPMethod::Cancel = 5,
TIPMethod::Refresh = 6,
TIPMethod::Counter = 7,
TIPMethod::DeclineCounter = 8
} |
| Defines the iTIP (iCalendar Transport-Independent Interoperability Protocol) methods associated with an object. More...
|
|