A season of jobs can be loaded from a spreadsheet instead of typed in. Import Jobs on the Schedule reads a CSV, validates every row against your locations, job types, organizations, and teams, and creates the jobs in one pass.
| Column | Required | Notes |
|---|---|---|
| Job Name | Yes | |
| Date | Yes, unless Start and End Time include a date | Ignored with a warning when the times already carry a date. |
| Start Time, End Time | Yes | An end before the start is treated as an overnight job ending the next day, with a warning. |
| Location Name | No | Must match a saved location exactly. |
| Job Type Name | No | Must match an existing job type. |
| Organization Name | No | Must match an existing organization. Creates an organization session on the job. |
| Team | No | Must match a team name. Defaults to your active team. |
Extra columns are rejected, so trim the file to these headings.
<aside> 💡
Coming from another scheduling tool? The Integrations section explains how to export a calendar from Google, Outlook, HoneyBook, or 17hats into a file this import will accept.
</aside>