n8n/packages/nodes-base/nodes/Google/Calendar
Marcus b319671fd0
feat(Google Calendar Node): Use resource locator component for calendar parameters (#4410)
* use calendar RLC for event resource
* use calendar RLC for calendar resource
* listSearch getCalendars support query filter
* improve RLC parameter descriptions to match standards
* stricter google calendar id email regex with optional trailing whitespace
* calendarId RLC for Google Calendar Trigger node
* Event -> Get : Timezone RLC option
* Event -> Get Many : Timezone RLC option
* Calendar -> Availability : Timezone RLC option
* Removed unused loadOptions getTimezones; Removed unused imports
* fix prettier linting errors
2022-11-29 17:11:49 +01:00
..
CalendarDescription.ts feat(Google Calendar Node): Use resource locator component for calendar parameters (#4410) 2022-11-29 17:11:49 +01:00
EventDescription.ts feat(Google Calendar Node): Use resource locator component for calendar parameters (#4410) 2022-11-29 17:11:49 +01:00
EventInterface.ts n8n-3867-progressively-apply-prettier-to-all (#3873) 2022-08-17 17:50:24 +02:00
GenericFunctions.ts feat(Google Calendar Node): Use resource locator component for calendar parameters (#4410) 2022-11-29 17:11:49 +01:00
GoogleCalendar.node.json docs: update credential doc links for google nodes (#4381) 2022-10-20 16:52:03 +01:00
GoogleCalendar.node.ts feat(Google Calendar Node): Use resource locator component for calendar parameters (#4410) 2022-11-29 17:11:49 +01:00
googleCalendar.svg Optimize svgs 2021-04-17 17:23:59 +02:00
GoogleCalendarTrigger.node.json docs: update credential doc links for google nodes (#4381) 2022-10-20 16:52:03 +01:00
GoogleCalendarTrigger.node.ts feat(Google Calendar Node): Use resource locator component for calendar parameters (#4410) 2022-11-29 17:11:49 +01:00