The SharePoint List Calendar View

by | MS SharePoint

In this blog, you’ll learn how to create a SharePoint list calendar view. This may sound technical but it’s quite easy and the best thing about it is that it’s totally useful and can make your SharePoint list more dynamic.

Before you could create a Calendar View for your SharePoint list, you need to make sure that your SharePoint list has a date column associated with it.

In our example, we have the DOB (Date of Birth) column.

sharepoint list calendar view

We also have the Sign Up Date and Reward Period Date columns.

sharepoint list calendar view

Creating A SharePoint List Calendar View

Once you have columns that have dates, you can start by clicking All Items on the top right.

sharepoint list calendar view

Next, click Create new view.

sharepoint list calendar view

Then a dialog box will appear.

sharepoint list calendar view

For the View name text field, we’ll type “CalendarView”.

sharepoint list calendar view

Then, we’ll select Calendar.

sharepoint list calendar view

After that, on the Start date on calendar section, we’ll choose Sign Up Date because we want the calendar to view the actual sign-up date of our customers.

sharepoint list calendar view

For the End date on calendar, we’ll also choose the Sign Up Date.

sharepoint list calendar view

Make sure that the Visibility is checked, so the other users may see it.

sharepoint list calendar view

Next, click More options.

sharepoint list calendar view

And click the Title of items on calendar section.

sharepoint list calendar view

The columns on your list will appear as you can use them for your title.

For this example, we’ll use the Title to show the email on the Calendar View.

sharepoint list calendar view

Finally, click Create.

sharepoint list calendar view

This will give you the Calendar View that shows the customers based on their sign-up dates. Moreover, the email addresses of the customers are visible because we use them as a title for the Calendar View.

If you want to go back to the list, just click Calendar View.

Then, click All Items.

sharepoint list calendar view

Adding A Calendar View With A Combined Column For The Title

The Calendar View is indeed an efficient feature. But what if we don’t want the email address to be the title? Instead, we want to use the First Name and Last Name combined.

The first thing we need to do is to create a calculated column that has the First Name and Last Name. So, let’s click Add column. 

sharepoint list calendar view

Then, select More….

sharepoint list calendar view

You’ll be redirected to a different page where you can set up a new column.

For the Column name section, we’ll type “Full Name.

Then, choose Calculated (calculated based on other columns) for the type.

In the Formula field, we’ll add the First Name column and the Last Name column by typing “=[First Name]&” “ &[Last Name]”. Keep in mind that you can also select the Column from the right. You don’t need to type the column name.

The one that we used above is “=[Column Name]&[Column Name]”. We put a space in between so the result will have a space between the first name and the last name. To concatenate two values of columns, we need to use “&”.

Finally, click OK.

Let’s click Customers to go back to the list.

And you’ll see that we’ve successfully combined the First Name and Last Name. You’ll see them in the Full Name column.

Creating Another Calendar View For The SharePoint List

After that, we can create another Calendar View that shows the Full Name as its Title of items on calendar. First, let’s click All Items.

Next, click Create new view.

Then, we’ll name it “CalendarViewName. Choose Calendar under the Show as section.

Also, we’ll use the Sign Up Date for both the Start date on calendar and End date on calendar fields.

Ensure that the Visibility is Checked, so the other users may see it.

Next, click More options.

For the Title, we’ll use the Full Name.

Lastly, click Create.

As a result, you’ll see that you have the CalendarViewName with the full name of the customers.

Keep in mind that if you click an item on the Calendar

…it’ll take you to its record or data.

***** Related Links *****
SharePoint List Item: Editing Single And Multiple Items
SharePoint Lists: An Overview
Calculated Columns In SharePoint | An Overview

Conclusion

The SharePoint List Calendar View is an efficient way to create your organization’s calendar within the list. You can use it to track the record; when it happened and when it finished or will be finished.

This feature is very helpful because it isn’t only for the sign-up date. For example, if you have tasks, it can show the data on the Calendar View. Additionally, it can show you the start dates and end dates. It’s a very good way to visualize data that has dates associated with it.

You can use it for almost anything, such as projects, reports, and a lot more. So make sure to utilize this feature as it will help working with your SharePoint list more conveniently.

All the best,

Henry

author avatar
Henry Habib
Henry Habib is an accomplished Power Platform and Office 365 trainer, with over 100 hours of recorded content and over 30,000 paid students on e-learning platforms.

Related Posts