icap_fetch_event
icap_fetch_event — カレンダーストリームからイベントを取得する
説明
int icap_fetch_event ( int stream_id, int event_id [, int options] )icap_fetch_event() は、 id で指定されたカレンダーストリームから イベントを取得します。
以下の要素からなるイベントオブジェクトを返します。
- int id - イベント ID
- int public - イベントがpublicな場合はTRUE、privateな場合はFALSE
- string category - イベントのカテゴリを表す文字列
- string title - イベントのタイトルを表す文字列
- string description - イベントの内容を表す文字列
- int alarm - アラーム・リマインダイベントが送られるまでの分単位 の時間
- object start - datetime エントリを有するオブジェクト
- object end - datetime エントリを有するオブジェクト
- int year - 年
- int month - 月
- int mday - 日
- int hour - 時間
- int min - 分
- int sec - 秒
Weblioに収録されているすべての辞書からicap_fetch_eventを検索する場合は、下記のリンクをクリックしてください。

- icap_fetch_eventのページへのリンク