Open maximelehericy opened 1 year ago
https://github.com/nextcloud/server/pull/35743#issuecomment-1408912400 @miaulalala @onny is there an existing ticket for new vs updated event emails?
There is a ticket in sabre/io: https://github.com/sabre-io/dav/pull/1443/files whichis related.
The import assumes a new event and throws because of the UID conflic methinks, to be confirmed. We don't have any influence on Thunderbird, but since both calendar systems throw it looks indeed to be an issue with the .ics.
Is this related to an issue, I had today?
There was an error updating your attendance status. Please contact the organizer directly. my m@il-address
Versions: NextCloud 26.0.0 RC2 Calendar 4.3.0-rc.2
@SebastianBerlin Since your issue is not about updating an existing event, it is not related. Please have a look if there's a similar issue or open a new one.
@SebastianBerlin Since your issue is not about updating an existing event, it is not related. Please have a look if there's a similar issue or open a new one.
Indeed → https://github.com/nextcloud/mail/issues/10331 Thanks!
@miaulalala by chance, did you have a look to the ics I sent you ? :)
@maximelehericy, the mail app importing is working now (the bug you linked to in the description has now been closed).
i can reproduce the error you are describing when importing using the mail app calendar import function. (ex: the first import works, the second import results in an error)
will try again when I have a bit of time ;)
Steps to reproduce
Two users: Bob is internal user, Alice is external user.
Bob creates an event in his Nextcloud calendar, for tomorrow from 2PM to 3PM
He adds Alice to the ilst of participants
He finalize the event creation, clicking on "Save"
Alice receives the invitation email, and import the ics event in her calendar (btw, Nextcloud mail feature is broken https://github.com/nextcloud/mail/issues/7444, so to reproduce, either use a third-party calendar app, or download locally the event and import it from the calendar settings)
Alice now has Bob's event in her calendar.
Now, Bob edit the meeting time, from 4PM to 5PM.
Bob clicks update, to update the event.
Alice will receive the notification that she is invited to a new event.
Alice tries to import the event (repeat step 4)
Expected behavior
Event should get updated in Alice's calendar (Thunderbird or Nextcloud)
Actual behaviour
In Nextcloud calendar, a failed message appears. In Thunderbird nothing happens.
My guess is that the invitation is sent as if it were a new event, instead of being sent as an event update. Therefore there is a conflict, because you try to create an event that already exists.
Calendar app version
4.2.4
CalDAV-clients used
Thunderbird, Nextcloud calendar
Browser
Firefox 110.0.1 (64-bit)
Client operating system
Windows 11
Server operating system
c.nc.c and try.nc.c/ltd
Web server
None
Database engine version
None
PHP engine version
None
Nextcloud version
No response
Updated from an older installed version or fresh install
None
List of activated apps
No response
Nextcloud configuration
No response
Web server error log
No response
Log file
No response
Browser log
No response
Additional info
No response