Calendar event add
- action block
- カレンダにイベントを追加する
- 即時実行
If both the begin timestamp and end timestamp are at midnights the event becomes an “all day” event.
- デフォルト設定として、Calenderアプリはリマインダも設定する(Google Calender然り)。んまので、ブロックでリマインダを設定すると二重にリマインダが設定される可能性がある。
Input arguments
- Calendar URI — 書き込むカレンダの URI。実際には、Automate 上で選択。
- Start timestamp — UNIX タイムスタンプ。 when the event begins, [default] current time. Automate/Documentation/VariablesのNowと同じ?
- End timestamp — unix timestamp when the event ends, default is 1 hours after start.
- Time zone — time zone of the start and end timestamps, default is the current time zone.
- Title — イベントタイトル
- Description — event description.
- Location name — location of event.
- Color — color for the event, default is calendar color.
- Availability — your availability during the event.
- Privacy — privacy of event.
- Reminder method — method of event reminder, default is no reminder.
- Reminder period — リマインダの設定時間(開始時刻の○分前)
最終更新:2019年01月06日 10:25