Recurring Events

Recurring events are any event that happens more than once. The event can be on the company level or assigned to a user's calendar.

Recurring Events CSV Format

Below is the format of the CSV file that you will need to import recurring events into Nucleo. Feel free to download the template.

Columns

  • Name
    ID
    Type
    string | int
    Description

    The ID of the recurring event on your current system. In subsequent imports, Nucleo will bind imported data to this ID for any service or device that references this recurring event.

  • Name
    Name
    Type
    string
    Description

    The name of the recurring event.

  • Name
    All Day
    Type
    boolean
    Description

    Whether the event is all day or not. 0 for not all day, 1 for an all day event.

  • Name
    Start Date
    Type
    date
    Description

    The date the event starts. Must be a valid date.

  • Name
    Start Time
    Type
    string
    Description

    The time the event starts.

  • Name
    End Date
    Type
    date
    Description

    The date the event ends. Must be a valid date.

  • Name
    End Time
    Type
    string
    Description

    The time the event ends.

  • Name
    Recurring Start Date
    Type
    date
    Description

    The date the recurring event starts. Must be a valid date. This is the first date the event will occur.

  • Name
    Recurring End Date
    Type
    date
    Description

    The date the recurring event ends. Must be a valid date. This is the last date the event will occur.

  • Name
    Calendar ID
    Type
    string | int
    Description

    The ID of the user the event belongs to. This is the ID on your current system. If you want the event to be on the company calendar, use company.

  • Name
    Interval
    Type
    string
    Description

    The interval of the recurring event. Can be daily, weekly, monthly, or yearly.

  • Name
    Location
    Type
    string
    Description

    The location of the recurring event.

  • Name
    Period
    Type
    string
    Description

    The period on which the event repeats. For example, if you want the event to repeat every 2 weeks, the period would be 2.

  • Name
    Recurs On
    Type
    string
    Description

    The day of the week the event recurs on. Can be SU, M, T, W, TR, F, or SA.

  • Name
    Status
    Type
    string
    Description

    The status of how the user's calendar should appear with this event. Can be busy or available