kolab / libcalendaring
Library providing common functions for calendaring plugins
Installs: 9 152
Dependents: 2
Suggesters: 0
Security: 0
Stars: 1
Watchers: 4
Forks: 11
Type:roundcube-plugin
Requires
- php: >=5.4.0
- roundcube/plugin-installer: >=0.1.3
- sabre/vobject: ~3.5.3
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/