You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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 #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.
The text was updated successfully, but these errors were encountered: