roundcubemail-plugins-kolab/plugins/libcalendaring
Aleksander Machniak e52bc0a158 Merge branch 'master' into dev/elastic
Conflicts:
	plugins/calendar/calendar_ui.js
2018-03-16 09:25:28 +01:00
..
lib Merge branch 'master' into dev/elastic 2018-03-16 09:25:28 +01:00
localization Add unintentionally removed localization labels on last update 2017-10-30 10:41:50 +01:00
skins/larry Implement iTip delegation functionality for calendar/mail view (#3860) 2014-11-06 17:09:59 +01:00
tests Fix duplicated DTSTAMP entry in generated iTip (T1148) 2016-03-24 14:05:36 +01:00
alarm.mp3 Implemented sound reminders (#T1310) 2016-06-20 10:10:39 +02:00
alarm.wav Implemented sound reminders (#T1310) 2016-06-20 10:10:39 +02:00
composer.json Bump version numbers 2018-01-05 13:13:38 +01:00
libcalendaring.js Elastic: Initial (partial) support for tasklist plugin 2018-03-15 13:27:22 +00:00
libcalendaring.php Elastic: Initial (partial) support for tasklist plugin 2018-03-15 13:27:22 +00:00
libvcalendar.php T2531: Support SCHEDULE-AGENT in iTip 2017-07-04 14:27:19 +00:00
README Update outdated information in README 2015-06-04 17:10:18 +02:00

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/