roundcubemail-plugins-kolab/plugins/libcalendaring
2019-07-15 13:38:22 +00:00
..
lib On iTip request fallback to attendee status, not organizer's 2019-04-25 10:04:55 +00:00
localization Update German translations by using de sources and de_DE sources for de_DE translations 2018-12-19 10:25:52 +01:00
skins/larry Elastic: Save-as-event dialog using iframe 2018-04-05 11:14:37 +00: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 to 3.5.0 2019-07-08 12:57:20 +02:00
libcalendaring.js Elastic: Fix links list style (inherited from .attachmentslist) 2019-07-15 13:38:22 +00:00
libcalendaring.php T5414: Fix wrong all-day event date in invitation box 2019-05-31 09:19:04 +00:00
libvcalendar.php T5414: Fix wrong all-day event date in invitation box 2019-05-31 09:19:04 +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/