Commit 9461c5a7 authored by mku's avatar mku

ZP-311 #comment Reminder on event is saved as none in Outlook/Webaccess #time 15m

git-svn-id: https://z-push.org/svn/z-push/trunk@1550 b7dd7b3b-3a3c-0410-9da9-bee62a6cc5b5
parent 8e5ccd61
......@@ -1027,7 +1027,7 @@ class MAPIProvider {
$props[$appointmentprops["sideeffects"]] = 369;
if(isset($appointment->reminder) && $appointment->reminder > 0) {
if(isset($appointment->reminder) && $appointment->reminder >= 0) {
// Set 'flagdueby' to correct value (start - reminderminutes)
$props[$appointmentprops["flagdueby"]] = $appointment->starttime - $appointment->reminder * 60;
$props[$appointmentprops["remindertime"]] = $appointment->reminder;
......
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