Duaer

Build

Create a Google Calendar event in Duaer

In Duaer, Google Calendar defaults to Resource Event and Operation Create. Calendar, Start, and End are required; Start and End default to now and one hour later. You need a googleCalendarOAuth2Api credential.

Create an event

  1. Create a googleCalendarOAuth2Api credential.
  2. Search for Google Calendar and connect it after the previous node, then select the credential.
  3. Leave Resource on Event and Operation on Create.
  4. Choose Calendar. Leave Start and End on the defaults (now / one hour later), or set fixed times. Put the title in Additional Fields → Summary.
  5. Select Execute step.

Under Event you also get Get, Get Many, Update, and Delete. There is also a Calendar resource.

For mail alerts, see Send mail with Gmail in Duaer. For Outlook mail, see Send mail with Outlook in Duaer.

Questions

What are the default Start and End values for Google Calendar in Duaer?

On the current node version, Start defaults to now and End to one hour later ($now / $now.plus(1, 'hour')).

In this section