sabre-io / Baikal

Baïkal is a Calendar+Contacts server
https://sabre.io/baikal/
GNU General Public License v3.0
2.46k stars 284 forks source link

Baikal doesn't send event update by email #1145

Closed hiper404 closed 5 months ago

hiper404 commented 1 year ago

Baikal version: 0.9.3

Expected behaviour: When updating an event on iOS, the invitees should receive an email showing the changes and/or see the changes reflected in the event they have added to their calendar

Current behaviour: Invitee using Google: • The event in his calendar is not updated • The .ics file in the invitation received by email is updated

Invitee using Outlook: • The event in his calendar is not updated • Outlook automatically removes the email with the invitation once the invitee adds the event to his calendar

One solution/workaround is to send the invitation as a "normal" email with a .ics attachment instead of as an invitation email (Outlook displays a small calendar icon)

Steps to reproduce:

  1. Create an event in iOS native calendar app
  2. Add an invitee by typing his email
  3. Tap done
  4. Edit the event
  5. Tap done
ByteHamster commented 5 months ago

Baikal uses the php mail() function to send emails. Make sure that this function is supported on your server.