Where is the data stored for the Calendar app

Sorry for this basic quesion, I’m new to programming and really have no idea how the apps actually work in Nextcloud.

I was wondering where the data is stored for the Calendar app. I wanted to take a look at the database myself, but am unsure how to look at Mysql files/etc. Can anyone get me a start in the right direction?

Thank you

They are in the oc_calendars and oc_calendarobjects tables

how do you find and open those files?

Its in the database. You will need to login to db server via console or any web based app like Adminer.

1 Like

ok I’ll try to figure it out from here. Thanks!