2

I have some data on a nextcloud instance I don't administrate and I want to retrieve all calendar events I put on it. The documentation assume you have access to more than the web interface as a user (which is not my case)

Is there an REST API to export calendar data (preferably in JSON)? If not, is there any other mean to retrieve it via the web interface?

Jeff Schaller
  • 66,199
  • 35
  • 114
  • 250
Manu H
  • 131
  • 6

1 Answers1

2

You can download the calender as .ics file.

The link is:

https://[www.example.org]/remote.php/dav/calendars/[user]/[calendername]?export

Replace everything in brackets. You will need to pass the credentials.


The web interface offers that Download link in the menu next to the calender name:

download calendar from gui

pLumo
  • 22,231
  • 2
  • 41
  • 66