diff options
author | Thomas Bruederli <bruederli@kolabsys.com> | 2014-09-15 07:08:38 (GMT) |
---|---|---|
committer | Thomas Bruederli <bruederli@kolabsys.com> | 2014-09-15 07:10:03 (GMT) |
commit | 8c425104dac522b3186e4a675ea5ebb71324c2bf (patch) | |
tree | 3239e6ac958c1d07b29b37adc7454cf87cccd4b7 /lib | |
parent | c5e044659980a323f9167e88d7ee04dad1b5bed9 (diff) | |
download | iRony-8c425104dac522b3186e4a675ea5ebb71324c2bf.tar.gz |
Add 'calendar-schedule' to DAV features list in order to enable scheduling support in Thunderbird Lightning (#3598)
Diffstat (limited to 'lib')
-rw-r--r-- | lib/Kolab/CalDAV/Plugin.php | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/lib/Kolab/CalDAV/Plugin.php b/lib/Kolab/CalDAV/Plugin.php index 11c4958..41e18a0 100644 --- a/lib/Kolab/CalDAV/Plugin.php +++ b/lib/Kolab/CalDAV/Plugin.php @@ -156,6 +156,19 @@ class Plugin extends CalDAV\Plugin } /** + * Returns a list of features for the DAV: HTTP header. + * Including 'calendar-schedule' to enable scheduling support in Thunderbird Lightning. + * + * @return array + */ + public function getFeatures() + { + $features = parent::getFeatures(); + $features[] = 'calendar-schedule'; + return $features; + } + + /** * Returns free-busy information for a specific address. The returned * data is an array containing the following properties: * |