Calendar and Events
Note: Calendar and events feeds are incorporated using a shortcode. Shortcodes are available to help you quickly add more complex features to your pages. To add shortcodes, open the HTML source editor in Cascade and paste the shortcode where you'd like the element to appear within your layout.
Calendar
The calendar shortcode is used to add a university calendar widget to your page. To add the widget, simply wrap which department tags you want to pull events for in the [calendar][/calendar]
shortcode, as shown below. The department names correspond with the department names found on calendar.clemson.edu.
Shortcode
[calendar]academic, special events[/calendar]
Rendered Shortcode
-
Oct 7 5:30pm "Family Tree" Film ScreeningLocation: Watt Family Innovation Center
-
Oct 8 1:30am FALL PREVENTION PROGRAMLocation: The Clemson Balance Lab
-
Oct 9 12pm Gunnin Architecture Library Open HouseLocation: Lee Hall
-
Oct 10 1:30am FALL PREVENTION PROGRAMLocation: The Clemson Balance Lab
-
Oct 11 10am US Navy BirthdayLocation: 307
There are also a couple attributes available to modify the calendar feed.
type
- specify between a list of events (widget) or a list of events paired with a minature calendar (combo)num
- specify the maximum number of events shown
Shortcode
[calendar type=combo num=10]academic, special events[/calendar]
Rendered Shortcode
Sun | Mon | Tue | Wed | Thu | Fri | Sat |
---|---|---|---|---|---|---|
29 | 30 | 1 | 2 | 3 | 4 | 5 |
6 | 7 | 8 | 9 | 10 | 11 | 12 |
13 | 14 | 15 | 16 | 17 | 18 | 19 |
20 | 21 | 22 | 23 | 24 | 25 | 26 |
27 | 28 | 29 | 30 | 31 | 1 | 2 |
-
Oct 7 5:30pm "Family Tree" Film ScreeningLocation: Watt Family Innovation Center
-
Oct 8 1:30am FALL PREVENTION PROGRAMLocation: The Clemson Balance Lab
-
Oct 9 12pm Gunnin Architecture Library Open HouseLocation: Lee Hall
-
Oct 10 1:30am FALL PREVENTION PROGRAMLocation: The Clemson Balance Lab
-
Oct 11 10am US Navy BirthdayLocation: 307
Events
The events shortcode is used to add an events feed to your page. To add the feed, simply wrap which department tags you want to pull events for in the [events][/events]
shortcode, as shown below. The department names correspond with the department names found on calendar.clemson.edu.
Shortcode
[events]academic, special events[/events]
Rendered Shortcode
There is one attribute available to modify the events feed.
num
- specify the maximum number of events shown
Shortcode
[events num=10]academic, special events[/events]