public class Reminders extends Object
Information about the event's reminders for the authenticated user.
Constructor and Description |
---|
Reminders()
Initializes a new instance of the Reminders class.
|
Modifier and Type | Method and Description |
---|---|
com.aspose.ms.System.Collections.Generic.KeyValuePair<Integer,Integer>[] |
getOverrides()
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.
|
boolean |
getUseDefault()
Whether the default reminders of the calendar apply to the event.
|
void |
setOverrides(com.aspose.ms.System.Collections.Generic.KeyValuePair<Integer,Integer>[] 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 |
setUseDefault(boolean value)
Whether the default reminders of the calendar apply to the event.
|
public final boolean getUseDefault()
Whether the default reminders of the calendar apply to the event.
public final void setUseDefault(boolean value)
Whether the default reminders of the calendar apply to the event.
public final com.aspose.ms.System.Collections.Generic.KeyValuePair<Integer,Integer>[] getOverrides()
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.