# Events File Error Messages

#### **<span class="rvts0"><span class="rvts34">"Event not found. EventID: XX"</span></span>**

<span class="rvts20">This message indicates that the Event ID is either incorrect or the event has been deleted.</span>

**<span class="rvts21">How to Fix:</span>**

<span class="rvts20">Go to </span>**<span class="rvts21">Event Management /Settings/ UI Setup /Scheduling Link</span>**<span class="rvts20"> and copy the correct Event ID from the URL shown in the </span><span class="rvts22">Scheduling Link for the selected event</span><span class="rvts20">. Use that ID in your import file.</span>

---

#### **<span class="rvts21">"Could not find based event with ID XX"</span>**

<span class="rvts20">This message means the </span><span class="rvts21">baseEvent</span><span class="rvts20"> ID listed in your file does not match any existing event, or the referenced base event has been deleted.</span>

**<span class="rvts21">How to Fix:</span>**

<span class="rvts20">Locate the correct Event ID in the same way as above, and ensure the base event still exists in your account. Update the </span><span class="rvts21">basedEvent</span><span class="rvts20"> column with the correct ID.</span>

---

#### **<span class="rvts21">"Cannot create a slot for EventID: XX. Date column contains an invalid value. Error code = 107."</span>**

<span class="rvts20">This error occurs when the </span><span class="rvts21">Date</span><span class="rvts20"> field contains an improperly formatted or unrecognized value.</span>

**<span class="rvts21">How to Fix:</span>**

<span class="rvts20">Verify that the </span><span class="rvts21">Date</span><span class="rvts20"> is in a valid format, such as </span><span class="rvts117">MM/DD/YYYY</span><span class="rvts20"> (e.g., </span><span class="rvts117">10/23/2020</span><span class="rvts20">). Ensure there are no extra characters or missing values in the date cells.</span>

---

#### **<span class="rvts21">"Cannot create a slot for EventID: XX. The start time / end time column contains an invalid value. Error code = 108."</span>**

<span class="rvts20">This message indicates that either the </span><span class="rvts21">StartTime</span><span class="rvts20"> or </span><span class="rvts21">EndTime</span><span class="rvts20"> fields have incorrect or missing values.</span>

**<span class="rvts21">How to Fix:</span>**

<span class="rvts20">Ensure that time values are in a supported format, such as </span><span class="rvts117">9:00 AM</span><span class="rvts20"> or </span><span class="rvts117">2:30 PM</span><span class="rvts20">. Avoid 24-hour clock times or missing AM/PM markers. Confirm that StartTime is earlier than EndTime.</span>

---

#### **<span class="rvts21">"Could not find the timezone with name XX."</span>**

<span class="rvts20">This error means the value entered in the </span><span class="rvts21">TimeZone</span><span class="rvts20"> column does not match a recognized time zone name.</span>

**<span class="rvts21">How to Fix:</span>**  
<span class="rvts20"> Use a valid time zone from the IANA time zone database, such as:</span>

- <span class="rvts117">America/New\_York</span>
- <span class="rvts117">America/Chicago</span>
- <span class="rvts117">America/Denver</span>
- <span class="rvts117">America/Los\_Angeles</span><span class="rvts20"> </span>

<p class="callout info">***<span class="rvts21">NOTE:</span><span class="rvts20"> Double-check spelling and capitalization. Avoid abbreviations like "EST" or "PST".</span>***</p>