LoginSignup
0
0

More than 1 year has passed since last update.

40 代おっさん Calendarサービスについて学ぶ

Posted at

本記事ついて

本記事は プログラミング初学者の私が学習していく中でわからない単語や概要をなるべくわかりやすい様にまとめたものです。
もし誤りなどありましたらコメントにてお知らせいただけるとありがたいです。

Calendarサービス

Calendarサービスとは
GASでGoogleカレンダーを操作するためのクラスとメンバーを提供するサービス

クラス 説明
CalendarApp CalendarAppサービスのトップレベルオブジェクト
Calendar カレンダーを操作する機能を提供する
CalendarEvent 単一のイベントを提供する機能を提供する

Calendarサービスのクラスは、CalendarApp→Calendar→CalendarEventと言う構造になっている。

流れ
CalendarAppクラスのメンバーでカレンダーを取得、そのカレンダーに対してCalendarクラスのメンバーを取得と言う流れになる。

*Googleカレンダーのイベントは、配列で取り扱うことが多い

参考資料

https://www.amazon.co.jp/%E8%A9%B3%E8%A7%A3-Google-Apps-Script%E5%AE%8C%E5%85%A8%E5%85%A5%E9%96%80-%E7%AC%AC3%E7%89%88/dp/4798064742

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0