Thomas Citharel

Results 447 comments of Thomas Citharel

The Nextcloud CalDAV backend [already has support for calendar delegation](https://github.com/nextcloud/server/pull/16666) and you can test it with some clients like Apple Calendar. Renaming the issue title to match the feature request.

Coping events be eased by #113 This feature [seems quite wanted](https://help.calendly.com/hc/en-us/community/posts/360033523054--Add-to-Calendar-supports-multiple-calendars) in other apps as well. I wonder if what you're trying to accomplish by creating the same event in...

> any new calender that is created via the webinterface has no VTODO (no task list). You can create it that way, but not from the import modal indeed. ![image](https://user-images.githubusercontent.com/2197836/139281196-f4c3f3b8-56bf-427c-8567-d1b657674388.png)

Isn't this a server issue ?

@johkoenig If you want to discuss this more feel free to open an issue in the server repo.

Needs to be fixed in both front-end and back-end (server repo).

In the meantime until https://github.com/nextcloud/server/pull/46723 is achieved, maybe we can set the default for `calendarSubscriptionRefreshRate` to one day instead of one week?

With the same user account? Is the app restricted for some user groups? The check is made here: https://github.com/nextcloud/calendar/blob/bf7ed16943d0c6149814346750e65697d372a491/lib/Controller/ViewController.php#L105