Trumba U Calendar / Classic Month View

When we published the comprehensive Trumba U calendar, we chose Classic Month view. Trumba® Connect offers many interesting view choices so why stick with such an ordinary, familiar view? The comprehensive calendar contains lots of simultaneous events. A month grid remains one of the most economical, intuitive ways to take in a busy schedule. Because each event type has its own unique color, you see, at a glance, how vibrant and active the campus is.

  • Spuds Defined
  • Promotional Spuds
  • Control Spuds / All Calendar Views
About this spud
close

Classic Month Main Spud

expandWhat it does

  • Displays an interactive calendar of events.
  • Click an event to open the event details page.
  • Hover over an event to see an event details popup.
  • Move between events by group or page.
  • Click RSS to subscribe to an RSS feed of the calendar's events.
  • Click iCal to subscribe to an iCalendar feed of the calendar's events.
  • Click Subscribe to subscribe to an Atom feed of the calendar's events or a scheduled email message containing upcoming events.
  • Select one or more events and click Add to My Calendar, Remind Me By Email, or another event action.

expandWhat you can customize

  • Colors and fonts.
  • Which events the calendar includes.
  • How public the calendar is.
  • Time zone.
  • The day with which weeks begin.
  • The time with which days begin and end.
  • View (for example, Classic Month, List).
  • The appearance of the event details page.
  • The events included in RSS, Atom, and iCal feeds.
  • How multi-day events behave.
  • Whether or not to display event update markers.
  • Whether or not to support hover event details popup windows.
  • Whether or not site visitors can add events to their personal calendars and take other actions with events.
  • How many events site visitors can act on at a time.
  • Whether or not site visitors can sign up to attend events.
  • Whether or not to automatically replicate your calendar's events on the Eventful website.

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:600px; padding:24px 25px; border:2px solid #516B92; margin-bottom:20px;"> <script type="text/javascript" src="http://www.trumba.com/scripts/spuds.js"></script>
<script type="text/javascript">
$Trumba.addSpud({
webName: "trumbauevents",
spudType: "main" });
</script></div></body></html>

Trumba Connect

Trumba University 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:2px solid #789149; margin-bottom:20px;"> <script type="text/javascript" src="http://www.trumba.com/scripts/spuds.js"></script>
<script type="text/javascript">
$Trumba.addSpud({
webName: "trumbauevents",
spudType: "datefinder",
teaserBase : "http://university.trumba.com/online_calendars/main_month.aspx" }); </script></div></body></html>

Event Submission

Try this:

  • Select an event and click Add to My Calendar to add an event to your personal calendar. Notice how we customized the window that opens to reflect the Trumba U brand.
  • Scroll to the bottom of the page. In the Upcoming Crawler spud, click an event description. Click Back to Trumba University
  • In the Date Finder spud at the top of the page, hover over a date. Click one of the events in the list that pops up.
  • Visit the More Information page to learn about ways you can customize events.