A structure representing the Reminder
class, defining a notification for the
participant of the event.
You can access the object by using the window.launchbox.CalendarManager.Reminder
reference.
Listed below are attributes of the Reminder
object.
Attribute | Description | Type | Use |
---|---|---|---|
id | A unique identifier of the reminder on the device. Used on Android only. When is set to "null", a reminder does not exist on the device. On iOS, reminders have no identifiers, therefore it is "null". | number |
required |
calendarEvent | An event this reminder relates to. A read-only field. When set to "null", the reminder does not belong to any event. | object |
required |
minutes | A time at which the reminder is displayed, defined as a number of minutes prior to the event. | integer |
optional |