Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DAV: Share invitation status does not change after accepting #4866

Open
alecpl opened this issue Mar 26, 2024 · 0 comments
Open

DAV: Share invitation status does not change after accepting #4866

alecpl opened this issue Mar 26, 2024 · 0 comments

Comments

@alecpl
Copy link
Contributor

alecpl commented Mar 26, 2024

After I successfully do

POST: https://demo.domain.tld/dav/notifications/user/[email protected]/7c7efcec-f2ed9e2c-8ae8a537-90b2d644.xml

<?xml version="1.0" encoding="utf-8"?>
<d:invite-reply xmlns:d="DAV:">
  <d:invite-accepted/>
</d:invite-reply>

the notification status does not change. It stays at invite-noresponse:

GET: https://demo.domain.tld/dav/notifications/user/[email protected]/7c7efcec-f2ed9e2c-8ae8a537-90b2d644.xml

<?xml version="1.0" encoding="utf-8"?>
<CS:notification xmlns:CS="http://calendarserver.org/ns/">
  <CS:dtstamp>20240321T123507Z</CS:dtstamp>
  <CS:invite-notification>
    <CS:uid>7c7efcec-f2ed9e2c-8ae8a537-90b2d644.xml</CS:uid>
    <D:href xmlns:D="DAV:">/dav/principals/user/[email protected]/</D:href>
    <CS:invite-noresponse/>
    ...
  </CS:invite-notification>
</CS:notification>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant