a-schild/nextcloud-java-api

access to ics files.

MarkPartlett opened this issue · 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.

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

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

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)