The eventid
parameter is an optional parameter that can be:
url
argument in the $Trumba.addSpud() method.trumbaEmbed
parameter in a URL-encoded query string.Must accompany the view parameter that sets a calendar's default view to an event detail page. Identifies the specific event whose detail page will be displayed.
Tip By default, the view is the calendar.
The id number for the event with details you want to display.
The description is the linked event name.
Tip If you don't see the status bar, status bar messages are most likely disabled for the browser you're using. Consult the browser's Help to find out how to enable script in the status bar.
url
argument or URL-encoded query string, as shown in the examples at the bottom of this topic.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 (&).