This gem provides a generator for Jekyll to turn posts into a RFC 5545 compliant ics
file using the icalendar library. This allows you to generate a feed that you can subscribe to with your calendar application. You can view compatible posts straight in your agenda.
todo
todo
Assuming that you have Rake and Ruby installed then you can use the following command to build the gem and install it locally:
rake install
You can then reference the gem in the Gemfile
of a local Jekyll project. Install and/or update the gems of your project. You can verify the project is referring to your build by typing bundle show jekyll-icalendar-feed
. The directory should the contents of the .gem
file that you build and installed earlier.