Posts

Showing posts with the label color calendar SharePoinr 2013

SharePoint 2010 / 2013: Colorizing the event in the SharePoint Calender

Image
Here in the following you can see the SharePoint 2013 calender in a week view. Now this raises many question such as how mulple users are persistantly attached to the calender and how the events are being colorized. Here my objective is to describe how the event are being colorized. If you have googled enough then you must have come across what Mike Smith  has to say on this issue. The "populateCalendarEventLinkIntercept" technique came from Mike Smith this technique handled all calendar view changes including day-week-month; previous/next. How he achieves this is by hooking his method into the existing SharePoint calendar load function. But this solution wont work in SharePoint 2013 since Mike calls the calender object using SP.UI.ApplicationPages.CalendarNotify.$4a which does not exist in SharePoint 2013. During Migration, overall I had a lot of troubles fixing this very solution since it was full of client side scripting specially JSOM but finally I did somethi...