fix: Google Contacts node warm up request, Google Calendar node events>getAll fields option (#10700)

This commit is contained in:
Michael Kret
2024-09-10 15:31:00 +03:00
committed by GitHub
parent 4b2b5235db
commit 22c70d5069
3 changed files with 26 additions and 0 deletions

View File

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