minutes property

int? minutes
getter/setter pair

Number of minutes before the start of the event when the reminder should trigger.

Valid values are between 0 and 40320 (4 weeks in minutes). Required when adding a reminder.

Implementation

core.int? minutes;