APSMAIN

Calendário de programas de aconselhamento escolar

Adicione este evento ao seu Google Calendar Adicione este evento ao seu iCal Inscrever-se

Março 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)} função RemoveMyEventRegistration (userRegID, EventDateID) {// var data = “{userRegID:” + userRegID + “, EventDateID:” + EventDateID + “}”; swalert ('Tem certeza de que deseja remover este registro?', 'Remover registro', 'crítico', 'yesno', YesRemoveMyEventRegistration, ”,”, {userRegID: userRegID, EventDateID: EventDateID}); } função 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- detalhe ”, 2,“ ”); ShowNotification (“Sucesso! 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!

FecharPersonalize a visualização do calendário

Calendários  

  • Calendário de Conselheiros

Categorias  

  •  
    Unassigned
  •  
    2013-14 SY
  •  
    2014-15 SY
  •  
    2015-16 SY
  •  
    APS 2011-12
  •  
    APS 2012-13 ano escolar
  •  
    Artes APS
  •  
    Menu de café da manhã APS
  •  
    Menu de café da manhã APS 2
  •  
    Prazo APS
  •  
    Eventos APS
  •  
    Instrução APS
  •  
    Menu de almoço APS
  •  
    Menu de almoço APS 2
  •  
    Reuniões APS
  •  
    Academia de Pais APS
  •  
    Conselho Escolar APS
  •  
    Escola de verão APS
  •  
    Reuniões do Superintendente APS
  •  
    Teste / Ensaio
  •  
    BAR- Intersessão
  •  
    BAR - PTA
  •  
    BAR- Escola
  •  
    Teste BAR
  •  
    CLA - Assemblies
  •  
    CLA - PTA
  •  
    CLA - School Spirit
  •  
    CLA - Workshops
  •  
    Equipe CLA
  •  
    CLA-terça-feiraPacotes
  •  
    Estudo de Instalações Comunitárias
  •  
    Eventos / Apresentações
  •  
    Viagens de campo
  •  
    Apoio Acadêmico GMS After School
  •  
    Clubes GMS
  •  
    Aconselhamento GMS
  •  
    Check-out do livro da biblioteca GMS
  •  
    Pesquisa da Biblioteca GMS
  •  
    Eventos especiais da biblioteca GMS
  •  
    Música GMS
  •  
    Pais GMS
  •  
    GMS Esportes
  •  
    Prática Desportiva GMS
  •  
    Alunos GMS
  •  
    Alunos HB
  •  
    HB Woodlawn
  •  
    Viagens de Oakridge-Field
  •  
    Oakridge-Reuniões de Pais
  •  
    Reunião Oakridge-PTA
  •  
    Eventos Oakridge-School
  •  
    Dia de trabalho do professor Oakridge (sem escola para alunos)
  •  
    Outros
  •  
    P&E - Grau 1
  •  
    P&E - Grau 3
  •  
    Avaliação P&E
  •  
    P&E Grau 4
  •  
    P&E Grau 5
  •  
    P&E Grau 6
  •  
    P&E SOL- FALL (Grau 11 - 12) ONLINE
  •  
    P&E SOL- FALL (Grau 11 - 12) PAPEL
  •  
    P&E SOL Summer: testes de fim de curso e 8ª série
  •  
    P & E-Grade 2
  •  
    P & E-Grade K
  •  
    Reunião de Pais
  •  
    Educação Especial
  •  
    Reunião de equipe
  •  
    Atividades estudantis
  •  
    ABA
  •  
    ensaio
  •  
    Detalhe de Teste
  •  
    Treinamentos
  •  
    Atividades WMS
  •  
    Eventos WMS
  •  
    Apresentações WMS
  •  
    Boletins WMS
  •  
    WMS SOL
  • Exportar Eventos

 

Exportações
Instruções de feed iCal

Agora

Dia

Semana

Mês

Lista
<
janeiro
Fevereiro
Março
Abril
Maio
Junho
Julho
Agosto
Setembro
Outubro
Novembro
Dezembro

>

Calendário