You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A standalone version of Event Attendance Management has been implemented in #1326 that does not require a side-by-side OpenPaas deployment.
In addition, a JMAP API has been introduced to query user event attendance status in #1328, a task that was previously accomplished through parsing email flags.
The final piece of the jigsaw is a DAV-based attendance management feature that receives attendance updates from the deployed DAV server.
Why?
Interacting with OpenPaas to access and update user calendars has proven to be ineffective. This is because the project is not under active development and any issues that arise may not be resolved as quickly as we would like.
The solution is to interact directly with the underlying DAV server. This has the added benefit of being able to interact with any DAV server, not necessarily the OpenPaas one.
How?
The text was updated successfully, but these errors were encountered:
Context
A standalone version of Event Attendance Management has been implemented in #1326 that does not require a side-by-side OpenPaas deployment.
In addition, a JMAP API has been introduced to query user event attendance status in #1328, a task that was previously accomplished through parsing email flags.
The final piece of the jigsaw is a DAV-based attendance management feature that receives attendance updates from the deployed DAV server.
Why?
Interacting with OpenPaas to access and update user calendars has proven to be ineffective. This is because the project is not under active development and any issues that arise may not be resolved as quickly as we would like.
The solution is to interact directly with the underlying DAV server. This has the added benefit of being able to interact with any DAV server, not necessarily the OpenPaas one.
How?
The text was updated successfully, but these errors were encountered: