0.0
Repository is archived
No commit activity in last 3 years
No release in over 3 years
Export calendar data
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

Runtime

>= 1.5.1, ~> 1.5
>= 0.18.1, ~> 0.18
 Project Readme

CalExporter

Travis Gem version Gem download Gemnasium codeclimate Coverage Status

Export calendar data for jekyll.

Installation

Add this line to your application's Gemfile:

gem 'cal_exporter'

And then execute:

$ bundle

Or install it yourself as:

$ gem install cal_exporter

Usage

1 Copy Calender ID : Select calender > Calender setting

2 Type code below:

$ cal_exporter calendar CALENDER_ID FILE_FORMAT SAVE_LOCATION

Example code below :

$ cal_exporter calendar engineyard.com_f0a3jqaqooc9r7kmk2hiblojgs@group.calendar.google.com jekyll ~/Desktop/meetups
$ tree

meetups/
 ├── 2013-04-08-qaias4p.md
 ├── 2013-04-15-boenj2u.md
 ├── 2013-04-17-8m2aphs.md
 ├── 2013-04-20-fqmab6r.md
 ├── 2013-04-22-5itqrg3.md
 ├── 2013-04-23-eml2lv5.md
 ├── 2013-04-24-9jck6ib.md
 ├── 2013-04-26-go72sbm.md
...

Contributing

  1. Fork it ( https://github.com/[my-github-username]/cal_exporter/fork )
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create a new Pull Request

License

MIT © Sota Yamashita