The search
parameter is an optional parameter that can be:
url
argument in the $Trumba.addSpud() method.trumbaEmbed
parameter in a URL-encoded query string.Searches the event title, location, and description fields to deliver only events that contain specific words or phrases.
Gives you the ability to provide pages for or links to the results of common event searches.
The search
parameter takes words and numbers as search terms. Words are case-insensitive.
You can search for a:
Tip Separate words in the list with spaces. To be retrieved, an event must contain all of the words in the list.
url
argument, $Trumba.addSpud() method, main calendar spudLimits the events that display in the main calendar spud to those containing the specified phrase.
For example, this parameter limits the events that display in the main calendar spud to those containing the phrase "food values":
url
argument, $Trumba.addSpud() method, promotion spudsLimits the events that display in promotion spuds to those containing the specified word.
For example, this parameter limits the events that display in the event slider spud to those containing the word "pollution":
Limits the events that display in main calendar and promotion spuds to those containing the specified phrase or nonconsecutive words.
For example, this parameter limits the events that display in main calendar and promotion spuds to those containing the phrase or nonconsecutive words "banff film festival":
https://www.yoursite.com/calendar.html?trumbaEmbed=search%3Dbanff%20film%20festival
Tip %3D is the URL-encoded equals sign (=). %20 is the URL-encoded space character.
Limits the events included with calendar feeds to those that occur on a specified date forward and/or that contain certain words.
Note You can separate multiple search terms with spaces, as the example indicates, or with commas and no spaces.
For example, this parameter limits the events included with this feed to those occurring on January 1, 2021 forward and that contain both the words "tea" and "cup":
https://www.trumba.com/calendars/calendarwebname.rss?startdate=20210101&search=tea cup
Tip In calendar feed URLs, do not include trumbaEmbed=
and do not URL-encode parameters.