mirror of
https://github.com/aluxnimm/outlookcaldavsynchronizer.git
synced 2026-04-26 11:35:47 +03:00
[GH-ISSUE #141] Add option to hook into send/receive #605
Labels
No labels
1.0
1.0
1.0
2.0
Feature
Feature request
Google
Google Calendar
async
attachement
auto-migrated
auto-migrated
auto-migrated
bug
critical
enhancement
help wanted
implemented
pull-request
solved
solved
sourceforge
sourceforge
sourceforge
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/outlookcaldavsynchronizer#605
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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.
@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
@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.

@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.
@aluxnimm commented on GitHub (Jun 24, 2016):
general option to trigger sync after send/receive will be in next release.
@aluxnimm commented on GitHub (Jun 25, 2016):
included in release 2.2.0.