Skip to content

feat: add calendar name to search entries#58697

Merged
SebastianKrupinski merged 1 commit intomasterfrom
feat/add-calendar-name-to-search-result
Mar 4, 2026
Merged

feat: add calendar name to search entries#58697
SebastianKrupinski merged 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
  • added calendar name to task search results
image

Checklist

AI (if applicable)

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

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?

@SebastianKrupinski
Copy link
Contributor Author

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

Sure, can do.

@SebastianKrupinski SebastianKrupinski force-pushed the feat/add-calendar-name-to-search-result branch 3 times, most recently from 903f46c to edbc2c2 Compare March 4, 2026 13:33
Signed-off-by: SebastianKrupinski <krupinskis05@gmail.com>
@SebastianKrupinski SebastianKrupinski force-pushed the feat/add-calendar-name-to-search-result branch from edbc2c2 to 277a35e Compare March 4, 2026 13:44
@SebastianKrupinski SebastianKrupinski merged commit 142ddaf into master Mar 4, 2026
185 of 187 checks passed
@SebastianKrupinski SebastianKrupinski deleted the feat/add-calendar-name-to-search-result branch March 4, 2026 19:11
@github-project-automation github-project-automation bot moved this from 🏗️ In progress to ☑️ Done in 💌 📅 👥 Groupware team Mar 4, 2026
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: ☑️ Done

Development

Successfully merging this pull request may close these issues.

Display the original calendar name during a unified search

3 participants