Athletic Calendar .time a { background-color: #d65610; color: #fff !important; }
ICC School was established in 2011.
Athletic Calendar ::: ICC School Athletic Calendar
Contact Info
- 222 East 97th Street, New York, NY 10029
- 646-589-3920
- iccschool96@gmail.com
Menu
Other Links
- Apply to ICC School
- Arts at ICC School
- Careers
- Experience School
- Faculty And Staff Directory
- Gallery
- Getting To ICC School
- Head Of School Welcome
- ICC School at a glance
- Mission Vision
- Our History
- Spirituality
- Spring Open House
- Early Education
- Code Of Conduct
- Enrollment Application
- School Structure
- Important Information
- Tution Fees Contract
Copyright © 2020 – All Rights Reserved.
document.addEventListener(‘DOMContentLoaded’, function() { var calendarEl = document.getElementById(‘calendar’); var calendar = new FullCalendar.Calendar(calendarEl, { plugins: [ ‘interaction’, ‘dayGrid’ ], header: { left: ‘prevYear,prev,next,nextYear today’, center: ‘title’, right: ‘dayGridMonth,dayGridWeek,dayGridDay’ }, defaultDate: ‘2021-03-07’, navLinks: true, // can click day/week names to navigate views editable: true, eventLimit: true, // allow “more” link when too many events events: [ { title : ‘Test’, start : ‘2020-06-19’ } { title : ‘Test’, start : ‘2020-06-19’ } ]/*[ { title: ‘All Day Event’, start: ‘2019-08-01’ }, { title: ‘Long Event’, start: ‘2019-08-07’, end: ‘2019-08-10’ }, { groupId: 999, title: ‘Repeating Event’, start: ‘2019-08-09T16:00:00’ }, { groupId: 999, title: ‘Repeating Event’, start: ‘2019-08-16T16:00:00’ }, { title: ‘Conference’, start: ‘2019-08-11’, end: ‘2019-08-13’ }, { title: ‘Meeting’, start: ‘2019-08-12T10:30:00’, end: ‘2019-08-12T12:30:00’ }, { title: ‘Lunch’, start: ‘2019-08-12T12:00:00’ }, { title: ‘Meeting’, start: ‘2019-08-12T14:30:00’ }, { title: ‘Happy Hour’, start: ‘2019-08-12T17:30:00’ }, { title: ‘Dinner’, start: ‘2019-08-12T20:00:00’ }, { title: ‘Birthday Party’, start: ‘2019-08-13T07:00:00’ }, { title: ‘Click for Google’, url: ‘http://google.com/’, start: ‘2019-08-28’ } ]*/ }); calendar.render(); }); function mark_attendance(attendance_id) { const data = {‘attendance_id’: attendance_id}; let result = ajaxRequest().getJsonByPost(‘https://www.iccschooleast96.org/student/mark-attendance’,data); if(result.status==true){ toastr.success(result.message,’Success!’); setTimeout(function () { location.href=”; },3000); }else{ toastr.error(result.message,’Error!’); } }