Basically, DavMail used to tell Exchange to disable notifications on calendar updates, and rely on the email client to send notifications.
=> this does not work well with recent Exchange versions, including Office365
Now it tells Exchange to take care of notifications on calendar updates, ant tells email client not to send notifications with calendar-auto-schedule.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Weird: working fine here with both Exchange 2010 and Office 365.
Can you please check EWS messages for the following content: <m:CreateItem MessageDisposition="SendAndSaveCopy" SendMeetingInvitations="SendToAllAndSaveCopy">
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I should be able to check the EWS messages for the following content. What's the recommended way to
log the message content (request and response from the server)?
See RFC https://tools.ietf.org/html/rfc6638 for more details.
Basically, DavMail used to tell Exchange to disable notifications on calendar updates, and rely on the email client to send notifications.
=> this does not work well with recent Exchange versions, including Office365
Now it tells Exchange to take care of notifications on calendar updates, ant tells email client not to send notifications with calendar-auto-schedule.
OK. How to activate this? I'm running the trunk version and no email are sent by Exchange.
Please retry with 4.8.3
I've retried with 4.8.3, no email invitations are sent with Exchange Server 2013 version 15.0.1347.2
Weird: working fine here with both Exchange 2010 and Office 365.
Can you please check EWS messages for the following content:
<m:CreateItem MessageDisposition="SendAndSaveCopy" SendMeetingInvitations="SendToAllAndSaveCopy">I should be able to check the EWS messages for the following content. What's the recommended way to
log the message content (request and response from the server)?
Just set WIRE logging category to DEBUG level.
The message observed in the log is '<m:createitem sendmeetinginvitations="SendToAllAndSaveCopy" messagedisposition="SendAndSaveCopy">'</m:createitem>
which is what you expect (but for the order ot attributes).
Note that you can switch back to old mode with;
davmail.caldavAutoSchedule=false