calendarId property
The Calendar ID for a calendar that all course members can see, to which Classroom adds events for course work and announcements in the course.
The Calendar for a course is created asynchronously when the course is set
to CourseState.ACTIVE
for the first time (at creation time or when it is
updated to ACTIVE
through the UI or the API). The Calendar ID will not
be populated until the creation process is completed. Read-only.
Implementation
core.String? calendarId;