Skip to content
This repository has been archived by the owner on Aug 6, 2023. It is now read-only.

IOS: calDAV appointment dashed when no organizer is set #127

Closed
zero-one-devteam opened this issue Jan 4, 2015 · 4 comments
Closed

IOS: calDAV appointment dashed when no organizer is set #127

zero-one-devteam opened this issue Jan 4, 2015 · 4 comments
Labels

Comments

@zero-one-devteam
Copy link

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?

@fmbiete
Copy link
Owner

fmbiete commented Jan 12, 2015

Hi @zero-one-devteam

Can you look if there's some line like this (DEBUG level):

BackendCalDAV->_ParseVEventToSyncObject(): '%s' is not yet supported.

I will use your workaround for now, see referenced commit, but there should be an organizer in the dav event.

@zero-one-devteam
Copy link
Author

I double cheched the logs, but no line like
BackendCalDAV->_ParseVEventToSyncObject(): '%s' is not yet supported.

@fmbiete
Copy link
Owner

fmbiete commented Jan 14, 2015

Could you post the raw dav event text?

@fmbiete fmbiete changed the title calDAV appointment dashed on iOS IOS: calDAV appointment dashed when no organizer is set Feb 1, 2015
@fmbiete
Copy link
Owner

fmbiete commented Mar 30, 2015

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.
Labels
Projects
None yet
Development

No branches or pull requests

2 participants