カレンダーを画像で生成するウェブサービス
/month.png?year=2020&month=1とかすると、2020年1月のカレンダーをPNGで生成するウェブサービス。
Scrapboxとか、GitHubとかにURLを貼り付けると画像として表示してくれる。
エンドポイント
/year.png
クエリパラメータ
year {number}:年
/month.png
year {number}:年
month {number}:月
/week.png
year {number}:年
month {number}:月
week {number}:週の番号。1/1のある週を1とする
date {number/YYYY-MM-DD}:日または日付。日付の場合はその日付のある週を表示
weekday {number}:週の始まりとする曜日
/4days.png
year {number}:年
month {number}:月
date {number/YYYY-MM-DD}:日または日付。日付の場合はその日付のある週を表示
共通のクエリパラメータ
theme {string}:カレンダーのスタイルテーマ
simple or lollipop
today {boolean}:今日の日付をハイライトするか