ExchangeCalendar / exchangecalendar

Exchange Calendar, Tasks, Contacts provider for Mozilla Thunderbird
GNU General Public License v3.0
677 stars 58 forks source link

Fix adding times to all day event #287

Closed basicmaster closed 5 years ago

basicmaster commented 5 years ago

When an all day event is modified to have start/end times (i.e. no longer being an all day event), the order of the transmitted properties matters for OWA. So the all day property has to be transmitted before the start/end times, as otherwise the desired times are not applied.

Closes #286.

advancingu commented 5 years ago

Thanks!