I’m interested in creating a calendar where adding an event conditionally gives it a different color. Think a Time Off calendar where Work From Home is orange and PTO is red.
Create a table that includes columns: start, end, title, and type. The type in this example is “Blog Post”, “Video”, and “Whitepaper” but for your example @Sumit_Kishore, you’ll put “Work From Home” and “PTO”
Make sure that the Display column (usually the Title of the event, in this example it is called Content) in the base table is conditionally formatted as well.
You’ll see those colors reflected in the Calendar view of that table.
Is this the only way to tell the Calendar view to color the entry? With such an important feature, why is it not a selection option on the Display settings of the calendar? Something like “Select the column to act as the colour for the entry” or something.
I used a color column for this setup for easier reference. It might be overkill for some scenarios, but it worked well here because our time sheets vary widely across departments, so each employee can edit and customize as they need to.
Programming the colors with filters, it was easier for me to sort everything out in Table View then switch to Calendar View. I had a better view of more of my data in the table while only seeing a month at a time in the calendar.