Screencast: Color Code a SharePoint Calendar – The PayRoll Schedule
- SharePoint Color Coded Calendar – The PayRoll Schedule
- Screencast: Color Code a SharePoint Calendar – The PayRoll Schedule
- 7 Minute Screencast: Color code a SharePoint Calendar – Update
In a previous article, Jim Bob Howard documented how he created a No Assembly Solution to create a color coded SharePoint calendar for his payroll schedule. This screencast is a followup to that article, showing the steps and techniques he used for creating the calendar.
Nicely done, Jim Bob. Thanks.
Mark
- SharePoint Color Coded Calendar - The PayRoll Schedule
- Screencast: Color Code a SharePoint Calendar - The PayRoll Schedule
- 7 Minute Screencast: Color code a SharePoint Calendar - Update
- Color-coded SharePoint Calendar with Lookup DateTypes
- Update: SharePoint Color Coded Calendar – PayRoll Schedule
I did everything as said in the tutorial . But when I come to the content editor (Modified Shared Webpart) I can not see the content editor insted i see the list view . Wats the fix for this?
Thanks
Sahan
Hi I managed to get through the code. It works but there is no background color coming up. Its a white box with red boarder and red text . There is no fill color in the box. Can uyou help me with this the code i used is as below
color
=CHOOSE(FIND(”L”,LeaveType,1),,,,,”#800080″,,”#008000″)
BgColor
=CHOOSE(FIND(”L”,LeaveType,1),,,,,”#ccffcc”,,”#ffcccc”)
Display
=”"&LeaveType&”;”
Sahan,
What are your LeaveType choices?
Blessings,
Jim Bob
Hi Jim Bob,
I have followed your screencast and created a calendar as per your instructions.
All seems OK except that the colors dont display in the calendar. When I look at the items in list view, all the properties are corrdct (DateType, Color, BGColor, DateChioce) and the Display item has the correct HTML DIV code.
I guess the problem is with the script for the Content Editor Web Part:
—————————————————
This is what I have entered:
——————————–
Any ideas on what I am doing wrong?
I would love to be able to use this color code calendar in my intranet…
Thanks in advance.
Please ignore my precious request.
I have found the latest script and that does work in my case.
Thanks
Tony Caballero