mirror of
https://github.com/n8n-io/n8n.git
synced 2024-12-25 04:34:06 -08:00
fix(Convert to File Node): Convert to ICS start date defaults to now (#11114)
This commit is contained in:
parent
9c41c5c6d4
commit
1146c4e98d
|
@ -28,7 +28,6 @@ export const description: INodeProperties[] = [
|
||||||
required: true,
|
required: true,
|
||||||
description:
|
description:
|
||||||
'Date and time at which the event begins. (For all-day events, the time will be ignored.).',
|
'Date and time at which the event begins. (For all-day events, the time will be ignored.).',
|
||||||
validateType: 'dateTime',
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
displayName: 'End',
|
displayName: 'End',
|
||||||
|
|
Loading…
Reference in a new issue