Ontime v2
Link to new docs
  • ontime
  • Feature list
  • Roadmap
  • Contributing
  • Main Concepts
    • Interface
      • Settings Bar
      • Rundown
      • Timer Control
      • Display Messages
      • Info
      • Quick start
      • Upload
      • Integration Settings
      • Application Settings
        • App Settings
        • Event Data
        • Editor Settings
        • Cuesheet settings
        • Views
        • URL Aliases
      • About modal
  • Views
    • Network views (Intro)
    • Stage Timer
    • Clock
    • Minimal Timer
    • Backstage Info
    • Public Info
    • Lower Thirds
    • Studio Clock
    • Countdown
    • Cuesheet
  • Control and feedback
    • Ontime APIs
      • HTTP API
    • Integrations
    • Runtime Data
  • Features
    • Google Sheet
    • Smart Time Entry
    • The delay workflow
    • Roll
    • Import events from Excel
    • URL Aliases
    • Edit Anywhere
    • Headless Mode (Docker)
    • Note: Lower thirds in OBS
    • User fields
    • Custom Styling
    • Make your own viewer
    • Count to anything
    • External data
  • ❤️Additional Notes
    • Control Ontime from vMix
    • Sync: Poll ontime status
    • Use in Raspberry Pi
    • Companion module
Powered by GitBook
On this page
  • Project data
  • Rundown
  • User Fields
  1. Features

Import events from Excel

PreviousRollNextURL Aliases

Last updated 1 year ago

You can import an Excel file containing your rundown. See

Ontime allows importing rundown and project data from a spreadsheet. For a successful import, there are a few conventions to follow

  1. Ontime reads a single worksheet

  2. The name of the worksheet and columns is given in the app on import

  3. Ontime creates an event for every row on the table

  4. All fields in an event (row) are optional. Missing data will be defaulted if needed

  5. Time fields not provided will be calculated at import. The times can be either an Excel time field or a short text entry as described in the docs eg: 00:10:15 or 10h15

  6. Any text under a field named Is Public will make the event public. We show this as a toggle for simplicity

  7. See below the expected data types of the rundown data

Project data

The project data can be defined in the sheet. These fields must have their data on the cell to its right (see screenshot or template)

Field Name
Data type

Project name

Text

Project description

Text

Public URL

Text

Backstage URL

Text

Public Info

Text

Backstage Info

Text

Rundown

Field names are not case-sensitive. Meaning: both Event Title and event title would be recognised on import

Event Field
Data Type
Notes

Cue

Text

Time start

Excel time | Text

Time End

Excel time | Text

Duration

Excel time | Text

Title

Text

Subtitle

Text

Presenter

Text

Note

Text

Timer Type

'count-down' | 'count-up' | 'time-to-end | 'clock'

End Action

'none' | 'stop' | 'load-next' | 'play-next'

Colour

Text

Public

Text

any text means the event is public

Skip

Text

any text means the event is public

User Fields

There are ten custom fields available.

These can have any name, the names are given to Ontime on import

user0

Text

user1

Text

user2

Text

user3

Text

user4

Text

user5

Text

user6

Text

user7

Text

user8

Text

user9

Text

the template from the above screenshot
Template sheet