nextcloud-java-api icon indicating copy to clipboard operation
nextcloud-java-api copied to clipboard

access to ics files.

Open MarkPartlett opened this issue 3 years ago • 3 comments

Could we have access to users calendars.

Based on https://help.nextcloud.com/t/download-ics-file-by-script/15086/3, I believe the calendars path is '/remote.php/dav/calendars' but the WEB_DAV_BASE_PATH = "remote.php/webdav/"

BTW. Great product, I'm using nextcloud-java-api to integrate Camunda with Nextcloud, via an engine plugin.

MarkPartlett avatar Jul 04 '21 04:07 MarkPartlett

I would accept a pull request adding this functionality :)

This might also help https://help.nextcloud.com/t/get-calendar-events-as-json/46539/6

a-schild avatar Jul 05 '21 13:07 a-schild

The 'Address Book' dav area also is of interest. I'll look at incorporating both.

MarkPartlett avatar Jul 05 '21 23:07 MarkPartlett

The latest 11.7.0-SNAPSHOT has code to generate the URL's for various DAV resources and might be a starting point to implement this. Currently we have a problem, when the loginname isn't identical to the internal username. (Mainly a problem when using other user backends)

a-schild avatar Oct 13 '21 21:10 a-schild