Skip to content

feat: add calendar name to search entries#58697

Open
SebastianKrupinski wants to merge 1 commit intomasterfrom
feat/add-calendar-name-to-search-result
Open

feat: add calendar name to search entries#58697
SebastianKrupinski wants to merge 1 commit intomasterfrom
feat/add-calendar-name-to-search-result

Conversation

@SebastianKrupinski
Copy link
Contributor

@SebastianKrupinski SebastianKrupinski commented Mar 3, 2026

Summary

  • added calendar name to event search results
image

Checklist

AI (if applicable)

  • The content of this PR was partly or fully generated using AI

Signed-off-by: SebastianKrupinski <krupinskis05@gmail.com>
@SebastianKrupinski SebastianKrupinski force-pushed the feat/add-calendar-name-to-search-result branch from 25ecf28 to c232953 Compare March 3, 2026 18:59
if ($this->isDayEqual($startDateTime, $endDateTime)) {
return "$formattedStartDate $formattedStartTime - $formattedEndTime";
if (isset($calendarInfo['{DAV:}displayname']) && !empty($calendarInfo['{DAV:}displayname'])) {
$formattedSubline = $formattedSubline . " ({$calendarInfo['{DAV:}displayname']})";
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Maybe always simply fallback to calendar URI if no display name ?

@tcitworld
Copy link
Member

@SebastianKrupinski Could you do the same thing for tasks while we're at it?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

3. to review Waiting for reviews

Projects

Status: 🏗️ In progress

Development

Successfully merging this pull request may close these issues.

Display the original calendar name during a unified search

3 participants