Commit 5093d44d authored by Manfred Kutas's avatar Manfred Kutas

ZP-1000 Not possible to accept meeting request on iPhone.

Released under the Affero GNU General Public License (AGPL) version 3.
parent a93e5be5
...@@ -313,6 +313,7 @@ class MAPIProvider { ...@@ -313,6 +313,7 @@ class MAPIProvider {
array_push($message->attendees, $attendee); array_push($message->attendees, $attendee);
} }
} }
$message->responsetype = $messageprops[$appointmentprops["responsestatus"]];
} }
if (!isset($message->nativebodytype)) $message->nativebodytype = $this->getNativeBodyType($messageprops); 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