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
485027f3f1
commit
630809ee5f
@ -834,6 +834,15 @@
|
||||
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
|
||||
$this->supportedFields = $defaultFields[0] + array(
|
||||
|
Loading…
Reference in New Issue
Block a user