Commit d5c03ea3 authored by Sebastian Kummer's avatar Sebastian Kummer

ZP-724 Add instance variable for calendar type.

Released under the Affero GNU General Public License (AGPL) version 3.
parent 7abbc6c0
...@@ -56,6 +56,7 @@ class SyncRecurrence extends SyncObject { ...@@ -56,6 +56,7 @@ class SyncRecurrence extends SyncObject {
public $dayofmonth; public $dayofmonth;
public $weekofmonth; public $weekofmonth;
public $monthofyear; public $monthofyear;
public $calendartype;
function SyncRecurrence() { function SyncRecurrence() {
$mapping = array ( $mapping = array (
......
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