

To create a calendar view of an existing Notion table:ġ. Repeat steps 18 – 21 with the following:Īdditional FAQs How Do You Create a Calendar View in Notion?.prop (“Day”) = Tuesday”) ? dateAdd(prop( “Week Beginning” ) ,1, “days”) : prop (“Day”) = Wednesday”) ? dateAdd(prop( “Week Beginning” ) ,2, “days”) : prop(“Week Beginning”).Replace the second ,1, “days”) part with “ 2.”.Replace the second “Tuesday” with “Wednesday.”.prop (“Day”) = Tuesday” ) ? dateAdd(prop( “Week Beginning” ) ,1, “days”) : prop (“Day”) = Tuesday”) ? dateAdd(prop( “Week Beginning” ) ,1, “days”) : prop(“Week Beginning”).Prop (“Day”) = Tuesday”)?dateAdd(prop( “Week Beginning” ) ,1, “days”) : part of the formula. Click on the Date to open the Property window.This formula will only work for Monday and Tuesday – for the rest of the week:.Click on “Tuesday” and you’ll see that “Date” has changed to Tuesday’s date.prop (“Day”) = Tuesday”) ?dateAdd(prop( “Week Beginning” ) ,1, “days”) : prop(“Week Beginning”).With this we’re are asking, if the day is “Tuesday,” then add one day to the “Week Beginning,” if it’s not “Tuesday” then use “Week Beginning:”.Type in ?dateAdd(prop( “Week Beginning” ) ,1, “days”) : prop(“Week Beginning”).For Tuesday, we’ll add one day to the original date. Now we need to add one day to the date column that we’ve put in as “Week Beginning ” otherwise, it will always be Monday.Next to prop (“Day”) enter = (two equals signs) Tuesday”).prop (“Day”) will appear in the “Type a formula” text field at the top. Select “Formula,” then click on the “Empty” field to the right of the ‘Date” property.Click on “Add a property” and name the property “Date,” select “Text” under the Property Type.

