I have a calendar that was imported from Outlook. When I create an all-dayevent, I don't get the normal border that you would from a standard calendar. I'm also looking for a way to remove the start times for these events as well -they are defaulting to 12:00 AM. Anyone run into this issue before?
I believe I ended up using a bit of JavaScript tohide the timestamp (even if you say "don't display time" on the field, itstill shows up in Calendar view). As I recall, there was a distinguishingHTML characteristic about the 12:00 bit.
Are you referring to something like the solution presented here?social.msdn.microsoft.com/.../3dfc8\07c-2d0e-4e48-ba8f-b0eabb764196/It didn't seem to work for me.
I was thinking something more like this:weblogs.asp.net/.../removing-the-12-00-timest\amp-from-calendar-view.aspx
OK, I see what the script it doing. For some reason, it's not working,though. I added the code block through a CEWP and dropped it in below thecalendar view web part but I still see the 12:00 AM text. Any ideas why?
What version of SharePoint is this? I wrote the script for MOSS, i.e. 2007(guess I should put that into the blog post).
Yeah, this is MOSS. I took the code directly from your page and dropped itinto a CEWP right below the calendar. I tried this on my imported calendar aswell as a stock calendar. No custom code for either object.
If you feel like sending me the rendered HTML (View Source) from a calendarview, I'd be happy to take a look at it (unless of course you can just pointme to a link).