Skip to content

yebis0942/golang-jp-event-calendar

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

golang-jp-event-calendar

connpassのGoコミュニティのイベントを集めて、iCalendar形式で出力するアプリケーションです。

仕組み

  • 収集対象のconnpassグループの直近のイベントをhttps://{group_id}.connpass.com/ja.atomから取得して、iCalendar形式で出力する
    • 収集対象のconnpassのグループはconfig.goで設定する

使い方

# 依存パッケージをインストールする
go mod tidy

# 2024-07-01以降のイベントをcalendar.icsに出力する
go run ./cmd/build_calendar -since 2024-07-01 > calendar.ics

ライセンス

LICENSEファイルを参照してください。

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages