soEventsDateRange
Tag Name
soEventsDateRangeDescription
Use this to show a list of events from your calendar. The events will occur within a custom date range that you specify inside the tag.Required Parameters
- range ("nextweek", "thisweek", "thismonth" or "today") NOTE: default is "today"
- startDate (mm/dd/yyyy) AND endDate (mm/dd/yyyy)
Optional Parameters
- display("html" or "flash") NOTE: default is "html"
- groupID (groupID of events to show; leave blank to show all for organization)
- showExpiredEvents ("true" or "false)
Example
{soEventsDateRange(range=thisWeek,showExpiredEvents=false)}
In the above example, the page will show a list of events for the current week. As events expire (i.e. their event dates are in the past), they will automatically remove themselves from the screen.