Calendar

The calendar contains individual events that can be scheduled on a user's calendar. You can import calendar events using the calendar.csv file. You can also import recurring events using the recurring-events.csv file. Recurring events are events that occur on a regular basis, such as a weekly meeting. You can import recurring events and then import overrides for those events. Overrides are instances of a recurring event that occur on a specific date. For example, if you have a weekly meeting that occurs every Tuesday, you can import the recurring event and then import overrides for the dates that the meeting will not occur.

Calendar CSV Format

Below is the format for each of the columns to import calendar events. Feel free to download the template.

Columns

  • Name
    ID
    Type
    int | string
    Description

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

  • Name
    Recurring Event ID
    Type
    int | string
    Description

    ID of the recurring event on your current system. This is used to associate a recurring event with a specific instance of that event, such as in an override.

  • Name
    Name
    Type
    string
    Description

    The name of the 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
    Calendar ID
    Type
    int | string
    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
    Location
    Type
    string
    Description

    The location of the event.

  • Name
    Status
    Type
    string
    Description

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