You have no upcoming events
there were no events found for this search.
changing your status to NOT ATTENDING will remove this event from your calendar. you will still be able to see this event on your events page. are you sure you want to change your RSVP?
your event has been added.
your event has been updated.
your event has been deleted.
your rsvp has been updated.
your school calendars have been updated.
"+this._cache[D].event.event_message+"
"}E+=' ";dojo.byId("divcalinfo").innerHTML=E};Calendar.prototype.showSchoolEventDetail=function(B,H,E,G){var C="";var A;this._infoview=Calendar.prototype.INFO_VIEW_DETAIL;this._infoid=0;C+=' ";var F=new CalDate(E).formatDateDayMonth();var D=new CalDate(G).formatDateDayMonth();if(F!=D){F=F+" to "+D}C+=' '+F+"";C+='"+H+"
"}dojo.byId("divcalinfo").innerHTML=C};var _calendarctrl;function createCalendarControl(A){_calendarctrl=new CalendarControl(A)}function initCalendarField(B,H,F,E){if(dojo.byId(F).value==""){dojo.byId(B).value="click to set date"}else{CalendarControl.prototype.getInstance().presetDayValue(B,Number(dojo.byId(F).value))}var A=B;var C=H;var G=F;var D=E;dojo.byId(B).onfocus=function(){if(CalendarControl.prototype.getInstance().isFocusReset()){return }CalendarControl.prototype.getInstance().hide();CalendarControl.prototype.getInstance().showCalendarControl(C,A,G,D)};dojo.byId(B).onblur=function(){CalendarControl.prototype.getInstance().scheduleHide()}}CalendarControl.prototype.setCalendarValue=function(A,C,B){dojo.byId(A).value=new CalDate(B).dayOf().formatDateMonthDDYYYY();dojo.byId(C).value=B};function initCalendarExField(B,F,D){if(dojo.byId(D).value==""){dojo.byId(B).value="click to set date"}else{CalendarControl.prototype.getInstance().presetDayValue(B,Number(dojo.byId(D).value))}var A=B;var C=F;var E=D;dojo.byId(B).onfocus=function(){if(CalendarControl.prototype.getInstance().isFocusReset()){return }CalendarControl.prototype.getInstance().hide();CalendarControl.prototype.getInstance().showCalendarExControl(C,A,E)};dojo.byId(B).onblur=function(){CalendarControl.prototype.getInstance().scheduleHide()}}function initTimeField(B,F,D){if(dojo.byId(D).value==""){dojo.byId(B).value="click to set time"}else{CalendarControl.prototype.getInstance().presetTimeValue(B,Number(dojo.byId(D).value))}var A=B;var C=F;var E=D;dojo.byId(B).onfocus=function(){if(CalendarControl.prototype.getInstance().isFocusReset()){return }CalendarControl.prototype.getInstance().hide();CalendarControl.prototype.getInstance().showTimeControl(C,A,E)};dojo.byId(B).onblur=function(){CalendarControl.prototype.getInstance().scheduleHide()}}function CalendarControl(A){this._showevents=A;this._div=null;this._target=null;this._targetval=null;this._hide=false;this._focus=false;this._hidetout;this._comm=new Comm("/ai");this._today=CalDate.prototype.today().value();this._time=this._today;this._calview=CalendarControl.prototype.CALENDAR_VIEW_MONTH;this._cachestarttime=null;this._cacheendtime=null;this._cache=null}CalendarControl.prototype.CALENDAR_VIEW_DAY=1;CalendarControl.prototype.CALENDAR_VIEW_MONTH=2;CalendarControl.prototype.CALENDAR_VIEW_MONTH_EX=3;CalendarControl.prototype.getInstance=function(){return _calendarctrl};CalendarControl.prototype.showCalendarControl=function(E,D,A,B){this._div=E;dojo.byId(this._div).style.display="block";this._calview=CalendarControl.prototype.CALENDAR_VIEW_MONTH;this._target=D;this._targetval=A;this._listener=null;if(B){this._listener=B}var C=this._today;if(dojo.byId(this._targetval).value!=""){C=dojo.byId(this._targetval).value;C=new CalDate(C).dayOf().value()}this.showTime(C)};CalendarControl.prototype.showCalendarExControl=function(D,C,A){this._div=D;dojo.byId(this._div).style.display="block";this._calview=CalendarControl.prototype.CALENDAR_VIEW_MONTH_EX;this._target=C;this._targetval=A;this._listener=null;var B=-5*365*24*60*60*1000;if(dojo.byId(this._targetval).value!=""){B=dojo.byId(this._targetval).value;B=new CalDate(B).dayOf().value()}this.showTime(B)};CalendarControl.prototype.showTimeControl=function(D,C,A){this._div=D;dojo.byId(this._div).style.display="block";this._calview=CalendarControl.prototype.CALENDAR_VIEW_DAY;this._target=C;this._targetval=A;this._listener=null;var B=this._today;if(dojo.byId(this._targetval).value!=""){B=dojo.byId(this._targetval).value}this.showTime(B)};CalendarControl.prototype.hide=function(){this._hide=false;if(this._div==null){return }dojo.byId(this._div).style.display="none";dojo.byId(this._div).innerHTML=""};CalendarControl.prototype.hideDelayed=function(){return ;if(this._hide==false){return }this.hide()};CalendarControl.prototype.scheduleHide=function(){return ;this._hide=true;clearTimeout(this._hidetout);this._hidetout=setTimeout("CalendarControl.prototype.getInstance().hideDelayed()",100)};CalendarControl.prototype.resetFocus=function(){return ;this._hide=false;clearTimeout(this._hidetout);this._focus=true;dojo.byId(this._target).focus()};CalendarControl.prototype.closeControl=function(){this.hide()};CalendarControl.prototype.isFocusReset=function(){return false;if(this._focus==true){this._focus=false;return true}return false};CalendarControl.prototype.presetDayValue=function(A,B){dojo.byId(A).value=new CalDate(B).dayOf().formatDateMonthDDYYYY()};CalendarControl.prototype.setDayValue=function(B){var A=new CalDate(B);dojo.byId(this._target).value=A.formatDateMonthDDYYYY();dojo.byId(this._targetval).value=A.value();if(this._listener){this._listener(A.value())}this.closeControl()};CalendarControl.prototype.presetTimeValue=function(A,B){dojo.byId(A).value=new CalDate(B).formatTimeAMPM()};CalendarControl.prototype.setTimeValue=function(A,C){var B=new CalDate(this._time);B.setHours(A);B.setMinutes(C);dojo.byId(this._target).value=B.formatTimeAMPM();dojo.byId(this._targetval).value=B.value();if(this._listener){this._listener(B.value())}this.closeControl()};CalendarControl.prototype.updateCache=function(D){if(this._showevents==false){this._cache=[];D();return }var C;var B;if(this._calview==CalendarControl.prototype.CALENDAR_VIEW_DAY){C=this._time-CalDate.prototype.TIME_ONE_DAY;B=this._time+CalDate.prototype.TIME_ONE_DAY}else{if(this._calview==CalendarControl.prototype.CALENDAR_VIEW_MONTH){C=this._time-CalDate.prototype.TIME_ONE_MONTH;B=this._time+CalDate.prototype.TIME_ONE_MONTH}}var A=false;if(this._cache==null){A=true}else{if(C| '+C+" | ";H+='';H+='
| ";H+="
| ';D+=' «»'+new CalDate(this._time).formatDateMonthYear();D+=" | ||||||
| ';D+=' today';D+=" | ||||||
| Sun | ";D+="Mon | ";D+="Tue | ";D+="Wed | ";D+="Thu | ";D+="Fri | ";D+="Sat | ";D+="
| "+F[B].date+" | "}else{D+=""}E++;if(E==7){E=0;D+=" | |||||
| ';D+=' «»'+new CalDate(this._time).formatDateYear();D+=" | ||||||
| ';D+=' «»'+new CalDate(this._time).formatDateMonth();D+=" | ||||||
| Sun | ";D+="Mon | ";D+="Tue | ";D+="Wed | ";D+="Thu | ";D+="Fri | ";D+="Sat | ";D+="
| "+F[B].date+" | "}else{D+=""}E++;if(E==7){E=0;D+=" | |||||
| id:"+D[B].id+" | type:"+D[B].type+" | value:"+D[B].value+" | desc:"+D[B].desc+" | ";C+="items:";for(var A=0;A |
![]() | ![]() | |||
![]() | ![]() |
![]() | ![]() | |||
![]() | ![]() |
| click to close |
| '+A+" |