Calendar / Team schedule

I am trying to display a specific Calendar (team schedule) based on the answer to a Form i have in my app.
For example, if the person says they want to work more than 10 hours a week it will display a schedule A on his calendar. If the person says less than 10 hours a week it will display schedule B.
Can anyone help me crack this one?
Thanks,
Chirs

Sounds like you need an if-then-else column

1 Like

You can also use conditional visibility on the calendar components.

For calendar A’s component - make it visible if the column value is “More than 10 hours”.

For calendar B’s component - make it visible if the column value is “Less than 10 hours”.