Calendar event get
- action block
- カレンダーのイベントの詳細を取得する
- The fiber will proceed immediately without pause.
- イベントURIを取得するにはCalendar event queryを使用できる。
Input arguments
- Event URI — 情報を取得したいイベントのURI
Output variables
- Calendar URI — variable to assign the URI of the calendar the event belongs to.
- Begin timestamp — variable to assign the unix timestamp when the event begins.
End timestamp — variable to assign the unix timestamp when the event ends.
All day — variable to assign 1 if it’s an “all day” event, 0 if it’s not
TimeZone — variable to assign the time zone of the event.
Title — variable to assign the event title.
Description — variable to assign the event description.
Location name — variable to assign the event location.
Color — variable to assign the event color.
Availability — variable to assign your availability during the event.
Privacy — variable to assign privacy of the event.
最終更新:2019年01月06日 10:51