roundcubemail-plugins-kolab/plugins/libcalendaring
Aleksander Machniak 0c02d0d45c T2531: Support SCHEDULE-AGENT in iTip
This property is used when scheduling method on the original and updated
event via CalDAV (iRony) using SCHEDULING-AGENT=CLIENT. CANCEL invitations
are supposed to be sent to attendees only if the initial scheduling was not
done with SCHEDULING-AGENT=CLIENT.

https://tools.ietf.org/html/rfc6638#section-3.2.1.2
2017-07-04 14:27:19 +00:00
..
lib Fix misleading warning when editing/deleting a shared event (T1357) 2017-04-04 12:17:17 +02:00
localization Update localization 2017-06-12 10:57:06 +02: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 Update version to 3.3.2 2017-06-28 15:10:29 +02:00
libcalendaring.js Move more common methods used by tasklist and calendar to libcalendaring 2017-06-29 11:20:09 +02:00
libcalendaring.php Ignore iTip attachments in multipart/report messages (Bifrost#T20440) 2017-02-07 13:04:30 +01: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/