refactor(Google Calendar Node): Fix Typo (#3477)

* Fix Typo in Google Calendar to Frequency

*  Revert back change in names to avoid breaking change

Co-authored-by: ricardo <ricardoespinoza105@gmail.com>
This commit is contained in:
JoLo 2022-06-13 21:55:54 +02:00 committed by GitHub
parent 0f630b97cb
commit 57d466850a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -261,7 +261,7 @@ export const eventFields: INodeProperties[] = [
description: 'The maximum number of attendees to include in the response. If there are more than the specified number of attendees, only the participant is returned.',
},
{
displayName: 'Repeat Frecuency',
displayName: 'Repeat Frequency',
name: 'repeatFrecuency',
type: 'options',
options: [
@ -304,7 +304,7 @@ export const eventFields: INodeProperties[] = [
name: 'rrule',
type: 'string',
default: '',
description: 'Recurrence rule. When set, the parameters Repeat Frecuency, Repeat How Many Times and Repeat Until are ignored.',
description: 'Recurrence rule. When set, the parameters Repeat Frequency, Repeat How Many Times and Repeat Until are ignored.',
},
{
displayName: 'Send Updates',
@ -872,7 +872,7 @@ export const eventFields: INodeProperties[] = [
description: 'The maximum number of attendees to include in the response. If there are more than the specified number of attendees, only the participant is returned.',
},
{
displayName: 'Repeat Frecuency',
displayName: 'Repeat Frequency',
name: 'repeatFrecuency',
type: 'options',
options: [
@ -915,7 +915,7 @@ export const eventFields: INodeProperties[] = [
name: 'rrule',
type: 'string',
default: '',
description: 'Recurrence rule. When set, the parameters Repeat Frecuency, Repeat How Many Times and Repeat Until are ignored.',
description: 'Recurrence rule. When set, the parameters Repeat Frequency, Repeat How Many Times and Repeat Until are ignored.',
},
{
displayName: 'Send Updates',