Open KiaraGrouwstra opened 1 year ago
calendar name follows the pattern
<calendar_name> (<user_name>)
That is the naming pattern for shared calendars inside your calendar home
Not sure if that should be stripped if you republish someone's calendar
It would be hard in any case to do that, a better way would to be completely stop rewriting the calendar's display name and use share information to show who shared the calendar with you (which is what https://github.com/nextcloud/calendar/issues/5083 suggests), pretty much like how file sharing works. A drawback is that we won't have the sharee name anymore on 3rd-party CalDAV clients.
Steps to reproduce
X-WR-CALNAME
contains the user name in addition to the calendar nameExpected behavior
calendar name contains just the calendar name
Actual behaviour
calendar name follows the pattern
<calendar_name> (<user_name>)
Calendar app version
3.5.5
CalDAV-clients used
No response
Browser
No response
Client operating system
No response
Server operating system
Debian
Web server
None
Database engine version
None
PHP engine version
PHP 8.0
Nextcloud version
24.0.5
Updated from an older installed version or fresh install
None
List of activated apps
Nextcloud configuration
Web server error log
No response
Log file
No response
Browser log
No response
Additional info
my use-case here is publishing a nextcloud calendar on our wordpress website. to this end we use a wordpress plugin that displays ICS calendars from ICS feed (link), not built specifically for ICS feeds generated from nextcloud. displaying such calendars that way ends up displaying the name of the user in the calendar names as well. this information seems not particularly relevant to users browsing the calendar.