导航到Sharepoint日历中的日期

car*_*los 2 sharepoint-2010

有没有办法在sharepoint中转到日历,但是在Day视图中有特定日期?使用c#?,

我看到,一直是链接到HTTP://user-pc/Lists/Calendario/calendar.aspx,默认值是月视图,我需要去由用户提供的具体当日的日视图.

谢谢 !

Mar*_*icz 5

使用CalendarDateCalendarPeriod查询字符串参数:

http://user-pc/Lists/Calendario/calendar.aspx?CalendarDate=2011-11-02&CalendarPeriod=day
Run Code Online (Sandbox Code Playgroud)

更多信息:使用开箱即用功能在SharePoint日历的URL中指定"开始日期"和"日历期间"