Clockify >> Google calendar

Hi, Dear Friends!
Does anyone have a working example of this (new time sheet entry to creating an even on GC corresponding start time/end time/duration) that they could share with me. Mine isn’t working.
I am using Clockify API
Thank you, and have a good day!
Susan Flamingo

Hello @Rebbi_Akiva_Aiger; it might be easier to screenshot your errors and upload the scenario blueprint here to gain some help.

The reason being is that there’s missing context of which Clockify entries get carried to Google calendar. And whether it’s pure API work or modules.

Also, maybe the API work is older and modules could be used now instead, thereby simplifying things.

it worked once for sheets and then stopped. Wierd. Never
blueprint.json (43.4 KB)
working for GC
If you could help that would be great

Thanks, @Rebbi_Akiva_Aiger, for the blueprint. A screenshot of the error from the Google Calendar module might have helped too. Yet, I suspect that the trouble is with the datetime formats going into Google.

The Clockify API sends the time as 2020-01-01T00:00:00Z.

Per the Google Calendar API for events, we follow rfc3339 for the datetime format.

And the kicker is that Clockify’s output, should work.

So… In looking through some of my calendar creation code, I notice that we’re only doing all day events. Yet, we’re doing some formatting of the dates.

So I suspect that were you to use something like {{formatDate(1.timeInterval.start; "MM/DD/YYYY HH:mm")}}, you’ll be successful in creating the event entry.

When you’ve still errors, please screenshot the error and send along here.