IT勉強会カレンダーから[北海道]のタグがついているイベントだけを抜き出して新しいicalファイルを作成するスクリプト。 一度icalファイルを作成したあとは、差分取得が可能です。
このスクリプトから作成されているカレンダーは以下のURLで公開されています。 http://bit.ly/doItCal
$ gem build hokkaido_it_calendar.gemspec
$ gem install hokkaido_it_calendar-x.x.x.gem
$ mkdir ~/hokkaido_it_calendar
$ touch lastaccess
$ bundle install
$ hokkaido_it_calendar
'yyyymmddHHMM.ical' created in the ~/hokkaido_it_calendar directory.
You can import that file to your calendar.
- Fork it
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Added some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create new Pull Request