Summary: When a recurring event start date does not match a recurrence pattern (e.g. an event recurring on Fridays is created on Thursday), we move the start date to the date of the first occurrence. There's also a checkbox to keep the old behavior where the start date was not modified. Reviewers: vanmeeuwen Reviewed By: vanmeeuwen Differential Revision: https://git.kolab.org/D536 |
||
---|---|---|
.. | ||
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/