notifications property

List<CalendarNotification>? notifications
getter/setter pair

The list of notifications set for this calendar.

Implementation

core.List<CalendarNotification>? notifications;