nextcloud/calendar

Display event alarms in calendar

georgehrke opened this issue · 9 comments

cwmke commented

The current discussion seems to be going towards notifications showing up through the Nextcloud Notifications app. Would this still send notifications through the browser so that they show up in my OS's notification area?

@cwmke I don't think native OS notifications should be implemented solely in the calendar app. They should be available for any notification.

@nickvergessen Are there plans to use the Browser Notification API with the notifications app? :)

cwmke commented

@georgehrke I agree. That would be great to have all Nextcloud notifications integrated with the browser's api.

Are there plans to use the Browser Notification API with the notifications app? :)

This is done since 2015, sorry you are late to the party…

Please keep in mind, that when you publish notifications, this will also trigger push notifications on our apps and the desktop client.
So this should be optional at least, because otherwise you receive duplicate notifications on each device (your calendar app/client and your nextcloud app/client) (or even three times when you have the website also open)

cwmke commented

@nickvergessen When you dismiss a notification on one client is it dismissed in the others as well?

Well "yes", but the sync client might have already triggered the desktop notification and the your calendar and nextcloud app on the phone also create the notifications at the same time.

cwmke commented

@georgehrke: To me it seems to make more sense to treat Calendar as any other calendar client that has it's own notifications separate from Nextcloud Notifications similarly to how Evolution or Thunderbird functions.

This was implemented in the server and will be part of Nextcloud 17.
nextcloud/server#3044