-
-
Notifications
You must be signed in to change notification settings - Fork 4.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Better calendars (CalDAV) integration into NC #1642
Comments
Well let me split this up: 5 and 6 sound like nice features. Not sure who has any knowledge about dav + federated sharing thou |
One more note about 1+2: Once we have the notification API implemented on the phone, this will be really annoying. Because most people have their calendars also on their phone, you will get multiple system notifications for the same event (one from nextcloud, one from your calendar app)? |
My idea was that the sound would be played even if you're currently not using the calendar app, therefore I was thinking expanding the possibilities of the notification app for this.
It comes with FullCalendar 3, so this should come soon. Happy to know calendar actions will be handled by the activities app.
I don't know what you're talking about. The notifications from nextcloud will be synced to the nextcloud mobile app ? I guess we can identify from which app the notifications are coming from and deactivate them on the mobile client. |
There is an issue for federation already: #1440 |
I completely agree with @nickvergessen here. This has to go in the calendar app.
Yes, we are already running fullcalendar 3. There has been some issues with the list view in fullcalendar 3.0.0, but there were list-view-related fixes in 3.0.1.
Are there plans to make file shares acceptable too?
Me and @schiessle :) |
I was inclined to think so considering the screenshots on https://github.com/nextcloud/notifications |
yes, currently only federated shares, but normal shares will follow soon. |
And now since every item is either taken care of or has its own issue, let's close this one. |
A few ideas here :
VALARM : EMAIL
see CalDAV: send out email notifications for VALARMs owncloud/core#22734)I've started work on this by using a hook when a calendarobject is created/updated/deleted and looking for VALARMs in the
$calendarData
. In that case, we can save the reminder in a dedicated table and run a background job that takes care of sending the emails when it's timeVALARM : DISPLAY
Just like what's I've described before, but send a notification instead of an email.
Play a sound for notification. This may be harder.VALARM: AUDIO
Please give some input :-)
The text was updated successfully, but these errors were encountered: