nextcloud / calendar

📆 Calendar app for Nextcloud
https://apps.nextcloud.com/apps/calendar
GNU Affero General Public License v3.0
979 stars 241 forks source link

Busy times shows currently edited event as busy blocked #3139

Open ChristophWurst opened 3 years ago

ChristophWurst commented 3 years ago

Steps to reproduce

  1. Schedule a meeting
  2. Save the event
  3. Edit the event
  4. View busy times

Expected behaviour

Attendees are not shown as blocked during the time of the current event, unless there is something else that blocks them.

Actual behaviour

The current event shows all attendees as blocked.

Calendar app

Calendar app version: 2.2 and possibly older

https://github.com/nextcloud/server/blob/84584959b09ce3dbde04324154934e6c8eb1d1bd/apps/dav/lib/CalDAV/Schedule/Plugin.php#L414 it looks like we might be able to send an event UID that is then excluded from the query.

miaulalala commented 3 months ago

Still the case in 4.7.8

image