Get all calendars in Google Apps Scripts CalendarApp class -


so google apps scripts allow getcalendarbyid, getcalendarsbyname , getdefaultcalendar, works great when need target specific calendar. however, wondering if there's way me all calendars associated account?

i've tried getcalendarsbyname(), getcalendarsbyname('') , getcalendarsbyname('*'), none of works.

have tried getallcalendars() ? get calendars subscribed user


Comments

Popular posts from this blog

All overlapping substrings matching a java regex -

c++ - Using OpenSSL in a multi-threaded application -

php - Deleting/Renaming a locked file -