导航到Sharepoint日历中的日期

时间:2011-11-15 17:20:34

标签: sharepoint-2010

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

我发现始终是指向http://user-pc/Lists/Calendario/calendar.aspx的链接,默认为月视图,我需要转到用户提供的特定日期的日视图。

谢谢!

1 个答案:

答案 0 :(得分:5)

使用CalendarDateCalendarPeriod查询字符串参数:

http://user-pc/Lists/Calendario/calendar.aspx?CalendarDate=2011-11-02&CalendarPeriod=day

更多信息:Specifying the "Start Date" and "Calendar Period" in the URL to a SharePoint calendar using Out-of-the-Box functionality