Mercurial > hg > rc1
view plugins/libcalendaring/README @ 22:61316094e61d
a bit better wrt Dates: displaying, but not popup for setting
| author | Charlie Root |
|---|---|
| date | Tue, 16 Jan 2018 17:48:15 -0500 |
| parents | 888e774ee983 |
| children |
line wrap: on
line source
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 installed with Roundcube using composer: $ composer require "sabre/vobject" "~3.3.3" [1]: http://sabre.io/vobject/
