Aspose::Email::Clients::Google::Reminders Class Reference

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...
 

Detailed Description

Information about the event's reminders for the authenticated user.

Constructor & Destructor Documentation

◆ Reminders()

Aspose::Email::Clients::Google::Reminders::Reminders ( )

Initializes a new instance of the Reminders class.

Member Function Documentation

◆ get_Overrides()

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.

◆ get_UseDefault()

bool Aspose::Email::Clients::Google::Reminders::get_UseDefault ( ) const

Whether the default reminders of the calendar apply to the event.

◆ set_Overrides()

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.

◆ set_UseDefault()

void Aspose::Email::Clients::Google::Reminders::set_UseDefault ( bool  value)

Whether the default reminders of the calendar apply to the event.