Skip to content

Latest commit

 

History

History
31 lines (22 loc) · 1.3 KB

README.md

File metadata and controls

31 lines (22 loc) · 1.3 KB

regional-rb-calendar

地域.rbの開催情報を集めたカレンダーです

https://sue445.github.io/regional-rb-calendar/

build

Warning

Connpass APIの仕様変更により、2024年5月23日(木)以降Connpassのイベント情報がカレンダーで更新されなくなります c.f. #254

グループの追加方法

docs/config/connpass.jsondocs/config/doorkeeper.jsonidnameseries_id (connpassのみ) を追加するだけ

series_id は下記のようなコマンドで調べてください。(下記の例だと series_id2338

$ curl -s https://fukuokarb.connpass.com/ | grep "https://connpass.com/series/"
          <input type="hidden" name="next" value="https://connpass.com/series/2538/?gmem=1" />

Development

bundle config --local path "vendor/bundle"
bundle install

bundle exec functions-framework-ruby --target regional-rb-calendar

curl http://localhost:8080/api/calendar/connpass.ics
curl http://localhost:8080/api/calendar/doorkeeper.ics