This repository has been archived by the owner on Aug 6, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 62
IOS: calDAV appointment dashed when no organizer is set #127
Labels
Comments
fmbiete
added a commit
that referenced
this issue
Jan 12, 2015
Can you look if there's some line like this (DEBUG level):
I will use your workaround for now, see referenced commit, but there should be an organizer in the dav event. |
I double cheched the logs, but no line like |
Could you post the raw dav event text? |
I will close this as fixed in the referenced commit. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hi, when adding an appointment via caldav on device A (eg MacBook) that is synced to device B (iOS) it appears dashed on device b (like an invitation which has not been answered yet). A workaround is to put the following line into backend/caldav/caldav.php:
After:
$properties = $event->GetProperties();
foreach ($properties as $property)
I inserted:
$message->organizeremail = sprintf("%s", $this->_username);
Is there any better solution?
The text was updated successfully, but these errors were encountered: