soCalendarWeek
Tag Name
soCalendarWeekDescription
Places a dynamic calendar on the page in Week View. Works with the other Calendar 2.0 views: Month, Day, Agenda and Event.NOTE: when editing the calendar event settings for a group, the calendar pages will be automatically created for you, with the respective tags already placed in the page.
Available Attributes
- allowSyndication (True or False) - controls whether the calendar is able to be shown on other pages on your SiteOrganic website(s). Default is False.
- showGroup (groupID) - if you only want to show calendar events from a single group, then use this field. For example, adding showGroup=1234 will only show events from that single section of your organization, rather than the entire organization.
- defaultTimeDisplay - controls which hours of the day to display. For example, defaultTimeDisplay=4-20 with the following values for each of the possible beginning and end points. The first number before the dash is the start time to show while the second number is the end time to show in military (24 hour) time. For clarity the parameter values are listed below with their corresponding am or pm time.
0 = 12 am
1 = 1 am
2 = 2 am
3 = 3 am
4 = 4 am
5 = 5 am
6 = 6 am
7 = 7 am
8 = 8 am
9 = 9 am
10 = 10 am
11 = 11 am
12 = 12 am
13 = 1 pm
14 = 2 pm
15 = 3 pm
16 = 4 pm
17 = 5 pm
18 = 6 pm
19 = 7 pm
20 = 8 pm
21 = 9 pm
22 = 10 pm
23 = 11 pm
The defaultTimeDisplay=4-20 would render the week view with the 4 am - 8 pm time period showing. The default time period that will show if no defaultTimeDisplay parameter is entered is 6 am - 11 pm. The beginning and end points must be on the hour (no minutes).