Open miqmago opened 1 year ago
I'm not sure if my problem is the same or related to this:
I can for sure subscribe to my (shared and private) Nextcloud calenders in MS Outlook (outlook.office.com as well as Outlook App on MacOS and also shown via Calender on iOS with this account). But every update on my NC calendars are not synchronized to Outlook since an unknown time (weeks, maybe months?)!
I'm 100 percent sure that "before" I also got every update my wife and my kids made in our shared NC calender in my Outlook calender.
Is this really an error/problem in NC or in Outlook (this is not the first and not the only of my many problems in the past with this Outlook calender on MacOS and iOS!)? I will also open an issue with my company account at MS for this.
I'm always on latest stable version due to daily patching/docker-pull.
⚠️ This issue respects the following points: ⚠️
Bug description
When responding a calendar event sent from outlook calendar, the generated ics file makes outlook to reject it and replace it with a
not supported calendar message.ics
. The event on outlook calendar does not get confirmed.original ics file sent by outlook calendar:
Response generated by nextcloud calendar:
Seems that removing
TZID
onDTSTART
andDTEND
makes the ics file valid. Also noted that when Gmail is responding to an outlook calendar event, it's sendingDTSTART
andDTEND
similar to isostring:Also Gmail is adding the X-MICROSOFT-CDO fields and does not include the
BEGIN:VTIMEZONE
,BEGIN:DAYLIGHT
andBEGIN:STANDARD
. InsideBEGIN:VEVENT
section Gmail also adds aSTATUS:CONFIRMED
field.Also noted that the email sent by Gmail in outlook appears with an icon on the email marking as a calendar email. When responding from nextcloud, the calendar icon never appears. I think it might be because of the headers of the email, but I could not inspect the headers and compare to the one sent by nextcloud...
Steps to reproduce
Expected behavior
Responding to an outlook calendar event should make the event in outlook calendar to process the action (accept/tentative/reject)
Installation method
Community Docker image
Nextcloud Server version
27
Operating system
Debian/Ubuntu
PHP engine version
PHP 7.4
Web server
Nginx
Database engine version
PostgreSQL
Is this bug present after an update or on a fresh install?
Fresh Nextcloud Server install
Are you using the Nextcloud Server Encryption module?
Encryption is Disabled
What user-backends are you using?
Configuration report
No response
List of activated Apps
No response
Nextcloud Signing status
No response
Nextcloud Logs
No response
Additional info
No response