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:34:39 +00:00
parent a57b53e713
commit e1d3cec73e

View File

@ -789,6 +789,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 case 'file': // used outside of SyncML, eg. by the calendar itself ==> all possible fields
$this->supportedFields = $defaultFields + array( $this->supportedFields = $defaultFields + array(
'participants' => 'participants', 'participants' => 'participants',