soComingEvents
Tag Name
soComingEventsDescription
Shows a list of upcoming events, which are also shown on your full calendar. This tag is commonly used on the main home page of your website, where you want to show a small subset of the next few events that are happening in your organization.NOTE: if the coming event feature is part of your homepage layout, then this tag will already be included. If you are wanting to add a list of coming events to the homepage, you are welcome to use this tag; however, some design assistance from our SiteOrganic team may be required.
Required Parameters
- numEvents (integer): number of coming events to show
Optional Parameters
- groupID: (group #) the group number of the coming events list you want to show. If no group ID is specified, events will pull from the entire organization.
- vars=calendarLink: (page ID) If you have a "view all events" link included at the bottom of your coming events list, you can specify the target page URL by using this parameter (ex: vars=calendarLink=/pages/page.asp?page_id=178363)
Example
{soComingEvents(numEvents=10)}In the above example, a list of the next 10 events will appear.