Skip to main content
We created a public calendar but the default view is still stuck in July of 2011.  How do I change the settings so the current day/month is always the default view in our custom link?  Thanks-Scott
2 个回答
  1. 2012年2月2日 21:26
    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!
0/9000