I have SharePoint calendar and I want the entries to be in color based on status.
If user add one entry and status is initially pending then that task would be in green, later it get changed to in progress then task color should change to yellow and blue for resolved.
Resolved=blue
in progress=yellow
pending=green
How can I achieve this, can anyone provide me javascript code for same
