Kalindar
Kalindar lets you view ics files via a webbrowser.
It employs the ri_cal, sinatra, i18n ruby gems, the rightjs JavaScript framework and the Pure CSS framework.
It shows recuring events and reloads on ics file changes.
Contact me if you need help!
Installation
Add this line to your application's Gemfile:
gem 'kalindar'
And then execute:
$ bundle
Or install it yourself as:
$ gem install kalindar
Usage
bundle exec rackup
Naming
Kali is an Indian goddess of destruction, change and ... time .
Caveats
Be careful. Kalindar might destroy, change or delete your ics file(s)!
Kalindar does not care about timezones!
Kalindar does not let you edit recuring events.
Configuration
Configuration is done in config.json . There one or many calendar (ics) files and the locale can be set. Note that only the first calendar defined here can be edited.
Contributing
- Get in touch with me.
- Fork it ( https://github.com/[my-github-username]/kalindar/fork )
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create a new Pull Request