roundcubemail-plugins-kolab/plugins/libcalendaring
2014-07-29 15:33:35 +02:00
..
lib Unset RSVP flag after replying; skip other user's namespace for invitations listing 2014-07-08 20:12:53 +02:00
localization Add UI elements to display the history of a calendar event with data from the Bonnie API (#3093, #3094) + new option to download and send single events 2014-07-29 15:33:35 +02:00
skins/larry Fix alarms display popup after jQuery UI update in Roundcube core 2014-07-01 17:38:50 +02:00
tests Fix quoting of iCal property parameter values according to RFC 5545 2014-06-03 11:30:11 +02:00
libcalendaring.js Execute (delayed) the configured action after an iTip message has been processed by the user (#419) 2014-07-20 15:15:42 +02:00
libcalendaring.php Add UI elements to display the history of a calendar event with data from the Bonnie API (#3093, #3094) + new option to download and send single events 2014-07-29 15:33:35 +02:00
libvcalendar.php Compare sequence number from iTip replies 2014-07-08 18:30:12 +02:00
README Replace Horde_iCalendar with the SabreTooth VObject library 2013-07-23 17:14:11 +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

iCal parsing and exporting is done with the help of the Sabretooth VObject
library [1]. A copy of that library with all its dependencies is part of this
package. In order to update it, execute ./get_sabre_vobject.sh within the
lib/ directory.

[1]: https://github.com/fruux/sabre-vobject