
2 respuestas
I had a similar issue where the calendar was always defaulting to Jan 2010.
My fix was the following:
To edit (in EE) go to Setup > Create > Tabs > Calendar 30 Day View
Step 1 - choose the no sidebar option "Full Page width"
Step 2 - Tab Type: URL
set Content frame height to 700 (600 is too short, induces a scrollbar)
Step 3 - Link URL is https://xxx.salesforce.com/00U/c?isdtp=mn
replace xxx with your instance (e.g. na6)
the md0=2010 portion was setting the year (to 2010 in this case)
the md1= portion was setting the month (blank apparently defaults to Jan)
and the isdtp=mn portion was needed so it doesn't display a nested frame.
Hope this helps.
Cheers!