0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

コンフルのカレンダーのicsを取得したい

Posted at

全然ドキュメントなかったので、備忘として。

まず、取得したいカレンダーを開く

そうすると、URLの末尾がUUIDっぽい文字列になっているので控えておく。

以下にアクセス

https://[your company confluence url]/wiki/rest/calendar-services/1.0/calendar/subcalendar/privateurl/UUIDっぽい文字列

そうすると、以下のようなURLが画面に表示される

https://[your company confluence url]/wiki/rest/calendar-services/1.0/calendar/export/subcalendar/private/[ハッシュ化されたっぽい文字列].ics

表示されたURLにアクセス

これでicsを取得できます。
ブラウザならダウンロードできるし、プログラム上に仕込めばプログラムでカレンダー情報が取得できます。

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

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?