The date
parameter is an optional parameter that can be:
url
argument in the $Trumba.addSpud() method.trumbaEmbed
parameter in a URL-encoded query string.Sets the start date for events displayed in a spud. You can use a date that occurred in the past.
Tip By default, without the date
parameter applied, the start date is the current date or the first date following the current date on which an event is scheduled.
yyyymmdd
.
For example, date="20211203"
sets a start date of December 3, 2021.
url
argument, $Trumba.addSpud() method, Main calendar spudSets the main calendar view to compact list and starts the display with the first event that takes place on December 3, 2021.
In the main calendar, date finder, and month list spuds displayed at the base URL, sets the view to 3 Columns and starts the event display with the first event that takes place on December 3, 2021.
http://www.yoursite.com/calendar.html?trumbaEmbed=template%3D3columns%26date%3D20211203
Tip %3D is the URL-encoded equals sign (=). %26 is the URL encoded ampersand (&).