[GH-ISSUE #141] Add option to hook into send/receive #138

Closed
opened 2026-02-25 20:30:58 +03:00 by kerem · 5 comments
Owner

Originally created by @F21 on GitHub (Jun 24, 2016).
Original GitHub issue: https://github.com/aluxnimm/outlookcaldavsynchronizer/issues/141

It would be nice if there's an option to hook into the send/receive function in outlook. That means that when outlook performs a send/receive (either manually or periodically), the synchronizer will also sync.

This will emulate the behavior of outlook synchronizing contacts and calendars for an exchange account, so that the user will not have to go to the CalDav Synchronizer tab to force synchronization.

Originally created by @F21 on GitHub (Jun 24, 2016). Original GitHub issue: https://github.com/aluxnimm/outlookcaldavsynchronizer/issues/141 It would be nice if there's an option to hook into the send/receive function in outlook. That means that when outlook performs a send/receive (either manually or periodically), the synchronizer will also sync. This will emulate the behavior of outlook synchronizing contacts and calendars for an exchange account, so that the user will not have to go to the CalDav Synchronizer tab to force synchronization.
kerem closed this issue 2026-02-25 20:30:58 +03:00
Author
Owner

@aluxnimm commented on GitHub (Jun 24, 2016):

interesting idea. will check if this is possible but there should be some event fired when send/ receive finishes

<!-- gh-comment-id:228266399 --> @aluxnimm commented on GitHub (Jun 24, 2016): interesting idea. will check if this is possible but there should be some event fired when send/ receive finishes
Author
Owner

@F21 commented on GitHub (Jun 24, 2016):

I wonder if it's also possible to have the synchronization task integrated as a send/receive task, so that when send/receive is executed, it is listed as one of the tasks along with the fetching/receiving from mailboxes tasks.
sync

<!-- gh-comment-id:228291230 --> @F21 commented on GitHub (Jun 24, 2016): I wonder if it's also possible to have the synchronization task integrated as a send/receive task, so that when send/receive is executed, it is listed as one of the tasks along with the fetching/receiving from mailboxes tasks. ![sync](https://cloud.githubusercontent.com/assets/2263040/16333026/90930596-3a3c-11e6-9d6f-0252d4f8aa65.png)
Author
Owner

@aluxnimm commented on GitHub (Jun 24, 2016):

No, that is not possible from a VSTO C# addin, but an event is fired and we can trigger a manual sync right after the Outlook send/receive.

<!-- gh-comment-id:228467894 --> @aluxnimm commented on GitHub (Jun 24, 2016): No, that is not possible from a VSTO C# addin, but an event is fired and we can trigger a manual sync right after the Outlook send/receive.
Author
Owner

@aluxnimm commented on GitHub (Jun 24, 2016):

general option to trigger sync after send/receive will be in next release.

<!-- gh-comment-id:228477614 --> @aluxnimm commented on GitHub (Jun 24, 2016): general option to trigger sync after send/receive will be in next release.
Author
Owner

@aluxnimm commented on GitHub (Jun 25, 2016):

included in release 2.2.0.

<!-- gh-comment-id:228566166 --> @aluxnimm commented on GitHub (Jun 25, 2016): included in release 2.2.0.
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#138
No description provided.