-
-
Notifications
You must be signed in to change notification settings - Fork 56
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
Calendar events which invited attendees don't execute e-mail notification #135
Comments
can confirm this issue. i have looked at the it could also be that it is because also, with the stock android calendar app, everything works fine, so this is not an issue of davx5. |
I upgraded to NC 28.0.3 and the latest calendar app in NC and the problem still exists. Newly created calendar items with invited persons with e-mail addresses won't get any invitation via e-mail. The item will be created in the calendar app in Nextcloud but no invitation will be sent. If your delete this items in fossify on your mobile phone e-mails with cancellation will be sent. If you do the same with Google calendar app everything works fine. Also directly in NC and via Thunderbird calendar all emails are sent successfully. This is very annoying and it's seems that no one here is trying to solve this problem. Is fossify calendar app under no development? |
It is, but it's hard to fix every bug instantly in so many apps when Fossify for us isn't a full-time job. But we're happy for contributions from community if anybody knows how to fix reported bugs. |
@Aga-C thank you for responding! would you happen to know where/how the ics files and their properties are generated in the code? i would play around with some parameters and possibly make a pull request. i think |
@zmberber AFAIK CalDAV whole synchronization is in this file: https://github.com/FossifyOrg/Calendar/blob/master/app/src/main/kotlin/org/fossify/calendar/helpers/CalDAVHelper.kt. However, there's no ICS related code, but you may try to change how Android's calendar database is updated in |
hm, i am having difficulties understanding how this works, i am not experienced with that kind of code, sadly, so i am not sure if i can make the changes myself. i am going to do a bit more troubleshooting by uploading |
I updated nextcloud calendar and fossify calendar to the latest version. Still the same. If I create an event with invited email addresses in the calendar app fossify and let it sync via davx5 to my nextcloud, nextcloud won't send any invitation emails. If I do exactly the same with Google calendar app on my Android device invitations are sent. This used to work fine in the past. Please help do make this work again. Thank you |
I created two same events on my android phone. One using google calendar app -> invitation e-mail was sent and one with fossify app and no inviation e-mail was sent: <style> p.Normal {margin:0.0pt; margin-top:0.0pt; margin-bottom:0.0pt; margin-left:0.0pt; margin-right:0.0pt; text-indent:0.0pt; font-family:"Basic Sans"; font-size:10.0pt; color:Black; font-weight:normal; } </style>
|
I also reported this issue here: nextcloud/calendar#5706 |
Just wanted to drop by and say I too am seeing this issue. But found the etar calendar works, so maybe it could provide a way to fix this? Source for etar is below in case it helps |
@deathblade666 the stock android calendar also works in this regard, which is what i use when the sending of invitations is important. and that is installed by default (and in fact sometimes plays a role for other calendar apps, since it is somehow baked into calendar functionality for android or something) |
That's true, I posted my comment in hopes that it may lead to some helpful info that could aid in getting this fixed. As I would prefer to use this app over others |
Any news on this bug? |
It is not Nextcloud's problem. If you create or update one event in Nextcloud, emails are sent. I confirm the issue. I've tried with other app (via Caldav, using DAVx5), as ETAR, and emails are sent. I'm using Nextcloud 28 and Fossify's Calendar, version 1.0.3 Yes, the question is, why don't use you those apps? :-) Because I love this app. I loved when it was SMT and now, Fossify. thank's for your work. |
Nope, no progress yet. |
I also have this issue, Nextcloud 29 |
I found this thread in the Nextcloud forums with some extra information: https://help.nextcloud.com/t/nextcloud-calendar-not-sending-invitation-when-creating-from-android-app/69363/3 |
It is a pity that no e-mail is sent when creating an appointment with an invited person. |
Hi
I this moment, e-mails are sent, as invitation and when editing or erasing.
El dom., 24 nov. 2024 15:12, Markoise ***@***.***> escribió:
… It is a pity that no e-mail is sent when creating an appointment with an
invited person.
However, if I delete the appointment again, a rejection is sent to the
invited person.
But as long as no invitations are sent, this unfortunately makes the app
unusable.
—
Reply to this email directly, view it on GitHub
<#135 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AJFWMGOLUNPPU3V3SHDJXAL2CHNEHAVCNFSM6AAAAABCZEUHYGVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDIOJWGAZDKMJXGQ>
.
You are receiving this because you commented.Message ID:
***@***.***>
|
Looks like it working for me just fine. since a few updates ago. (forgot to post about it till now) |
I have not received an invitation email. Only when an appointment is canceled |
Same here. It worked again after I reported the bug at the nextcloud calendar github repo. But now with fossify it is not working again. I guess it was caused by an nc calendar update. Solution at the moment: I use Google calendar app to create entries as fossify is not working and not responding to this issue at all. |
Checklist
Affected app version
1.0.2
Affected Android/Custom ROM version
Android 13
Affected device model
Realme 10
How did you install the app?
F-Droid / IzzyOnDroid
Steps to reproduce the bug
Using latest nextcloud version 28.0.1 causes a problem with calendar invitations.
Usually if you create an event on a Android device using simple mobile calendar having attendees invited nextcloud sends an invitation email to the user.
Since the last update of simple calendar this emails are not sent anymore. This means if you invite members to an event in simply calendar and you sync it to next cloud then this invitation emails are not sent anymore. Even if you update any shared events updates are not sent via email. Only if you delete an event with attendees an email will be sent to this users.
If you use Google calendar on the Android device or if you create any calendar entries with NTS in for example Thunderbird calendar these emails are sent correctly.
So it seems that within simple calendar that must be an issue that causes nextcloud not sending any emails.
Hopefully you can invest some time to check if this can be fixed within simple calendar app as this app is gorgeous.
Thank you
Expected behavior
Calendar events with invited members should be sent via nextcloud email. The calendar app creates events different to e.g. Google calendar where mentioned events are working fine
Actual behavior
As described above
Screenshots/Screen recordings
No response
Additional information
No response
The text was updated successfully, but these errors were encountered: