mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-23 04:39:08 +00:00
fix(Google Calendar Node): All day option fix (#6274)
This commit is contained in:
@@ -171,7 +171,7 @@ export const eventFields: INodeProperties[] = [
|
||||
},
|
||||
],
|
||||
default: 'no',
|
||||
description: 'Wheater the event is all day or not',
|
||||
description: 'Whether the event is all day or not',
|
||||
},
|
||||
{
|
||||
displayName: 'Attendees',
|
||||
@@ -224,7 +224,7 @@ export const eventFields: INodeProperties[] = [
|
||||
],
|
||||
},
|
||||
],
|
||||
description: 'Creates a conference link (Hangouts, Meet etc) and attachs it to the event',
|
||||
description: 'Creates a conference link (Hangouts, Meet etc) and attaches it to the event',
|
||||
},
|
||||
{
|
||||
displayName: 'Description',
|
||||
@@ -828,7 +828,7 @@ export const eventFields: INodeProperties[] = [
|
||||
},
|
||||
],
|
||||
default: 'no',
|
||||
description: 'Wheater the event is all day or not',
|
||||
description: 'Whether the event is all day or not',
|
||||
},
|
||||
{
|
||||
displayName: 'Attendees',
|
||||
|
||||
Reference in New Issue
Block a user