• Outlook User
  • New Outlook app
  • Outlook.com
  • Outlook Mac
  • Outlook & iCloud
  • Developer
  • Microsoft 365 Admin
    • Common Problems
    • Microsoft 365
    • Outlook BCM
    • Utilities & Addins

How to View a Yearly Calendar

Slipstick Systems

› Outlook › Calendar › How to View a Yearly Calendar

Last reviewed on January 14, 2019     38 Comments

Applies to: Outlook (classic), Outlook 2007, Outlook 2010

Do you need to view several months in Outlook? While Outlook doesn't have a Yearly view or even a multiple month view, there are several ways to view multiple months at once.

  1. View additional calendars in the navigation pane
  2. Use VBA to create an HTML planner-style calendar
  3. Use Outlook's Share by Email feature

 

View additional calendars in the navigation pane

Drag either the Navigation pane separator bar or the To-do bar / Taskpad bar inward to show more navigation calendars. If needed, slide the Taskpad down. In Outlook 2007/2010, right click on the To-Do Bar title and choose Options to change the number of calendars. Unfortunately, Outlook 2013 /2016 do not support setting a number of calendars in the To-Do bar; the navigation calendars will show as many as your screen supports.

Outlook's To-do bar options

The number of calendars you'll see depends on the size of Outlook's main window and your screen resolution.

In older versions of Outlook, just over half of the Outlook window can be navigation calendars, in Outlook 2007 and newer, you can use just under half the Outlook window.

Outlook 2013 is very limited in the number of navigation calendars it can display. The To-Do Bar can display very few calendars, but you can display more of the navigation calendars.

Video Tutorial

[wpvideo t6G0qOf5 w=500]

 

Planner style HTML calendar

If you want a planner style calendar, you can use VBA to create an HTML web page. The script you need is at Yearly Calendar view for Outlook. This script will create a page with one or more months in vertical format, arranged either by days of the week or by day of the month as seen in the screenshots below. You can edit the code (it's well marked) to display only all day events, filter by calendars and include items marked private. The VBA version was tested in Outlook 2013. It should work in all older versions of Outlook.

A VB script version of the macro is available at Yearly Calendar view VBScript version. The script has better colors and creates 3 HTML calendar: traditional weekly format, months across the top with dates down the side, plus a horizontal version with dates across and months down. This works in Outlook 2013 but categories are not supported (in Outlook 2013 and up).

Create calendar arranged by date

Arrange the calendar by date

 

Share by email

Use this method to create a quick HTML calendar in Outlook 2007 and up. The resulting message contains up to six monthly calendars, a list of daily appointments, and full details (if selected). As seen in the screenshots below, the dates are hyperlinked to the daily appointment lists and the appointments are hyperlinked to the details.

To create an HTML calendar in an email message:

  1. Right click on a calendar and choose Share > Email Calendar
  2. Select the desired dates and the level of details.
    Send by email dialog
  3. When you click OK, a calendar is created in a new email message.

You can save the message as HTML to use the calendar outside of Outlook.

Send calendar by email

Daily appoinments in email calendar

How to View a Yearly Calendar was last modified: January 14th, 2019 by Diane Poremsky

Related Posts:

  • View a Two Week Calendar
  • Outlook Tip: Show all Mondays in the Calendar
  • Using Outlook's Calendar Peek
  • Earlier versions of Outlook had a group calendar window that was separ
    Outlook 2010 Group Scheduler

About Diane Poremsky

A Microsoft Outlook Most Valuable Professional (MVP) since 1999, Diane is the author of several books, including Outlook 2013 Absolute Beginners Book. She also created video training CDs and online training classes for Microsoft Outlook. You can find her helping people online in Outlook Forums as well as in the Microsoft Answers and TechNet forums.

Subscribe
Notify of
38 Comments
newest
oldest most voted
Inline Feedbacks
View all comments

Hannah
June 3, 2021 6:28 pm

Hi Diane,

Thank you for summarising all these options!

I am very keen on trying the Planner style HTML calendar that you provided the links to above but on those pages, the links are broken and I cannot get a hold of the original poster to ask for the scripts.
I know it was a long time ago but this option is still not something that anyone else is providing, that I can find - do you have contact details for the person at NiveauVerleih?

Any help is appreciated.

Warm regards,

Hannah :-)

1
0
Reply
Diane Poremsky
Author
Reply to  Hannah
June 3, 2021 6:55 pm

I do not have a way to contact the author but the wayback machine to the rescue -

After downloading, rename the text file to have the extension vbs. The double click to run.

Niveauverleih calendarv2.txt
Last edited 4 years ago by Diane Poremsky
0
0
Reply
emma
March 30, 2018 3:00 am

I try tu use Yearly Calendar vba macro with outlook 2010 under windows 7. but i d'ont understand wy but when i try empty calendar it's wor, when i try non empty calendar, so with my rendezvous, the mostly time its freez or crash outlook.
in the vbs version the instruction
Set objCDO = CreateObject("MAPI.Session")
abort because i have the message
Could not create MAPI session to retrieve appointment colors. Will continue without colors.
Is ther someone who can help me ?

0
0
Reply
Diane Poremsky
Author
Reply to  emma
April 3, 2018 1:01 am

I will check it on 2010 - it definitely should work. (I made the mistake of trying it on my laptop which had a new version of Outlook 2016 and it does not work with it. I wasted too much time trying to figure out why :( )

It uses CDO to get the colors and that is no longer supported in newer versions of Outlook, but it should work in 2010. However, the error you're getting is pointing to a problem with CDO.

0
0
Reply
emma
March 30, 2018 2:56 am

wher is my comment ?

0
0
Reply
Diane Poremsky
Author
Reply to  emma
March 30, 2018 8:47 am

It's here. :) The comments stay in moderation until i answer them - it makes it easier for me to find the comments that need an answer. (I don't do too much actual moderating - everything except spam and the occasional comment is that all swear words gets approved.)

0
0
Reply
emma
March 30, 2018 2:47 am

i d'ont understand wy but when i try empty calendar it's wor, when i try non empty calendar, so with my rendezvous, the mostly time its freez or crash outlook.
in the vbs version the instruction
Set objCDO = CreateObject("MAPI.Session")
abort because i have the message
Could not create MAPI session to retrieve appointment colors. Will continue without colors.
Is ther someone who can help me ?

0
0
Reply
Diane Poremsky
Author
Reply to  emma
April 6, 2018 12:09 am

There are definitely issues with it - colors will not work and if using Outlook 2013 or 2016, it may not be able to find the calendar. When i get a change, I'll work on updating it for new versions.

To get past that error (because outlook 2013/2016 do not use CDO), you'll need to remove or comment out the lines that use CDO.

0
0
Reply
mark
February 27, 2018 5:20 pm

do you have anything that works with outlook 2016 or office 365?

0
0
Reply
Diane Poremsky
Author
Reply to  mark
February 28, 2018 12:16 am

The methods on the page should work with outlook 2016 desktop.

0
0
Reply
mark
February 27, 2018 4:53 pm

still no year view calendar for outlook
why dont you make an app orr something people can buy to do this

0
0
Reply
Diane Poremsky
Author
Reply to  mark
February 28, 2018 6:00 pm

My guess is that the various addin devs don't see a demand and/or, its not as easy as it sounds. It requires and activex control to do it in outlook.

0
0
Reply
dav
October 12, 2014 11:12 pm

getting type mismatch error on "UBound" line 534

0
0
Reply
Diane Poremsky
Reply to  dav
October 13, 2014 11:16 pm

according to "Anonymous" on the author's websites, you need to make the following edit:

Just add the following statement in the VBA script:
arrBinary = Array(1, 0)
under
'msgbox MainKeyPath

The result should look like this:

'msgbox MainKeyPath
arrBinary = Array(1, 0)
For i = 0 To UBound(arrBinary)
KeyValue = KeyValue & Chr(arrBinary(i))
Next

0
0
Reply
Johan
April 21, 2014 3:04 pm

So I need to be a programmer to get a year-view in Outlook... That is so far from user-friendly!!!

3
0
Reply
Diane Poremsky
Reply to  Johan
April 21, 2014 6:38 pm

Not necessarily a programmer... but you definitely can't do it in outlook - you'll need a script if the email calendar method doesn't create enough thumbnails.

0
0
Reply

Visit Slipstick Forums.
What's New at Slipstick.com

Latest EMO: Vol. 30 Issue 29

Subscribe to Exchange Messaging Outlook






Support Services

Do you need help setting up Outlook, moving your email to a new computer, migrating or configuring Office 365, or just need some one-on-one assistance?

Our Sponsors

CompanionLink
ReliefJet
  • Popular
  • Latest
  • Week Month All
  • Jetpack plugin with Stats module needs to be enabled.
  • Move Deleted Items to Another Folder Automatically
  • Open Outlook Templates using PowerShell
  • Count and List Folders in Classic Outlook
  • Google Workspace and Outlook with POP Mail
  • Import EML Files into New Outlook
  • Opening PST files in New Outlook
  • New Outlook: Show To, CC, BCC in Replies
  • Insert Word Document into Email using VBA
  • Delete Empty Folders using PowerShell
  • Warn Before Deleting a Contact
Ajax spinner

Recent Bugs List

Microsoft keeps a running list of issues affecting recently released updates at Fixes or workarounds for recent issues in classic Outlook (Windows).

For new Outlook for Windows: Fixes or workarounds for recent issues in new Outlook for Windows .

Outlook for Mac Recent issues: Fixes or workarounds for recent issues in Outlook for Mac

Outlook.com Recent issues: Fixes or workarounds for recent issues on Outlook.com

Office Update History

Update history for supported Office versions is at Update history for Office

Outlook Suggestions and Feedback

Outlook Feedback covers Outlook as an email client, including Outlook Android, iOS, Mac, and Windows clients, as well as the browser extension (PWA) and Outlook on the web.

Outlook (new) Feedback. Use this for feedback and suggestions for Outlook (new).

Use Outlook.com Feedback for suggestions or feedback about Outlook.com accounts.

Other Microsoft 365 applications and services




New Outlook Articles

Move Deleted Items to Another Folder Automatically

Open Outlook Templates using PowerShell

Count and List Folders in Classic Outlook

Google Workspace and Outlook with POP Mail

Import EML Files into New Outlook

Opening PST files in New Outlook

New Outlook: Show To, CC, BCC in Replies

Insert Word Document into Email using VBA

Delete Empty Folders using PowerShell

Warn Before Deleting a Contact

Newest Code Samples

Open Outlook Templates using PowerShell

Count and List Folders in Classic Outlook

Insert Word Document into Email using VBA

Warn Before Deleting a Contact

Use PowerShell to Delete Attachments

Remove RE:, FWD:, and Other Prefixes from Subject Line

Change the Mailing Address Using PowerShell

Categorize @Mentioned Messages

Send an Email When You Open Outlook

Delete Old Calendar Events using VBA

Repair PST

Convert an OST to PST

Repair damaged PST file

Repair large PST File

Remove password from PST

Merge Two Data Files

Sync & Share Outlook Data

  • Share Calendar & Contacts
  • Synchronize two computers
  • Sync Calendar and Contacts Using Outlook.com
  • Sync Outlook & Android Devices
  • Sync Google Calendar with Outlook
  • Access Folders in Other Users Mailboxes

Diane Poremsky [Outlook MVP]

Make a donation

Mail Tools

Sending and Retrieval Tools

Mass Mail Tools

Compose Tools

Duplicate Remover Tools

Mail Tools for Outlook

Online Services

Calendar Tools

Schedule Management

Calendar Printing Tools

Calendar Reminder Tools

Calendar Dates & Data

Time and Billing Tools

Meeting Productivity Tools

Duplicate Remover Tools

Productivity

Productivity Tools

Automatic Message Processing Tools

Special Function Automatic Processing Tools

Housekeeping and Message Management

Task Tools

Project and Business Management Tools

Choosing the Folder to Save a Sent Message In

Run Rules on messages after reading

Help & Suggestions

Submit Outlook Feature Requests

Slipstick Support Services

Buy Microsoft 365 Office Software and Services

Visit Slipstick Forums.

What's New at Slipstick.com

Home | Outlook User | Exchange Administrator | Office 365 | Outlook.com | Outlook Developer
Outlook for Mac | Common Problems | Utilities & Addins | Tutorials
Outlook & iCloud Issues | Outlook Apps
EMO Archives | About Slipstick | Slipstick Forums
Submit New or Updated Outlook and Exchange Server Utilities

Send comments using our Feedback page
Copyright © 2025 Slipstick Systems. All rights reserved.
Slipstick Systems is not affiliated with Microsoft Corporation.

:wpds_smile::wpds_grin::wpds_wink::wpds_mrgreen::wpds_neutral::wpds_twisted::wpds_arrow::wpds_shock::wpds_unamused::wpds_cool::wpds_evil::wpds_oops::wpds_razz::wpds_roll::wpds_cry::wpds_eek::wpds_lol::wpds_mad::wpds_sad::wpds_exclamation::wpds_question::wpds_idea::wpds_hmm::wpds_beg::wpds_whew::wpds_chuckle::wpds_silly::wpds_envy::wpds_shutmouth:
wpDiscuz

Sign up for Exchange Messaging Outlook

Our weekly Outlook & Exchange newsletter (bi-weekly during the summer)






Please note: If you subscribed to Exchange Messaging Outlook before August 2019, please re-subscribe.

Never see this message again.

You are going to send email to

Move Comment