forked from extern/egroupware
Added syncevolution full compatibility in class.boical.inc.php This patch adds an entry in the setSupportedFields funtion and be able to syncronize participants, owner and categories from an event into Evolution using Syncevolution. patch contributed by Antoni Matamalas
This commit is contained in:
parent
a57b53e713
commit
e1d3cec73e
@ -788,6 +788,15 @@
|
|||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
|
|
||||||
|
//Syncevolution compatibility
|
||||||
|
case 'patrick ohly':
|
||||||
|
$this->supportedFields = $defaultFields + array(
|
||||||
|
'participants' => 'participants',
|
||||||
|
'owner' => 'owner',
|
||||||
|
'category' => 'category',
|
||||||
|
);
|
||||||
|
break;
|
||||||
|
|
||||||
case 'file': // used outside of SyncML, eg. by the calendar itself ==> all possible fields
|
case 'file': // used outside of SyncML, eg. by the calendar itself ==> all possible fields
|
||||||
$this->supportedFields = $defaultFields + array(
|
$this->supportedFields = $defaultFields + array(
|
||||||
|
Loading…
Reference in New Issue
Block a user