fix: Google Contacts node warm up request, Google Calendar node events>getAll fields option (#10700)
This commit is contained in:
@@ -656,6 +656,15 @@ export const eventFields: INodeProperties[] = [
|
||||
default: '',
|
||||
description: 'At least some part of the event must be before this time',
|
||||
},
|
||||
{
|
||||
displayName: 'Fields',
|
||||
name: 'fields',
|
||||
type: 'string',
|
||||
placeholder: 'e.g. items(ID,status,summary)',
|
||||
default: '',
|
||||
description:
|
||||
"Specify fields to return, by default a predefined by Google set of commonly used fields would be returned. To return all fields, use '*', <a href='https://developers.google.com/calendar/api/guides/performance#partial' target='_blank'>more info</a>.",
|
||||
},
|
||||
{
|
||||
displayName: 'iCalUID',
|
||||
name: 'iCalUID',
|
||||
|
||||
Reference in New Issue
Block a user