nextcloud / server

☁️ Nextcloud server, a safe home for all your data
https://nextcloud.com
GNU Affero General Public License v3.0
27.37k stars 4.07k forks source link

Make Calendar push notifications link directly to events instead of notification feed #32122

Open squarepupil opened 2 years ago

squarepupil commented 2 years ago

Is your feature request related to a problem? Please describe.

When I get a push notification about a calendar event being created or modified, the notification does not provide information about time/date, location, or a description of the event. Clicking through the push notification brings the user to a list of recent notifications from Nextcloud, which also does not provide more information. To find out about the event I end up having to open my calendar to do a search.

Describe the solution you'd like

The intuitive solution to this problem would provide that, for all calendar event related push notifications, when you click through, it brings you to the calendar event itself. Ideally it would open the event in your calendar app but an alternative solution could be a link to the event on your Nextcloud server's webpage, so that you can view it in-browser (this latter solution is how email notifications handle linking to events).

Describe alternatives you've considered

No response

Additional context

No response

tcitworld commented 2 years ago

Are you talking about the notifications created by this app? https://apps.nextcloud.com/apps/event_update_notification

If so, moving this issue to https://github.com/nextcloud/event_update_notification

nickvergessen commented 2 years ago

Can you post a screenshot of a notification so we can see which app is affected?

squarepupil commented 2 years ago

Can you post a screenshot of a notification so we can see which app is affected?

Here's what the notification looks like: Notification

And here's what you see when you click through (the Nextcloud app's notification feed): NotificationClickThrough

nickvergessen commented 2 years ago

While it also affects this app, that notification is actually from server, so I will move the ticket back