roundcubemail-plugins-kolab/plugins/libcalendaring
2018-05-23 13:54:59 +00:00
..
lib Elastic: Temp. disable "Check Calendar" button on small screen (Bifrost#T105747) 2018-05-23 12:41:05 +02:00
localization Elastic: Task (and event) edit dialog 2018-03-22 12:38:43 +00:00
skins/larry Elastic: Save-as-event dialog using iframe 2018-04-05 11:14:37 +00:00
tests
alarm.mp3
alarm.wav
composer.json Bump plugin versions and requirements 2018-04-09 12:23:01 +02:00
libcalendaring.js Elastic: Fix dialog resizing (Bifrost#T106185) 2018-05-23 13:54:59 +00:00
libcalendaring.php Elastic: Mobile mode for tasks 2018-03-25 13:15:30 +00:00
libvcalendar.php
README

Library providing common functions for calendar-based plugins
-------------------------------------------------------------

Provides utility functions for calendar-related modules such as

* alarms display and dismissal
* attachment handling
* iCal parsing and exporting
* iTip invitations handling

iCal parsing and exporting is done with the help of the Sabre VObject
library [1]. It needs to be insalled with Roundcube using composer:

  $ composer require "sabre/vobject" "~3.3.3"

[1]: http://sabre.io/vobject/