Customize Events

With Trumba® Connect, you have a variety of options for customizing events. These options give you the flexibility you need to present event information that is tailored to your local community.

  • Create event types and custom fields to accurately represent the activities relevant to your specific community.

    Visit the Trumba Tribune calendar. Notice the Calendar List spud on the right. The spud reflects the categories we used to classify events. Each category has its own collection of fields. To see how the fields differ between categories, in the calendar, click a Visual Arts event. On the event details page, notice the information fields. Return to the calendar and click a Community event.

  • Include pictures in events when presentation matters.

    Visit the Performing Arts calendar to see the visual appeal that pictures add.

  • Add map links to locations so potential attendees know exactly where events will be held.

    Visit the Trumba Tribune calendar. Click any event to open the event details page. Click the address or map thumbnail to display the venue pinpointed in an online map. When you create map links in events, you can choose from among five Internet map services.

  • Customize your event details pages so the information is presented and arranged the way you want.

    Visit the Performing Arts calendar. In the Date Table spud on the right, click an event description to see a customized event details page. You have control over how the fields are laid out, which field labels appear and what they say, and the size and position of the picture, if you include one.

Tip

You can also use HTML code to format event Notes and other text fields. For example, you can create bulleted lists, make important words bold, and include hyperlinks.

Trumba Connect

Trumba Tribune is a demonstration website for Trumba Connect, a web-hosted online calendar solution. For more information about Trumba Corporation and the Trumba Connect product, please visit www.trumba.com.

About this spud
close

Date Finder Control Spud

expandWhat it does

  • Navigates to specific dates in the calendar spud.
  • Click the arrows to move between months.
  • Click a date to display it on the Calendar spud.
  • Hover over a date to display a list of events.

expandWhat you can customize

  • Colors (including weekdays, weekends, and dates with events) and fonts.
  • Show or hide hover popup.

expandTry it on your own web page

Copy the spud code and paste it into the code for your own web page. Detailed steps

<html><head><title></title></head><body> <div style="width:200px; border:1px solid #000000; margin-bottom:20px;"> <script type="text/javascript" src="http://www.trumba.com/scripts/spuds.js"></script>
<script type="text/javascript">
$Trumba.addSpud({
webName: "trumbatribune",
spudType: "datefinder",
teaserBase : "http://tribune.trumba.com/online_calendars/display_locate_events.aspx" }); </script></div></body></html>