The view parameter is an optional parameter that can be:
url argument in the $Trumba.addSpud() method.trumbaEmbed parameter in a URL-encoded query string.I'd like to see a complete list of URL parameters.
Sets the view for a main calendar spud to a specific event's detail page.
Tip By default, the view is the calendar.
Must be accompanied by the eventid parameter that specifies which event's details you want to display. If view=event with no accompanying eventid parameter, the view parameter is ignored and the full calendar displays.
The view parameter takes two values:
eventmainTip Because the default view is the calendar, include the view parameter only if you want to default to an event detail view.
url argument, $Trumba.addSpud() method, Main calendar spudSets a calendar's default view to the event detail page for the event identified by the ID number 106515445.
Sets a calendar's default view to the event detail page for the event identified by the ID number 106515445.
http://www.yoursite.com/calendar.html?trumbaEmbed=view%3Devent%26eventid%3D106515445
Tip %3D is the URL-encoded equals sign (=). %26 is the URL encoded ampersand (&).