Open wch992003 opened 8 years ago
I see two issues here: You said, SOGo doesn't provide this property SCHEDULE-STATUS in the ics for attendee, so how should we find out? Secondly, I am not even sure if we have access to that property in the Outlook Object Model or if it is read-only ans we can't change it from the Addin.
If you want to track meetings as organizer you need to create the event in Outlook and let Outlook send the invites. and even in this case, due to an Outlook limitation, the tracking tab works only for the default calendar.
Ok I found a way to read and even set the Outlook flag that indicates if the meeting invitation mail has been sent or not. So if SOGo would set the SCHEDULE-STATUS for the organizer for example we could detect that and set the flag.
After the creation of an event in SOGo webinterface with invitation, an email has been sent to all the invited attendee. But outlook still shows the invitation email has not sent out message after sync. By referring to the RFC6638, the SCHEDULE-STATUS and REQUEST-STATUS seems to have recorded the schedule event status, but neither the ics in SOGo or synchronizer has information on the above parameter.
Is there any workaround for the problem ?
Thank you for your good work and regards.