Hi,
how can I colour code the tasks in the calendar based on the status.
I want tasks with the status of planned to be green but to be yellow when the task is a different status.
I imagine it would be somewhere within the CalendarActivity.php file but not sure.
Might also be worth noting that there example is for the Meetings module but the Tasks would be very similar and would only need to reference the Task module rather than the Meetings.
Wahay!
So I realised what is was: some of the task records didn’t have a status set because they were created with logic hooks before I added statuses to it.
Once I gave each task a status it worked perfectly!
Thanks!