mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-21 20:00:02 +00:00
fix: Google Contacts node warm up request, Google Calendar node events>getAll fields option (#10700)
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user