Steps to reproduce
- Have a room
- Create event A with the room "room.berlin.office.201@example.invalid" as attendee
- Start creating event B
- Search for a room
- Check the availability for "Meeting room 201"
Expected behavior
- Blocker for event A is shown once.
- Blocker for event A does not have the name "undefined".
- I'm not sure what the expected behavior for the title is. I can think of:
- Never show it (seem simplest solution)
- Show it, if user has access to the event/is a participant.
Actual behavior
Calendar app version
6.5.2
CalDAV-clients used
No response
Browser
No response
Client operating system
No response
Server operating system
No response
Web server
None
Database engine version
None
PHP engine version
None
Nextcloud version
No response
Updated from an older installed version or fresh install
None
List of activated apps
Nextcloud configuration
Web server error log
Log file
Browser log
Additional info
Either freeBusyResourceEventSource or freeBusyBlockedForAllEventSource seems redundant.
return [
freeBusyResourceEventSource(
this.uniqueComponentId,
this.organizer.attendeeProperty,
this.attendees.map((a) => a.attendeeProperty),
),
....
freeBusyBlockedForAllEventSource(
this.organizer.attendeeProperty,
this.attendees.map((a) => a.attendeeProperty),
this.resources,
),
]
freeBusyResourceEventSource seems produces the blue block with name "undefined".
freeBusyBlockedForAllEventSource produces the grey block.
Intention of freeBusyResourceEventSource might have been to display time of the actual attendees (and not the selected resources).
Steps to reproduce
For example by creating it through:
Expected behavior
Actual behavior
Calendar app version
6.5.2
CalDAV-clients used
No response
Browser
No response
Client operating system
No response
Server operating system
No response
Web server
None
Database engine version
None
PHP engine version
None
Nextcloud version
No response
Updated from an older installed version or fresh install
None
List of activated apps
Nextcloud configuration
Web server error log
Log file
Browser log
Additional info
Either
freeBusyResourceEventSourceorfreeBusyBlockedForAllEventSourceseems redundant.freeBusyResourceEventSourceseems produces the blue block with name "undefined".freeBusyBlockedForAllEventSourceproduces the grey block.Intention of
freeBusyResourceEventSourcemight have been to display time of the actual attendees (and not the selected resources).