Skip to content

Commit

Permalink
Ensure the POOMCAL_MEETINGSTATUS field is not sent as a truely empty …
Browse files Browse the repository at this point in the history
…value.

For some reason iOS needs this to be explicitly sent as a '0' when it's empty.
  • Loading branch information
mrubinsk committed Mar 1, 2013
1 parent 02e6334 commit f649288
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -165,7 +165,7 @@ class Horde_ActiveSync_Message_Appointment extends Horde_ActiveSync_Message_Base
'organizeremail' => false,
'organizername' => false,
'location' => false,
'meetingstatus' => false,
'meetingstatus' => self::MEETING_NOT_MEETING,
'recurrence' => false,
'reminder' => false,
'sensitivity' => false,
Expand Down

0 comments on commit f649288

Please sign in to comment.