Closed chibenwa closed 5 months ago
@chibenwa : so we should be able to advertize multiple DAV urls with discovery endpoint correct? Separated let's say by commas? Or was it a copy/paste mistake, cause I don't see the point... one should be enough as it is the same dav system in the end.
Like:
davApiUrls=https://dav.linagora.com,https://openpaas.linagora.com
Or just:
davApiUrl=https://dav.linagora.com
After confirmation I will create the task on the backend backlog :)
No, it is a mistake on my side.
We shall advertize link to OpenPaaS backend AND the DAV URL...
@hoangdat Do we have a design that has it yet?
Closed in favor of https://github.com/linagora/tmail-flutter/issues/2425 . No DAV invovled.
The design would be the same as today with OpenPaaS invites OpenPaaS.
We just need to add a Reply sent
confirmation message.
Blocked by:
@hoangdat @tddang-linagora fix regarding this issue deployed on staging. Please test again and tell us if it resolves your blocking point or not. Thanks
Why
Do like blue bar in OpenPaaS INBOX.
Exact synch between calendar and TMail.
No longer rely on HTML parsing...
Summary
https://dav.linagora.com
https://openpaas.linagora.com
Request breakdown
Same creds than Tmail shall be used with the DAV server.
Request 1: Get the OpenPaaS identifier
Request 2: fron the `` header lookup the event on the calendar
Request 3: Manage participant status
Copy the JSON, patch participation status for only the local user (here btellier "partstat":"ACCEPTED" -> "partstat":"TENTATIVE")
Note: the self link can be obtained by parsing the event above (href).
TODO