apsmain

Calendar of School Counseling Programs

Add this event to your Google Calendar Add this event to your iCal Subscribe

March 2023

‘); $(document).on(‘click’, function() {$(‘#calendar-event-overlay’).remove(); }); $(‘#calendar-event-overlay’).css({‘left’: ($this.offset().left + -5) + ‘px’,’top’: ($this.offset().top + $this.outerHeight()) + ‘px’ }).bind(‘mouseleave’, function() {$(this).remove(); });} function EditMyEventRegistration(eventDateID, userRegID) { //LoadEventRegistrationEdit(userRegID); LoadEventDetail(eventDateID, userRegID, true) } function RemoveMyEventRegistration(userRegID,EventDateID) { //var data = “{userRegID:” + userRegID + “, EventDateID:” + EventDateID + “}”; swalert(‘Are you sure you want to remove this registration?’,’Remove Registration’,’critical’,’yesno’,YesRemoveMyEventRegistration,”,”,{userRegID:userRegID,EventDateID:EventDateID}); } function YesRemoveMyEventRegistration(userData) { var data = “{UserRegistrationID: ” + userData.userRegID + “, EventDateID: ” + userData.EventDateID + “}”; var StartDate; var EndDate; if ($(‘#myeventslist-txt-startdate’).val() == ”) {StartDate = ‘1/1/1900’; } else {StartDate = $(‘#myeventslist-txt-startdate’).val(); } if ($(‘#myeventslist-txt-enddate’).val() == ”) {EndDate = ‘1/1/1900’; } else {EndDate = $(‘#myeventslist-txt-enddate’).val(); } if (StartDate != ‘1/1/1900’) {StartDate += ‘ 0:00:00’; } if (EndDate != ‘1/1/1900’) {EndDate += ‘ 23:59:59’; } var success = ‘GetContent(“http://apsva.us//site/UserControls/Calendar/MyEventsListWrapper.aspx?ModuleInstanceID=24115&StartDate=’ + StartDate + ‘&EndDate=’ + EndDate + ‘”, “myeventslist-pnl-detail”, 2, “”); ShowNotification(“Success! You have deleted your registration for this event.”);’; var failure = ‘CallControllerFailure(result[0].errormessage);’; CallController(“http://apsva.us//site/UserControls/Calendar/CalendarController.aspx/DeleteRegistration”, data, success, failure); }function LoadEventListView(ModuleInstanceID, Month, Year) {$(‘#calendarview-toggle a’).removeClass(‘active’);$(‘#calendarview-toggle a.list’).addClass(‘active’); $(‘#calendarlist-pnl-specialview’).removeClass(‘ui-helper-hidden’); $(‘#calendar’).addClass(‘ui-helper-hidden’); Month = $(‘#calendarlist-month’).val(); Year = $(‘#calendarlist-year’).val(); GetContent(“http://apsva.us//site/UserControls/Calendar/EventListViewWrapper.aspx?ModuleInstanceID=” + ModuleInstanceID + “&Month=” + Month + “&Year=” + Year, “calendarlist-pnl-specialview”, 2, ”); } function ChangeMonth() {var itemid = $(‘#calendarlist-month’).val(); $(‘#calendar’).find(‘td.fc-active-day’).removeClass(‘fc-active-day’); var gotoDate = new Date($(‘#calendarlist-year’).val(), (itemid – 1), 1); $(‘#calendar’).fullCalendar(‘gotoDate’, gotoDate); if (!$(‘#calendarlist-pnl-specialview’).hasClass(‘ui-helper-hidden’)) {LoadEventListView(24115, $(‘#calendar’).fullCalendar(‘getmonth’), $(‘#calendar’).fullCalendar(‘getyear’)); } if (!$(‘#calendar-pnl-smcalendar’).hasClass(‘ui-helper-hidden’)) { $(‘#small-calendar-1’).datepicker(‘setDate’, new Date($(‘#calendarlist-year’).val(), parseInt($(‘#calendarlist-month’).val()-1))); } // remove table header for ADA compliance // add tabindex for table cells fixADA(); } function ChangeYear(itemid) { var itemid = $(‘#calendarlist-year’).val(); $(‘#calendar’).find(‘td.fc-active-day’).removeClass(‘fc-active-day’); var gotoDate = new Date(itemid, ($(‘#calendarlist-month’).val() – 1), 1); $(‘#calendar’).fullCalendar(‘gotoDate’, gotoDate); if (!$(‘#calendarlist-pnl-specialview’).hasClass(‘ui-helper-hidden’)) {LoadEventListView(24115, $(‘#calendar’).fullCalendar(‘getmonth’), $(‘#calendar’).fullCalendar(‘getyear’)); } if (!$(‘#calendar-pnl-smcalendar’).hasClass(‘ui-helper-hidden’)) { $(‘#small-calendar-1’).datepicker(‘setDate’, new Date($(‘#calendarlist-year’).val(), parseInt($(‘#calendarlist-month’).val()-1))); } // remove table header for ADA compliance // add tabindex for table cells fixADA(); } function GoToNext() { $(‘#calendar’).find(‘td.fc-active-day’).removeClass(‘fc-active-day’); $(‘#calendar’).fullCalendar(‘next’); if (!$(‘#calendarlist-pnl-specialview’).hasClass(‘ui-helper-hidden’)) {var month = parseInt($(‘#calendarlist-month’).val()) + 1;var year = parseInt($(‘#calendarlist-year’).val());if (month > 12) { month = 1; year = year + 1;}$(‘#calendarlist-month’).val(month).change();ChangeYearDropDown(year);$(‘#calendarlist-year’).val(year).change();if (!$(‘#calendarlist-pnl-specialview’).hasClass(‘ui-helper-hidden’)) { LoadEventListView(24115, $(‘#calendar’).fullCalendar(‘getmonth’), $(‘#calendar’).fullCalendar(‘getyear’));}if (!$(‘#calendar-pnl-smcalendar’).hasClass(‘ui-helper-hidden’)) {$(‘#small-calendar-1’).datepicker(‘setDate’, new Date($(‘#calendarlist-year’).val(), parseInt($(‘#calendarlist-month’).val())-1));} } // remove table header for ADA compliance // add tabindex for table cells fixADA(); } function GoToPrevious() { $(‘#calendar’).find(‘td.fc-active-day’).removeClass(‘fc-active-day’); $(‘#calendar’).fullCalendar(‘prev’); if (!$(‘#calendarlist-pnl-specialview’).hasClass(‘ui-helper-hidden’)) {var month = $(‘#calendarlist-month’).val() – 1;var year = $(‘#calendarlist-year’).val();if (month new Date(EndDate)) { swalert(‘The start date must come before the end date.’, ‘Attention’, ‘warning’, ‘ok’, ”, ”, ”); return false;} } else if ((EndDate != ‘1/1/1900’) && (StartDate == ‘1/1/1900’)) {var CurrentDate = new Date();StartDate = (parseInt(CurrentDate.getMonth()) + 1) + “/” + CurrentDate.getDate() + “/” + CurrentDate.getFullYear();if (new Date(StartDate) > new Date(EndDate)) { swalert(‘The end date must come after the current date.’, ‘Attention’, ‘warning’, ‘ok’, ”, ”, ”); return false;} } if (StartDate != ‘1/1/1900’) {StartDate += ‘ 0:00:00’; } if (EndDate != ‘1/1/1900’) {EndDate += ‘ 23:59:59’; } GetContent(“http://apsva.us//site/UserControls/Calendar/MyEventsListWrapper.aspx?ModuleInstanceID=24115&StartDate=” + StartDate + “&EndDate=” + EndDate, “myeventslist-pnl-detail”, 2, ”); } function RefreshCalendarFilter() { if ($(‘#calendar-pnl-calendarfilter-closed’).is(‘:visible’)) {GetContent(“http://apsva.us//site/UserControls/Calendar/CalendarFilterListWrapper.aspx?ModuleInstanceID=” + “24115” + “&Expanded=” + false, “calendar-pnl-calendarfilter-closed”, 2); } else {GetContent(“http://apsva.us//site/UserControls/Calendar/CalendarFilterListWrapper.aspx?ModuleInstanceID=” + “24115” + “&Expanded=” + true, “calendar-pnl-calendarfilter-open”, 2);} } function ToggleCalendarFilter(expanded) { if (expanded === undefined) {expanded = $(‘#calendar-pnl-calendarfilter-closed’).is(‘:visible’); } if (expanded === true) {var callback = “$(‘#calendar-pnl-calendarfilter-closed’).fadeOut(‘fast’,function() { $(‘#calendar-pnl-calendarfilter-open’).fadeIn(‘fast’);});”;GetContent(“http://apsva.us//site/UserControls/Calendar/CalendarFilterListWrapper.aspx?ModuleInstanceID=” + “24115” + “&Expanded=” + true, “calendar-pnl-calendarfilter-open”, 3, callback); } else {var callback = “$(‘#calendar-pnl-calendarfilter-open’).fadeOut(‘fast’,function() { $(‘#calendar-pnl-calendarfilter-closed’).fadeIn(‘fast’);});”;GetContent(“http://apsva.us//site/UserControls/Calendar/CalendarFilterListWrapper.aspx?ModuleInstanceID=” + “24115” + “&Expanded=” + false, “calendar-pnl-calendarfilter-closed”, 3, callback);} } function OpenCalendarFilter() { OpenDialogOverlay(“WindowLargeModal”, { LoadType: “U”, LoadURL: “http://apsva.us//site/UserControls/Calendar/CalendarFilterNewWrapper.aspx?DomainID=1676&ModuleInstanceID=24115” }); } function RefreshCategoryFilter() { if ($(‘#calendar-pnl-categoryfilter-closed’).is(‘:visible’)) {GetContent(“http://apsva.us//site/UserControls/Calendar/CategoryFilterListWrapper.aspx?ModuleInstanceID=” + “24115” + “&Expanded=” + false, “calendar-pnl-categoryfilter-closed”, 2); } else {GetContent(“http://apsva.us//site/UserControls/Calendar/CategoryFilterListWrapper.aspx?ModuleInstanceID=” + “24115” + “&Expanded=” + true, “calendar-pnl-categoryfilter-open”, 2);} } function ToggleCategoryFilter(expanded) { if (expanded === undefined) {expanded = $(‘#calendar-pnl-categoryfilter-closed’).is(‘:visible’); } if (expanded === true) {var callback = “$(‘#calendar-pnl-categoryfilter-closed’).fadeOut(‘fast’,function() { $(‘#calendar-pnl-categoryfilter-open’).fadeIn(‘fast’);});”;GetContent(“http://apsva.us//site/UserControls/Calendar/CategoryFilterListWrapper.aspx?ModuleInstanceID=” + “24115” + “&Expanded=” + true, “calendar-pnl-categoryfilter-open”, 3, callback); } else { var callback = “$(‘#calendar-pnl-categoryfilter-open’).fadeOut(‘fast’,function() { $(‘#calendar-pnl-categoryfilter-closed’).fadeIn(‘fast’);});”; GetContent(“http://apsva.us//site/UserControls/Calendar/CategoryFilterListWrapper.aspx?ModuleInstanceID=” + “24115” + “&Expanded=” + false, “calendar-pnl-categoryfilter-closed”, 3, callback); } } function OpenCategoryFilter() { OpenDialogOverlay(“WindowLargeModal”, { LoadType: “U”, LoadURL: “http://apsva.us//site/UserControls/Calendar/CategoryFilterNewWrapper.aspx?DomainID=1676&ModuleInstanceID=24115″ }); } function RemoveCalendarFilter(ModuleInstanceID) { $(‘#calendarfilter-ul-list li[itemid=’ + ModuleInstanceID + ‘]’).remove(); var strCalendarFilter = GetCookie(‘CalendarFilter’); strCalendarFilter = strCalendarFilter.replace(ModuleInstanceID + ‘-‘, ”); SetCookie(‘CalendarFilter’, strCalendarFilter, 365); if (!$(‘#calendarlist-pnl-specialview’).hasClass(‘ui-helper-hidden’)) {LoadEventListView(24115, $(‘#calendar’).fullCalendar(‘getmonth’), $(‘#calendar’).fullCalendar(‘getyear’)); } else {$(‘#calendar’).fullCalendar(‘refetchEvents’); } } function AddCategoryFilter(EventCategoryMasterID) { $(‘#categoryfilter-ul-list li[itemid=’ + EventCategoryMasterID + ‘]’).remove(); var strCategoryFilter = GetCookie(‘CategoryFilter’); strCategoryFilter = strCategoryFilter + EventCategoryMasterID + ‘-‘; SetCookie(‘CategoryFilter’, strCategoryFilter, 365); if (!$(‘#calendarlist-pnl-specialview’).hasClass(‘ui-helper-hidden’)) {LoadEventListView(24115, $(‘#calendar’).fullCalendar(‘getmonth’), $(‘#calendar’).fullCalendar(‘getyear’)); } else {$(‘#calendar’).fullCalendar(‘refetchEvents’); } } function UpdateCalendarFilter(id) { var strCalendarFilter = GetCookie(‘CalendarFilter’); if ($(‘#calendarfilter-chk-calendar’ + id).is(‘:checked’)) {strCalendarFilter = strCalendarFilter + id + ‘-‘; } else {strCalendarFilter = strCalendarFilter.replace(id + ‘-‘, ”); } SetCookie(‘CalendarFilter’, strCalendarFilter, 365); }function LoadCalendarChannelList() { GetContent(“http://apsva.us//site/UserControls/Calendar/CalendarChannelListWrapper.aspx?DomainID=” + $(‘#calendarfilter-hid-siteid’).val(), “calendarfilter-pnl-channellist”, 2); LoadCalendarSearchList(); }function SelectFilteredCalendars() { var arrValues = GetCookie(‘CalendarFilter’).split(‘-‘); $.each(arrValues, function() {$(‘#calendarfilter-chk-calendar’ + this).attr(‘checked’, true); }); } function LoadCalendarSearchList() { var DomainID = $(‘#calendarfilter-hid-channelid’).val(); if (DomainID == 0) {DomainID = $(‘#calendarfilter-hid-siteid’).val(); } GetContent(“http://apsva.us//site/UserControls/Calendar/CalendarSearchListWrapper.aspx?DomainID=” + DomainID + “&ModuleInstanceID=” + “24115” + “&SearchFor=” + $(‘#calendarfilternew-txt-search’).val(), “calendarfilter-pnl-results”, 2, ”); } function CloseCalendarFilter() { CloseDialogOverlay(‘WindowLargeModal’); if (!$(‘#calendarlist-pnl-specialview’).hasClass(‘ui-helper-hidden’)) {LoadEventListView(24115, $(‘#calendar’).fullCalendar(‘getmonth’), $(‘#calendar’).fullCalendar(‘getyear’)); } else {$(‘#calendar’).fullCalendar(‘refetchEvents’); } RefreshCalendarFilter(); } function CloseCategoryFilter() { CloseDialogOverlay(‘WindowLargeModal’); if (!$(‘#calendarlist-pnl-specialview’).hasClass(‘ui-helper-hidden’)) {LoadEventListView(24115, $(‘#calendar’).fullCalendar(‘getmonth’), $(‘#calendar’).fullCalendar(‘getyear’)); } else {$(‘#calendar’).fullCalendar(‘refetchEvents’); } RefreshCategoryFilter(); } function SelectFilteredCategories() { var arrValues = GetCookie(‘CategoryFilter’).split(‘-‘); $.each(arrValues, function() {$(‘#categoryfilter-chk-category’ + this).attr(‘checked’, false); }); } function UpdateCategoryFilter(id) { var strCategoryFilter = GetCookie(‘CategoryFilter’); if ($(‘#categoryfilter-chk-category’ + id).is(‘:checked’)) {strCategoryFilter = strCategoryFilter.replace(id + ‘-‘, ”); } else {strCategoryFilter = strCategoryFilter + id + ‘-‘; } SetCookie(‘CategoryFilter’, strCategoryFilter, 365); } function toggleFilters() { if ($(“#calendar-filter-wrapper”).hasClass(“open”)) {$(“#calendar-filter-wrapper”).removeClass(“open”).addClass(“closed”);SlideUpControl(‘calendar-filter-wrapper’);$(“#calendar-pnl-filter-toggle-chevron”).attr(“src”, “/wp-content/uploads/legacy_assets/jefferson/205aaeb791-toggle-closed.png”); } else {$(“#calendar-filter-wrapper”).removeClass(“closed”).addClass(“open”);SlideDownControl(‘calendar-filter-wrapper’);$(“#calendar-pnl-filter-toggle-chevron”).attr(“src”, “http://apsva.us/Static/V2_12_01//GlobalAssets/Images/Icons/16/toggle-open.png”); } } function UpdateCalendarFollow() { var data = “{ModuleInstanceID: 24115}”; var success = ‘ShowNotification(“Success! You are now following this calendar in MyView.”);’; //var failure = ‘CallControllerFailure(result[0].errormessage);’; var failure = ‘ShowNotification(result[0].errormessage);’; CallController(“http://apsva.us//site/UserControls/Calendar/CalendarController.aspx/UpdateCalendarFollow”, data, success, failure); }

CloseCustomize Calendar View

Calendars  

  • Counselors’ Calendar

Categories  

  •  
    Unassigned
  •  
    2013-14 SY
  •  
    2014-15 SY
  •  
    2015-16 SY
  •  
    APS 2011-12
  •  
    APS 2012-13 School Year
  •  
    APS Arts
  •  
    APS Breakfast Menu
  •  
    APS Breakfast Menu2
  •  
    APS Deadline
  •  
    APS Events
  •  
    APS Instruction
  •  
    APS Lunch Menu
  •  
    APS Lunch menu2
  •  
    APS Meetings
  •  
    APS Parent Academy
  •  
    APS School Board
  •  
    APS Summer School
  •  
    APS Superintendent Meetings
  •  
    Audition/Rehearsal
  •  
    BAR- Intersession
  •  
    BAR- PTA
  •  
    BAR- School
  •  
    BAR Testing
  •  
    CLA – Assemblies
  •  
    CLA – PTA
  •  
    CLA – School Spirit
  •  
    CLA – Workshops
  •  
    CLA Staff
  •  
    CLA-TuesdayPackets
  •  
    Community Facilities Study
  •  
    Events/Performances
  •  
    Field Trips
  •  
    GMS After School Academic Support
  •  
    GMS Clubs
  •  
    GMS Counseling
  •  
    GMS Library Book Check Out
  •  
    GMS Library Research
  •  
    GMS Library Special Events
  •  
    GMS Music
  •  
    GMS Parents
  •  
    GMS Sports
  •  
    GMS Sports Practice
  •  
    GMS Students
  •  
    H-B Students
  •  
    H-B Woodlawn
  •  
    Oakridge-Field Trips
  •  
    Oakridge-Parent Meetings
  •  
    Oakridge-PTA Meeting
  •  
    Oakridge-School Events
  •  
    Oakridge-Teacher Work Day (No School for Students)
  •  
    Other
  •  
    P&E – Grade 1
  •  
    P&E – Grade3
  •  
    P&E Assessment
  •  
    P&E Grade 4
  •  
    P&E Grade 5
  •  
    P&E Grade 6
  •  
    P&E SOL- FALL (Grade 11 – 12) ONLINE
  •  
    P&E SOL- FALL (Grade 11 – 12) PAPER
  •  
    P&E SOL Summer: End of Course and Grade 8 Tests
  •  
    P&E-Grade2
  •  
    P&E-GradeK
  •  
    Parent Meeting
  •  
    Special Education
  •  
    Staff Meeting
  •  
    Student Activities
  •  
    TAB
  •  
    Testing
  •  
    Testing Detail
  •  
    Training
  •  
    WMS Activities
  •  
    WMS Events
  •  
    WMS Performances
  •  
    WMS Report Cards
  •  
    WMS SOL
  • Export Events

 

Export
iCal Feed Instructions

Today

Day

Week

Month

List

January
February
March
April
May
June
July
August
September
October
November
December

Calendar