Information about the event's reminders for the authenticated user. More...
Inherits Object.
Public Member Functions | |
| bool | get_UseDefault () const |
| Whether the default reminders of the calendar apply to the event. More... | |
| void | set_UseDefault (bool value) |
| Whether the default reminders of the calendar apply to the event. More... | |
| System::ArrayPtr< System::Collections::Generic::KeyValuePair< ReminderMethods, int32_t > > | get_Overrides () const |
| If the event doesn't use the default reminders, this lists the reminders specific to the event, or, if not set, indicates that no reminders are set for this event. More... | |
| void | set_Overrides (System::ArrayPtr< System::Collections::Generic::KeyValuePair< ReminderMethods, int32_t >> value) |
| If the event doesn't use the default reminders, this lists the reminders specific to the event, or, if not set, indicates that no reminders are set for this event. More... | |
| Reminders () | |
| Initializes a new instance of the Reminders class. More... | |
Information about the event's reminders for the authenticated user.
| Aspose::Email::Clients::Google::Reminders::Reminders | ( | ) |
Initializes a new instance of the Reminders class.
| System::ArrayPtr<System::Collections::Generic::KeyValuePair<ReminderMethods, int32_t> > Aspose::Email::Clients::Google::Reminders::get_Overrides | ( | ) | const |
If the event doesn't use the default reminders, this lists the reminders specific to the event, or, if not set, indicates that no reminders are set for this event.
| bool Aspose::Email::Clients::Google::Reminders::get_UseDefault | ( | ) | const |
Whether the default reminders of the calendar apply to the event.
| void Aspose::Email::Clients::Google::Reminders::set_Overrides | ( | System::ArrayPtr< System::Collections::Generic::KeyValuePair< ReminderMethods, int32_t >> | value | ) |
If the event doesn't use the default reminders, this lists the reminders specific to the event, or, if not set, indicates that no reminders are set for this event.
| void Aspose::Email::Clients::Google::Reminders::set_UseDefault | ( | bool | value | ) |
Whether the default reminders of the calendar apply to the event.