SharePoint calendar view in data view webpart

  • Thread starter Thread starter jrefsnider
  • Start date Start date
J

jrefsnider

I'm trying to customize my SharePoint events list so that it displays i
Calendar view, but so that new events are highlighted in some fashio
(i.e., change font color to red when modified date < 10)

I see that you can convert SharePoint web parts to xslt dataview we
parts in FrontPage and that dataview web parts provide conditiona
formatting.

When I convert my SharePoint events list in calendar view to a datavie
web part, I am left with just part of my calendar toolbar - no data, n
calendar squares.

Any suggestions on how to make this modification

jrefsnide
 
Hi,

Unfortunately you can't do that with the calendar. It cannot be converted
into an XSLT data view (in fact, you should not have been able to do this to
begin with, as the option should not be enabled when you right click the
calendar).

You can find calendar XSLT samples through google, though, and replace the
xsl:stylesheet with some of these, but that is pretty advanced stuff.
 
Back
Top