So Google Apps Scripts allow you to getCalendarByID, getCalendarsByName and getDefaultCalendar, which works great when you need to target a specific calendar. However, I was wondering if there’s a way for me to get ALL the Calendars that is associated with the account?
I’ve tried getCalendarsByName(), getCalendarsByName('') and getCalendarsByName('*'), none of which works.
have you tried
getAllCalendars()? Get all Calendars subscribed to by this user