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

@@ -436,6 +436,10 @@ export class GoogleCalendar implements INodeType {
if (options.updatedMin) {
qs.updatedMin = addTimezoneToDate(options.updatedMin as string, tz || timezone);
}
if (options.fields) {
qs.fields = options.fields as string;
}
if (returnAll) {
responseData = await googleApiRequestAllItems.call(
this,