[GH-ISSUE #162] SOGo events with invtitaion #158

Open
opened 2026-02-25 20:31:01 +03:00 by kerem · 2 comments
Owner

Originally created by @wch992003 on GitHub (Sep 1, 2016).
Original GitHub issue: https://github.com/aluxnimm/outlookcaldavsynchronizer/issues/162

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.

--- Want to back this issue? **[Post a bounty on it!](https://www.bountysource.com/issues/37470001-sogo-events-with-invtitaion?utm_campaign=plugin&utm_content=tracker%2F20017320&utm_medium=issues&utm_source=github)** We accept bounties via [Bountysource](https://www.bountysource.com/?utm_campaign=plugin&utm_content=tracker%2F20017320&utm_medium=issues&utm_source=github).
Originally created by @wch992003 on GitHub (Sep 1, 2016). Original GitHub issue: https://github.com/aluxnimm/outlookcaldavsynchronizer/issues/162 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. <bountysource-plugin> --- Want to back this issue? **[Post a bounty on it!](https://www.bountysource.com/issues/37470001-sogo-events-with-invtitaion?utm_campaign=plugin&utm_content=tracker%2F20017320&utm_medium=issues&utm_source=github)** We accept bounties via [Bountysource](https://www.bountysource.com/?utm_campaign=plugin&utm_content=tracker%2F20017320&utm_medium=issues&utm_source=github). </bountysource-plugin>
Author
Owner

@aluxnimm commented on GitHub (Sep 1, 2016):

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.

<!-- gh-comment-id:243989369 --> @aluxnimm commented on GitHub (Sep 1, 2016): 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.
Author
Owner

@aluxnimm commented on GitHub (Nov 11, 2016):

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.

<!-- gh-comment-id:260073163 --> @aluxnimm commented on GitHub (Nov 11, 2016): 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.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/outlookcaldavsynchronizer#158
No description provided.