| 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.
- In the <head> section of your page, add the following code. Use Ctrl-C (PC) or Command-C (Mac) to copy.
This code and stylesheet is necessary to implement the UD Calendar widget on your page.
- 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.
This code will display all UD Events for the next 30 days starting from today's date.
- 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
|
|
|