From 630809ee5f4ad1d5e9249e642b661bfc2daf103a Mon Sep 17 00:00:00 2001 From: Lars Kneschke Date: Mon, 13 Nov 2006 08:36:00 +0000 Subject: [PATCH] http://www.egroupware.org/patches?tr_id=82 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 --- calendar/inc/class.boical.inc.php | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/calendar/inc/class.boical.inc.php b/calendar/inc/class.boical.inc.php index 4640f13644..849ba03790 100644 --- a/calendar/inc/class.boical.inc.php +++ b/calendar/inc/class.boical.inc.php @@ -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(