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. |
||
---|---|---|
.. | ||
lib | ||
localization | ||
skins/larry | ||
tests | ||
alarm.mp3 | ||
alarm.wav | ||
composer.json | ||
libcalendaring.js | ||
libcalendaring.php | ||
libvcalendar.php | ||
README |
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/