roundcubemail-plugins-kolab/plugins/libcalendaring
Aleksander Machniak 3840ffc5fe Allow accept/decline/delegate (again) on event update request (Bifrost#T27859)
When handling an iTip request for an updated event where
start or end date has been changed, user will be able to change
his participant status.

In such cases we display RSVP buttons instead of "Update in my calendar"
button and highlight the event date.

So, e.g. if you accepted the event and then its time has been
changed by the organizer, you will be able to decline it or vice-versa.
2017-03-30 10:25:12 +02:00
..
lib Allow accept/decline/delegate (again) on event update request (Bifrost#T27859) 2017-03-30 10:25:12 +02:00
localization Fix delegatedto/delegatedfrom labels (Bifrost#T20377) 2016-12-28 08:16:33 +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 Update homepage/download URL for groupware plugins 2015-05-12 08:54:53 +02:00
libcalendaring.js Allow accept/decline/delegate (again) on event update request (Bifrost#T27859) 2017-03-30 10:25:12 +02:00
libcalendaring.php Ignore iTip attachments in multipart/report messages (Bifrost#T20440) 2017-02-07 13:04:30 +01:00
libvcalendar.php T1385: Fix importing events with no DTEND and no DURATION 2016-07-29 06:54:48 -04: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/