Web Idea Center


What's New | IT Help Center | UD Home | Comment  
Home How to Images and Templates Read More Get Help

brain How To
    MENU > WEB FORMS BASICS

WEBEVENT CALENDAR BASICS
Adding a WebEvent Calendar to your web site. UD departments and student groups now have the ability to add the UD Calendar and campus events directly to their web site.
  1. In the <head> section of your page, add the following code. Use Ctrl-C (PC) or Command-C (Mac) to copy.

    Select All

    This code and stylesheet is necessary to implement the UD Calendar widget on your page.


  2. In the <body> section (generally inside a table cell <td></td>) of your page, add the following code. Use Ctrl-C (PC) or Command-C (Mac) to copy.

    Select All
  3. This code will display all UD Events for the next 30 days starting from today's date.

  4. In order to view UD Events on your web page, set the value for the calendar ID. See the Calendar ID list for more information.

    var calid = "1021"; //Academic Calendar //Replace '1021' with your Calendar ID



University of Delaware