fix(Convert to File Node): Convert to ICS start date defaults to now (#11114)

This commit is contained in:
Shireen Missi 2024-10-07 16:29:52 +01:00 committed by GitHub
parent 9c41c5c6d4
commit 1146c4e98d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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',