Project

kalindar

0.0
No commit activity in last 3 years
No release in over 3 years
Web-Interface to ics files with sinatra
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 1.6
>= 0
>= 0

Runtime

~> 0.6
>= 0
~> 0.8
~> 1.4
~> 2.0
 Project Readme

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

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