Add Google Calendar availability (#1105)

*  Add Feebusy resource to the Google Calendar node

*  Improvements

Co-authored-by: Harshil <ghagrawal17@gmail.com>
This commit is contained in:
Ricardo Espinoza
2020-10-30 04:31:27 -04:00
committed by GitHub
parent b806ee3a57
commit 2202224c94
3 changed files with 189 additions and 5 deletions

View File

@@ -51,7 +51,7 @@ export const eventFields = [
/* event:create */
/* -------------------------------------------------------------------------- */
{
displayName: 'Calendar',
displayName: 'Calendar ID',
name: 'calendar',
type: 'options',
typeOptions: {
@@ -453,7 +453,7 @@ export const eventFields = [
/* event:delete */
/* -------------------------------------------------------------------------- */
{
displayName: 'Calendar',
displayName: 'Calendar ID',
name: 'calendar',
type: 'options',
typeOptions: {
@@ -536,7 +536,7 @@ export const eventFields = [
/* event:get */
/* -------------------------------------------------------------------------- */
{
displayName: 'Calendar',
displayName: 'Calendar ID',
name: 'calendar',
type: 'options',
typeOptions: {
@@ -613,7 +613,7 @@ export const eventFields = [
/* event:getAll */
/* -------------------------------------------------------------------------- */
{
displayName: 'Calendar',
displayName: 'Calendar ID',
name: 'calendar',
type: 'options',
typeOptions: {
@@ -791,7 +791,7 @@ export const eventFields = [
/* event:update */
/* -------------------------------------------------------------------------- */
{
displayName: 'Calendar',
displayName: 'Calendar ID',
name: 'calendar',
type: 'options',
typeOptions: {