% strSection = "resources" strPageTitle = "Calendar" strSub = "resources" %> <% 'Dim oRS, occID occID = Request("OccID") set oRS = GetEvent(occID) if not ors.eof then %>
| <%=oRS("EventName")%> | |
|
|
Date: |
<%=FormatDate(oRS("OccStartTime"))%> (Event ranges from <%=FormatDate(oRS("MinDate"))%> to <%=FormatDate(oRS("MaxDate"))%>) |
Time: |
<%=FormatTime(oRS("OccStartTime"))%> - <%=FormatTime(oRS("OccEndTime"))%> |
Department: |
<%=oRS("DepartmentName")%> |
Contact: |
<%=oRS("OtherContact")%> |
Location: |
<%=oRS("LocName")%> |
Description: |
<%=oRS("Description")%> |
Invalid Event ID |