購読する
クエリパラメータ
| パラメータ | 値 | 説明 |
|---|---|---|
role | speaker | 登壇イベントのみ |
role | attendee | 参加イベントのみ |
status | confirmed | 確定イベントのみ |
status | tentative | 仮イベントのみ |
status | cancelled | キャンセル済みのみ |
role を指定すると、タイトルから [登壇] / [参加] プレフィックスが省略されます。
使用例
# すべてのイベント /schedule.ics /feed.xml # 登壇イベントのみ /schedule.ics?role=speaker /feed.xml?role=speaker # 参加イベントのみ /schedule.ics?role=attendee # 確定イベントのみ /schedule.ics?status=confirmed # 登壇 + 確定イベントのみ /schedule.ics?role=speaker&status=confirmed