Calendar : SharePoint calendar control with multi day events: -
http://1.bp.blogspot.com/_8yYCvwdJans/RuECTJE5OmI/AAAAAAAAACc/iEqKLxyaZ9I/s1600-h/5.PNG
Here, the calendar shows "A multi day event". Actually it's an event that starts on the 4th and ends on the 7th.
Requirement: I need to hide the "A multi day event" bar and have it show only on the 4th with the end date.
For Changing the format of default calendar behavior.
<"Sharepoint:MonthlyCalendarView runat="server" SelectedDate=<%# DataBinder.Eval(Container,"SelectedDate","") %> ExpandedWeeks=<%# SPHttpUtility.HtmlEncode( DataBinder.Eval(Container,"ExpandedWeeks","")) %> ItemTemplateName="CalendarViewMonthItemTemplate" ItemAllDayTemplateName="CalendarViewMonthItemAllDayTemplate" ItemMultiDayTemplateName="CalendarViewMonthItemMultiDayTemplate" TabIndex=2>"
Can you anybody help me to customize the "CalendarViewMonthItemMultiDayTemplate"?