For a better experience, click the Compatibility Mode icon above to turn off Compatibility Mode, which is only for viewing older websites.

Past Events Listing

The Past Events Listing component looks and functions exactly the same way as the Events Listing component, but the events displayed are all in the past. See below for an example of the Past Events Listing component. Implementation directions and parameters follow.

  • B-Smart Cohort 11

    Wednesday, July 17, 2024

    12:00 AM-12:00 AM

    Dornsife Center for Neighborhood Partnerships 3509 Spring Garden Street, Philadelphia PA 19104

    • Everyone

    Applications for Cohort 11 of B-Smart are now open through July 17th! This FREE entrepreneur program is designed to support Philadelphia businesses in their early stages of growth, covering essential topics like:
    • Building an Entrepreneurial Mindset
    • Financial Management & Accounting Strategies
    • Developing a Business Plan and Capabilities Statement
    • Sales and Pricing Strategies, Capital Readiness, and Investor Pitching
    • Branding & Marketing and AI-Driven Design
    The program concludes with a Pitch-and-Present Competition, in which participants showcase their business models to a panel of investors and community partners, receive feedback, and have the opportunity to secure funding.
    Learn more and apply now: https://bit.ly/bsmartappc11. The application deadline is July 17, 2024!

    Read More
  • Creator's Studio Open Hours

    Tuesday, July 16, 2024

    2:00 PM-7:00 PM

    Dornsife Center for Neighborhood Partnerships 3509 Spring Garden Street, Philadelphia PA 19104

    • Everyone
    Join us for open hours in the Creator's Lab, Mondays through Thursdays from 2:00-7:00 pm
    Read More
  • Creative Arts Therapy Session

    Tuesday, July 16, 2024

    12:00 PM-1:00 PM

    Dornsife Center for Neighborhood Partnerships 3509 Spring Garden Street, Philadelphia PA 19104

    • Everyone

    Join us for an Art Therapy class on Tuesdays from 12:00-1:00pm starting July 2nd to July 30th, where you'll use creative activities like drawing and painting to express emotions, reduce stress, and enhance self-awareness. This session provides a safe space for personal growth and healing. Suitable for all ages. 

    Read More
  • Science of Science: DCI Office Hours/National Science Foundation

    Friday, July 12, 2024

    2:00 PM-3:00 PM

    https://nsf.zoomgov.com/j/1609574371?pwd=VTR5d2Vycj

    • Faculty
    • Staff

    Welcome to the Science of Science: Discovery, Communication and Impact office hours. We understand that applying for an award can be a daunting process filled with questions and uncertainties. To assist you and provide insight into the program, we are hosting office hours. 

    Read More
  • Nutrition Workshops

    Wednesday, July 10, 2024

    4:00 PM-5:00 PM

    Dornsife Center 3509 Spring Garden St. Philadelphia, PA 19104

    • Everyone

    Join us at the Dornsife Center for Nutrition Workshops and Healthy Cooking Demonstrations!

    Read More


Implementation


Adding a Past Events Listing component is the same process as adding any other component in the Presentation > Details.

  1. Follow the directions for adding a component. The Events Listing component is located in the Select a Rendering dialog box in Sublayouts > V2 > Active Data Calendar > Past Events Listing.

  2. In the Control Properties dialog box, enter parameters to define which Department or Category the sidebar should find events for, to specify where the event's detail page is, and to customize the sidebar's appearance or functionality. See below for a listing of applicable parameters. See Configuring the Calendar for more information on adding parameters.

  3. Click OK until all dialog boxes are closed.

  4. Save and approve the page for publication.

Past Events Listing Parameters


Parameter Name Value(s) Description
Department A number or list of numbers corresponding to a department. Example:1,2,3 Filters events to only display events in a specific department. IDs may be comma separated and are listed on the Department ID Listing page.

cat A number or list of numbers corresponding to a category. Example:1,2,3
Filters events to only display events tagged with a specific category. IDs may be comma separated and are listed on the Category ID Listing page.
 
subcat A number or list of numbers corresponding to a subcategory. Example:1,2,3
Filters events to only display events tagged with a specific subcategory. IDs may be comma separated and are listed on the Subcategory ID Listing page.
DetailsPage A path to a sitecore page where the calendar details should appear 
Example: /sitecore/content/Home/studentaffairs/programs_events/events/details
The details page must have the Event Details component placed on it. This is a required parameter. 
MaxResults A single number. Example: 3 Specifies the number of events that appear in the sidebar. The default is three.
Title A string of text. Example: More Events Changes the wording of the sidebar's default "Upcoming Events" title.
StartDate 2012-05-28 A date to start looking for events.
EndDate 2016-01-01 The date to stop looking for events.
Paging true / false Creates pagination at the bottom of the events page. 
MaxPerPage A number. Example: 10 Specifies the number of events on each page. Works in tandem with the Paging parameter. 
q Example: "Entrepreneur Entrepreneurship" (quotes required) A word, or number of words to search the calendar for. The example to the right would look for for both "entrepreneur and entrepreneurship" in the titles or bodies of the events.

Audience Example: "Alumni Freshman" (quotes required)
Works like q above. The example to the right would look for for both "alumni and freshman" audiences.
AddEvents The format is "ED1|IID1, EID2|IID2"
example:  "4868|15557" or "4868|15557,4858|15559"(quotes required)
A specific event or events that should appear on a calendar. The "EID" is the "event ID" and IID is the "Information ID. Both be found in the URL of the event. For example: http://events.drexel.edu/EventList.aspx?view=EventDetails&eventidn=5420&information_id=16825
The EID of this event is 5420 and the IID is 16825
IncludeImage true / false Sets the page to display images (true) or to hide them (false). Default is true. 
UseAnd Example: true This parameter allows for more specific filtering. For example, if you only wanted events tagged with a specific department AND category to show on your calendar, you would use this parameter in addition to the standard Department and cat parameters. By default, the list of events will display any events tagged as a department OR category.