Commit 349e3450 authored by mku's avatar mku

ZP-186 #comment Add new WBXML tags #time 15m

git-svn-id: https://z-push.org/svn/z-push/trunk@1401 b7dd7b3b-3a3c-0410-9da9-bee62a6cc5b5
parent fd687142
...@@ -275,6 +275,9 @@ define("SYNC_POOMCAL_APPOINTMENTREPLYTIME","POOMCAL:AppointmentReplyTime"); //14 ...@@ -275,6 +275,9 @@ define("SYNC_POOMCAL_APPOINTMENTREPLYTIME","POOMCAL:AppointmentReplyTime"); //14
define("SYNC_POOMCAL_RESPONSETYPE","POOMCAL:ResponseType"); //14.0 define("SYNC_POOMCAL_RESPONSETYPE","POOMCAL:ResponseType"); //14.0
define("SYNC_POOMCAL_CALENDARTYPE","POOMCAL:CalendarType"); //14.0 define("SYNC_POOMCAL_CALENDARTYPE","POOMCAL:CalendarType"); //14.0
define("SYNC_POOMCAL_ISLEAPMONTH","POOMCAL:IsLeapMonth"); //14.0 define("SYNC_POOMCAL_ISLEAPMONTH","POOMCAL:IsLeapMonth"); //14.0
define("SYNC_POOMCAL_FIRSTDAYOFWEEK","POOMCAL:FirstDayOfWeek"); //post 14.0
define("SYNC_POOMCAL_ONLINEMEETINGINTERNALLINK","POOMCAL:OnlineMeetingInternalLink"); //post 14.0
define("SYNC_POOMCAL_ONLINEMEETINGEXTERNALLINK","POOMCAL:OnlineMeetingExternalLink"); //post 14.0
// Move // Move
define("SYNC_MOVE_MOVES","Move:Moves"); define("SYNC_MOVE_MOVES","Move:Moves");
......
...@@ -318,6 +318,7 @@ class WBXMLDefs { ...@@ -318,6 +318,7 @@ class WBXMLDefs {
0x38 => "IsLeapMonth", //14.0 0x38 => "IsLeapMonth", //14.0
0x39 => "FirstDayOfWeek", //post 14.0 20100501 0x39 => "FirstDayOfWeek", //post 14.0 20100501
0x3a => "OnlineMeetingInternalLink", //post 14.0 20100501 0x3a => "OnlineMeetingInternalLink", //post 14.0 20100501
0x3b => "OnlineMeetingExternalLink", //post 14.0 20120630
), ),
5 => array ( 5 => array (
0x05 => "Moves", 0x05 => "Moves",
......
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