mam-dev / cosmo

Cosmo Calendar Server implements the server side of the CalDAV protocol.
Apache License 2.0
78 stars 45 forks source link

Shared calendar #32

Closed annous2019 closed 4 years ago

annous2019 commented 4 years ago

hello team,

For sharing a calendar between users I used org.unitedinternet.cosmo.model.CollectionSubscription interface and its implementation org.unitedinternet.cosmo.model.hibernateHibCollectionSubscription.

How can I test the result with a client like nextcloud or other

Best Regards

danielgrigore commented 4 years ago

Hi @annous2019,

For testing cosmo functionalities you would need a CalDAV client, like Mozilla Lightning, Apple native client, or similar. You could also try with curl from linux, but you need to build yourself the XML body requests.

Cheers,