kolab / libcalendaring
Library providing common functions for calendaring plugins
Installs: 9 896
Dependents: 2
Suggesters: 0
Security: 0
Stars: 1
Watchers: 3
Forks: 11
Type:roundcube-plugin
Requires
- php: >=7.2.0
- roundcube/plugin-installer: >=0.1.3
- sabre/vobject: ~4.5.1
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" "~4.5.1" [1]: http://sabre.io/vobject/