-
Notifications
You must be signed in to change notification settings - Fork 242
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Calendar app cannot add repeats to an event after the event is created #2013
Comments
Here's an example of an event Calendar generated that produces this message for me:
If I try to delete it, the side panel hangs on the loading spinner, and I get |
I do suspect it's an issue within the browser since I get the same TypeError in the console, but the DAV implementation for other devices works without a hitch. Could it be anything with the ical.js library that's currently used? |
I don't think it's ical.js related, will look into it later today. |
There is a work-in-progress Pull-request in #2026 |
After an event is created and a repeat is added to it through the web interface, the repeat will not appear in the calendar, and the repeat section of the event will no longer be available. However, running through the steps below using the iOS calendar through CalDAV works perfectly.
Steps to reproduce
Expected behaviour
The event should add multiple occurrences on the calendar based on the repeat selected in the "more" section.
Actual behaviour
Occurrences are not added to the specified calendar, and if the user navigates to the "Repeat" section of the event, "This event is the recurrence-exception of a recurrence-set. You can not add a recurrence-rule to it." will appear instead of the repeat options. Also, the simplified editor will not show the "Update this occurrence" or "Update this and all future" options in the simplified editor.
If the user follows steps 1 through 2 again but adds a time range for the given day (e.g. 4 PM to 7 PM), it cannot be deleted through the web interface, only through the calendar app on an iPhone connected to Nextcloud through CalDAV.
Calendar app
Calendar app version: 2.0.1
CalDAV-clients used: CalDAV via iOS
Client configuration
Browser: Firefox 74.04b & Google Chrome 79.0.3945.130
Operating system: Windows 10
Server configuration
Operating system: Ubuntu Server 18.04.3
Web server: Apache
Database: MariaDB
PHP version: 7.2.24
Nextcloud Version: 18.0.0
The text was updated successfully, but these errors were encountered: