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
To implement #1329, we need to interact with the CalDav server in order to get/set event attendance status. This ticket is preliminary work for the mentioned ticket.
How?
Introduce DavClient which encapsulates CardDav and CalDav operations used in other parts of the codebase.
What?
To implement #1329, we need to interact with the CalDav server in order to get/set event attendance status. This ticket is preliminary work for the mentioned ticket.
How?
Introduce
DavClient
which encapsulates CardDav and CalDav operations used in other parts of the codebase.Definition of done
Integration tests for
getUserParticipationStatus
andsetUserParticipationStatus
The text was updated successfully, but these errors were encountered: