Commit 7abbc6c0 authored by Sebastian Kummer's avatar Sebastian Kummer

ZP-724 ADD CalendarType to SyncRecurrence object.

Released under the Affero GNU General Public License (AGPL) version 3.
parent 96b99c45
......@@ -114,6 +114,10 @@ class SyncRecurrence extends SyncObject {
self::STREAMER_CHECKS => array( self::STREAMER_CHECK_ONEVALUEOF => array(1,2,3,4,5,6,7,8,9,10,11,12) )),
);
if(Request::GetProtocolVersion() >= 14.0) {
$mapping[SYNC_POOMCAL_CALENDARTYPE] = array ( self::STREAMER_VAR => "calendartype");
}
parent::SyncObject($mapping);
}
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment