kolab / libcalendaring
提供日历插件通用功能的库
3.5.6
2021-05-09 07:20 UTC
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/