mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-23 08:23:12 +01:00
Add ./event datastore to capabilities
This commit is contained in:
parent
bb7ad55ea4
commit
edd5a58870
@ -110,6 +110,8 @@ class Horde_SyncML_Command_Get extends Horde_SyncML_Command {
|
||||
array('text/x-vcalendar' => '1.0'));
|
||||
$this->_writeDataStore('./calendar', 'text/calendar', '2.0', $output,
|
||||
array('text/x-vcalendar' => '1.0'));
|
||||
$this->_writeDataStore('./events', 'text/calendar', '2.0', $output,
|
||||
array('text/x-vcalendar' => '1.0'));
|
||||
$this->_writeDataStore('./caltasks', 'text/calendar', '2.0', $output,
|
||||
array('text/x-vcalendar' => '1.0'));
|
||||
$output->endElement($state->getURIDevInf() , 'DevInf', $attrs);
|
||||
|
Loading…
Reference in New Issue
Block a user