This Quick Start inserts all events from one calendar in a tabular format. There is a category drop-down so categories of events can be selected and there are no navigaction buttons because all the events in the calendar are intended to be displayed (so the entire calendar can be easily searched using the browser page search commands). Categories may be added and removed by changing the commands below. This Quick Start example displays a running club race calendar and displays several event tags as additional rows for each event. The Quick Start itself will need to be modified to add or change the event tags and how they are displayed. See the Quick Start Configuration page for more information.
{gCalDefine group id="grp1" maxResults="2" /}
{sdInclude ./plugins/content/gCalMarkupV015/qs/[gCalMarkupQS-Setup]/}
{sdDefine style-table-grp1}border: 3px double gray;{/sdDefine}
{sdDefine style-rowA-grp1}background-color: #DECA95;{/sdDefine}
{sdDefine style-rowB-grp1}background-color: #FEEAB5;{/sdDefine}
{sdDefine style-month-grp1}text-align:center; font-size:larger; border-bottom:1px solid black;color:white; background-color:#135CAE{/sdDefine}
{sdMacro calendar grp1 r maxDays="999" /}
{gCalDefine category id="grp1.." title="All" style="color:black;"/}
{gCalDefine category id="grp1.r.series" title="Series Races" style="color:#FF8000;"/}
{gCalDefine category id="grp1.r.local" title="Local Races" style="color:green;"/}
{gCalDefine category id="grp1.r.kids" title="Kids" /}
{gCalDefine category id="grp1.r.relay" title="Relays" /}
{gCalDefine category id="grp1.r.trail" title="Trail Races" /}
{gCalDefine category id="grp1.r.biathlon" title="Biathlons" /}
{gCalDefine category id="grp1.r.triathlon" title="Triathlons" /}
{gCalDefine category id="grp1.r.0M-1M" title="< 1M Races" /}
{gCalDefine category id="grp1.r.1M" title=" 1M Races" /}
{gCalDefine category id="grp1.r.1M-5K" title="> 1M < 5K Races" /}
{gCalDefine category id="grp1.r.5K" title=" 5K Races" /}
{gCalDefine category id="grp1.r.5K-5M" title="> 5K < 5M Races" /}
{gCalDefine category id="grp1.r.5M" title=" 5M Races" /}
{gCalDefine category id="grp1.r.5M-10K" title="> 5M <10K Races" /}
{gCalDefine category id="grp1.r.10K" title="10K Races" /}
{gCalDefine category id="grp1.r.10K-10M" title=">10K <10M Races" /}
{gCalDefine category id="grp1.r.10M" title="10M Races" /}
{gCalDefine category id="grp1.r.10M-half" title=">10M <13.1M Races" /}
{gCalDefine category id="grp1.r.halfMarathon" title="13.1M (Half Marathons)" /}
{gCalDefine category id="grp1.r.Half-Full" title=">13.1M <26.2M Races" /}
{gCalDefine category id="grp1.r.fullMarathon" title="26.2M (Marathons)" /}
{gCalDefine category id="grp1.r.ultra" title=">26.2M (Ultras)" /}
{sdInclude [gCalMarkupQS-Dropdown] /}
{sdInclude [gCalMarkupQS-Status] /}
{sdInclude [gCalMarkupQS-Tabular] grp1 /}
{sdMacro gCalMarkupQS-Tabular 7 grp1 "float:right; width:66%;" "Race Calendar" "color:#135CAE; font-weight:bold; font-size:1.5em;" /}