Hi
I manage to make a formula so only the date with the selected status is appearing in the calendar.
Unfortunately if I add no status it will show the now() date and most of the items don't have a status and I would like to keep it empty. At the same time it would be great if it woudn't appear on the calendar.
Please have a look at the printscreen:
https://imgur.com/a/Z8iUXas
The Formula I used:
if(prop("Status") == "Plan", prop("Plan"), if(prop("Status") == "Shooting", prop("Shooting"), if(prop("Status") == "Editing", prop("Editing"), now())))
Thank you so much for the help