Commit c9653e5d authored by Sebastian Kummer's avatar Sebastian Kummer

Merge pull request #313 in ZP/z-push from...

Merge pull request #313 in ZP/z-push from bugfix/ZP-1000-not-possible-to-accept-meeting-request to develop

* commit '5093d44d':
  ZP-1000 Not possible to accept meeting request on iPhone.
parents 59ee2c8b 5093d44d
......@@ -313,6 +313,7 @@ class MAPIProvider {
array_push($message->attendees, $attendee);
}
}
$message->responsetype = $messageprops[$appointmentprops["responsestatus"]];
}
if (!isset($message->nativebodytype)) $message->nativebodytype = $this->getNativeBodyType($messageprops);
......
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