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

Glib GIOChannel -

android - change the return key -

All overlapping substrings matching a java regex -