I'm working with Google Calendar API V3 and have some difficulties with handling time zones provided by Google. In the documentation for calendar: Calendars Overview
It's said that time zone for calendar is optional field:
timeZone
string
The time zone of the calendar. (Formatted as an IANA Time Zone Database name, e.g. "Europe/Zurich".) Optional. However, it's also optional in CalendarList (https://developers.google.com/google-apps/calendar/v3/reference/calendarList).
What does Google assume time zone is in case time zone is not specified in both cases?