alexmay
New Member
- OS Version(s)
- Windows
- Outlook version
- Outlook 365 64 bit
- Email Account
- Office 365 Exchange
Operating system:: Windows 11
Outlook version: 365
Email type or host: 365
Outlook version: 365
Email type or host: 365
've seen several threads here over the years asking about showing multiple calendars in the Todo bar, all concluding it isn't possible natively. I had the same problem and ended up building a free VSTO add-in that solves it.
It creates a custom pane in Classic Outlook showing appointments from all calendars across all accounts (colour-coded), plus tasks and flagged emails in the same view. Items can be opened by double-clicking, and there's a + button for new tasks.
It requires Visual Studio Community (free) to build and install — the README walks through the whole process.
GitHub: GitHub - galexmay/Outlook-Todo-Plus-Multiple-Calendar-Pane: A custom outlook pane to replace the standard todo/calendar pane. This includes all calendars.
Hope it's useful to others who've hit the same wall.
It creates a custom pane in Classic Outlook showing appointments from all calendars across all accounts (colour-coded), plus tasks and flagged emails in the same view. Items can be opened by double-clicking, and there's a + button for new tasks.
It requires Visual Studio Community (free) to build and install — the README walks through the whole process.
GitHub: GitHub - galexmay/Outlook-Todo-Plus-Multiple-Calendar-Pane: A custom outlook pane to replace the standard todo/calendar pane. This includes all calendars.
Hope it's useful to others who've hit the same wall.