Has anyone tried to create a calculated column on the Begin field of
an event list? A strange things happens when I do on recurring
events. I have a formula like this:
=TEXT(WEEKDAY(Begin),"ddd")&" "&TEXT(Begin,"mm")&"-"&TEXT(Begin,"dd")
But when viewing this column on a recurring event in the current
events view you can see that instead of using the recurring Begin date
it uses the first begin date. Darn. Anyone have an idea on how to
fix this?