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:
Lars Kneschke 2006-11-13 08:36:00 +00:00
parent 485027f3f1
commit 630809ee5f

View File

@ -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(