/regional-rb-calendar

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

Primary LanguageRubyMIT LicenseMIT

regional-rb-calendar

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

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

build

グループの追加方法

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/doorkeeper.ics

現在Connpass APIにはIP制限がかかっているため、ローカル環境などでは /api/calendar/connpass.ics が呼び出せなくなっています。

ref. https://sue445.hatenablog.com/entry/2024/05/22/202155