Skip to main content

5 docs tagged with "javascript"

View All Tags

Google Apps ScriptからGoogleカレンダーを削除する方法

Google Apps Scriptには、Googleカレンダーを操作するためのライブラリであるCalendarAppクラスが標準で組み込まれています。CalendarAppクラスを使用して、対象アカウントから特定のカレンダーを削除する方法を解説します

Google Apps ScriptからGoogleカレンダーを取得する方法

Google Apps Script には、Google カレンダーを操作するためのライブラリであるCalendarAppクラスが標準で組み込まれています。ここではCalendarAppクラスを使用し、様々な操作の起点となるCalendarApp.Calendarオブジェクトを取得する方法を解説します。