Allows you to check a specific calendar to see if a time slot has an existing event or is available.

Options

  • Calendar: A dropdown list of your available calendars on which to check for a free slot.

Input Fields

  • event
    • MinTime (date): The date and time from which you want to check if your calendar is available. Input needs to be in ISO format: YYYY-MM-DDThh:mm:ss+00:00. The +00:00 is the timezone offset.
    • MaxTime (date): The date and time before which you want to check if your calendar is available. Input needs to be in ISO format: YYYY-MM-DDThh:mm:ss+00:00. The +00:00 is the timezone offset.

Output Fields

  • fields
    • IsFree (boolean): Will return “true” if your calendar has no event during the given time slot and “false” if your calendar has an existing event during that time slot.