aluxnimm / outlookcaldavsynchronizer

Sync Outlook with Google, SOGo, Nextcloud or any other CalDAV/CardDAV server
GNU Affero General Public License v3.0
928 stars 98 forks source link

Support Invitation through CalDAV Inbox? #274

Open qdchong opened 4 years ago

qdchong commented 4 years ago

Hi does the synchronizer supports sending of invitations through caldav inbox instead of emails? this means querying or synchronizing with the scheduling inbox collections for meeting invitations instead of sending emails

aluxnimm commented 4 years ago

We don't support querying the scheduling inbox collection. When creating a meeting invite in Outlook, it sends emails to all attendees. And when syncing the meeting to the organizer's calendar via CalDAV, the server sends meeting invites again if SCHEDULE-AGENT=CLIENT isn't set or understood by the server, which often leads to problems with double invites. We are working on suppressing the emails sent by Outlook in this case to let the server do the scheduling.