roundcubemail-plugins-kolab/plugins/libcalendaring
Aleksander Machniak 1d72a95549 On iTip request fallback to attendee status, not organizer's
When a user has delegator's identities defined and receives
an iTip requests from the delegator (as an organizer) that
invitation could have been detected as accepted (even if there
obviously was no event in users calendar and the status is needs-action/unknown).
2019-04-25 10:04:55 +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 versions to 3.4.4 2019-04-15 11:04:06 +02:00
libcalendaring.js Fix button selectors (.ui-button -> button) 2019-04-08 10:35:45 +02:00
libcalendaring.php Append a few dots, reference https://en.wikipedia.org/wiki/Date_and_time_notation_in_Europe#Austria,_Germany,_Switzerland 2019-03-22 12:12:30 +01:00
libvcalendar.php Fix small regression 2018-12-13 14:25:56 +01: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/