Tagged Questions
5
votes
4answers
1k views
simultaneous Outlook reminders on multiple devices
Disclaimer: This is not actually a programming question, but I feel the audience on stackoverflow is more likely to have an answer than most question/answer sites out there.
Please forgive me, Joel, ...
1
vote
1answer
310 views
How to add MS outlook reminders event handlers with VBA
I want to extend MS Outlook so that when a calendar reminder pops up, I can run a VBA hook that can run an external program (like a batch script). In my case, I want to "forward" the reminder to a ...