defaultReminders property
The default reminders on the calendar for the authenticated user.
These reminders apply to all events on this calendar that do not explicitly override them (i.e. do not have reminders.useDefault set to True).
Implementation
core.List<EventReminder>? defaultReminders;