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

c# - SVN Error : "svnadmin: E205000: Too many arguments" -

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

All overlapping substrings matching a java regex -