NEED help with calendar app / database

Created a new calendar with the name “Class / Web / Seminar” but the slashes were an issue, now the calendar spins and is acting weird

How do I get to the database to delete this calendar. Right now I can’t do anything with it. Appreciate the time / help.

I would not delete the calendar directly from the database, since this possibly leads to orphaned database entries. Thus I think a better approach would be to change the fields displayname and uri of the according calendar in the database table oc_calendars (your prefix might differ from oc_).

After changing those values the calendar probably can be loaded from the calendar app. Then delete the calendar there (in the calendar app).

Thank you!

1 Like