dev-rke / CalDav-Web-Client

CalDav Web Client is an open source web client to view calendar entries of CalDav servers.
MIT License
10 stars 2 forks source link

CalDav-Web-Client

CalDav Web Client is an open source web client to view calendar entries of CalDav servers.

Requirements

Installation

  1. clone this repository to the same domain where your caldav server runs
  2. open index.html in your webbrowser and set credentials
  3. view your calendar entries

Features

Compatibility

This application is developed against the open source CalDav server Baïkal which uses the popular sabre/dav library. As far as i know ownCloud is also based on sabre/dav, so this application should be compatible to the ownCloud CalDAV server, too.

How does it work?

After entering your credentials the application fires a REPORT HTTP request against the CalDav server url you specified. It uses the time-range filter of the CalDav standard. The application itself is developed using jQuery, jQuery FullCalendar, CoffeeScript and LessCSS.

Planned features