LA EdLink Calendar
On this page:
Introduction
The CALENDARS and CALENDARS_EXT extracts provide district and school level calendar information for submission to the EdLink warehouse. These extract files include information on all calendar days within the full school year beginning with the first day of school through the last day of school including student and staff days, holidays, and closures. Use PowerSchool's Remote Connection Management feature to set up a SFTP connection to allow for automatic uploading of files to EdLink. Use with the report's scheduling feature to set up a recurring upload of files to EdLink.
Calendar types:
- District: The default calendar for a district. Required.
- School: This type of calendar is created if there is a need to develop a school calendar when there are different attendance days for a school within the district, or school group within a school. Records in this calendar override the district calendar. Optional.
Selection Criteria
Selection criteria determine which database records are used in the report. Refer to selection criteria for analysis when the report does not return the correct records.
School Selection
The report selects records from the [Schools] table based on the following criteria:
- The school must not be excluded from State Reporting.
Notes:
- A LA sponsor site calendar must be created for each school site code that will be reported to EdLink.
- The calendars_ext file will only contain records where Day_type = 'DAY'
Report Input
For help with navigation and running the report, see How to Find and Generate a Report.
Field | Description |
Select Schools | Indicate which schools to include in the report by selecting from the following options: If sub-districts are not enabled:
If sub-districts are enabled:
|
Output File Name | Select the extract to generate. |
School Year | Select the school year for which to run the report. The options are controlled by the current Term selected. |
Identify as a Partial File | Select Enabled to create and submit an EdLink file containing only a subset of the students without overwriting the complete file or another partial file. Enabled is unchecked by default. If this field is selected, the word '_partial' and a unique number are added to the end of the file name (e.g. calendars_partial4.txt) |
SFTP connections | If the extract is to be automatically uploaded to EdLink, select the SFTP connection that has been defined for reporting to EdLink. |
Report Output
Each of the fields displayed in the output of the report is described below. See Understanding the Report Output Table for a definition of each column in the table.
Calendars
Data Element | Description | [Table]FieldName |
DISTRICT_CODE | The three-digit Sponsor Code assigned by LDOE of the schools represented by the calendar. Required. | Uses first three digits of the subdistrict_number specified for the ‘Select sub-district’ report parameter when a subdistrict is selected. Uses [Prefs]Value where [Prefs]Name=districtnumber when subdistricts are not enabled |
SCHOOL_YEAR | The year of a school session. Required. | [S_LA_CalendarSpc_S]First_Day [S_LA_CalendarSpc_S]Last_Day |
LOCAL_SCHOOL_KEY | The school’s site code. Required. | If [S_LA_CalendarSpc_S]SiteCode is blank/empty, then "[ALL]" is reported. Otherwise, [S_LA_CalendarSpc_S]SiteCode |
CALENDAR_CODE | The unique, district-assigned code identifying the particular calendar for a particular LEA and/or school/site and/or grade level. Required. | If [S_LA_CalendarSpc_S]SiteCode is blank/empty, then "DISTRICT" is reported. Otherwise, [S_LA_CalendarSpc_S]CalendarCode |
DATE_TYPE | The type of day within the school calendar. Required.
If NULL, this field is extracted as a <tab> <tab> in the report. | Calculated if [S_LA_CalendarSpc_Event_C]Record_Type equals
For each term defined in the Years/Term window
|
BEGIN_DATE | The beginning date of the event. Required. | [S_LA_CalendarSpc_Event_C]Beginning_Day or [S_LA_CalendarSpc_S]First_Day if DATE_TYPE equals YEAR or In Session Date if DATE_TYPE = DAY or [Terms]FirstDay if DATE_TYPE = TERM or SEMESTER |
END_DATE | The end date of the event. Required. | [S_LA_CalendarSpc_Event_C]Ending_Day or [S_LA_CalendarSpc_S]Last_Day if DATE_TYPE equals YEAR or In Session Date if DATE_TYPE = DAY or [Terms]LastDay if DATE_TYPE = TERM or SEMESTER |
DATE_TYPE_VALUE | Describes the calendar date for the school year, semesters, terms, and closures. | Calculated If DATE_TYPE equals
|
Calendars_Ext
Data Element | Description | [Table]FieldName |
DISTRICT_CODE | The three-digit Sponsor Code assigned by LDOE of the schools represented by the calendar. Required. | First three digits of [S_LA_SCH_X]SiteCode |
SCHOOL_YEAR | The year of a school session. Required. | [S_LA_CalendarSpc_S]First_Day [S_LA_CalendarSpc_S]Last_Day |
LOCAL_SCHOOL_KEY | The school’s site code. Required. | If [S_LA_CalendarSpc_S]SiteCode is blank/empty, then "ALL" is reported. Otherwise, [S_LA_CalendarSpc_S]SiteCode |
CALENDAR_CODE | The unique, district-assigned code identifying the particular calendar for a particular LEA and/or school/site and/or grade level. Required. | If [S_LA_CalendarSpc_S]SiteCode is blank/empty, then "DISTRICT" is reported. Otherwise, [S_LA_CalendarSpc_S]CalendarCode |
DATE_TYPE | The type of day within the school calendar. Required.
| Calculated if [S_LA_CalendarSpc_Event_C]Record_Type equals
|
BEGIN_DATE | The beginning date of the event. Required. | [S_LA_CalendarSpc_Event_C]Beginning_Day or In Session Date if DATE_TYPE = DAY |
END_DATE | The end date of the event. Required. | [S_LA_CalendarSpc_Event_C]Ending_Day or In Session Date if DATE_TYPE = DAY |
INSTRUCTIONAL_MINUTES | The number of instructional minutes per day. Only submitted if Date_Type is "DAY". If NULL, this field is extracted as a <tab> <tab> in the report. | if if [S_LA_CalendarSpc_Event_C]Record_Type equals 040, 060, or 070 then report from [S_LA_CalendarSpc_Event_C]Instructional_Time Otherwise, [S_LA_CalendarSpc_S]Minutes_Per_Day |