items property

List<CalendarListEntry>? items
getter/setter pair

Calendars that are present on the user's calendar list.

Implementation

core.List<CalendarListEntry>? items;