locked
How to display two calendars webparts with different months RRS feed

  • Question

  • I want to display two calendar view webparts side by side. The first calendar should demonstrate the current month and the second calendar should show the next month. How can this be done? Is there a javascript code to include for this?

    Thank you, 

    Tammy


    Tammy Miller

    Sunday, April 15, 2012 2:30 PM

Answers

  • Create the different views for the calender list and configure first view events with the current month and

    second view events with the below conditions

    http://msdn.microsoft.com/en-us/library/bb862071.aspx

    Date
    is greater than or equal to
    [Today]

    and

    Date
    is less than or equal to
    [Today]+30

    • Proposed as answer by raghupavan Monday, April 16, 2012 5:58 AM
    • Marked as answer by Pengyu Zhao Sunday, April 29, 2012 6:39 AM
    Monday, April 16, 2012 5:58 AM