From 1146c4e98d8c85c15ac67fa1c3bfb731234531e3 Mon Sep 17 00:00:00 2001 From: Shireen Missi <94372015+ShireenMissi@users.noreply.github.com> Date: Mon, 7 Oct 2024 16:29:52 +0100 Subject: [PATCH] fix(Convert to File Node): Convert to ICS start date defaults to now (#11114) --- packages/nodes-base/nodes/ICalendar/createEvent.operation.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/packages/nodes-base/nodes/ICalendar/createEvent.operation.ts b/packages/nodes-base/nodes/ICalendar/createEvent.operation.ts index 4cfd4f1aef..99e2bcf816 100644 --- a/packages/nodes-base/nodes/ICalendar/createEvent.operation.ts +++ b/packages/nodes-base/nodes/ICalendar/createEvent.operation.ts @@ -28,7 +28,6 @@ export const description: INodeProperties[] = [ required: true, description: 'Date and time at which the event begins. (For all-day events, the time will be ignored.).', - validateType: 'dateTime', }, { displayName: 'End',