Business Process Automation

0168 Datetime GoogleCalendar Send Scheduled

0168 Datetime GoogleCalendar Send Scheduled

Scheduled
High
13
Nodes
Scheduled
Trigger
High
Complexity
7/22/2025
Added

Workflow Overview

Total Nodes
13
Node Types
9

Node Types

date Time
Previous Month
1 node
cron
1st of Every month at 8am
1 node
switch
Check Summary for Illness or Holiday
1 node
no Op
Holiday, Illness
2 nodes
set
Filter Holiday Days, Filter Illness Days
2 nodes
merge
Merge
1 node
google Calendar
Get previous months events
1 node
email Send
Send email to payroll
1 node
code
Combine Holiday Counts, Combine Illness Counts, Build the message to send
3 nodes

Workflow JSON

9.93 KB
{
  "meta": {
    "instanceId": "8c8c5237b8e37b006a7adce87f4369350c58e41f3ca9de16196d3197f69eabcd"
  },
  "name": "0168 Datetime GoogleCalendar Send Scheduled",
  "nodes": [
    {
      "id": "6f869392-1501-49b9-be86-4b767f7ec597",
      "name": "Previous Month",
      "type": "n8n-nodes-base.dateTime",
      "position": [
        360,
        420
      ],
      "parameters": {
        "value": "={{Date()}}",
        "action": "calculate",
        "options": {},
        "duration": 1,
        "timeUnit": "months",
        "operation": "subtract"
      },
      "typeVersion": 1
    },
    {
      "id": "1446eb44-bd1e-4dad-9ecc-c2a1e8cb2ca6",
      "name": "1st of Every month at 8am",
      "type": "n8n-nodes-base.cron",
      "position": [
        180,
        420
      ],
      "parameters": {
        "triggerTimes": {
          "item": [
            {
              "hour": 8,
              "mode": "everyMonth"
            }
          ]
        }
      },
      "typeVersion": 1
    },
...

Showing first 1000 characters. Click "Expand" to view the full JSON.