Spent hours trying to create google event and read multiple posts about this topic. Keep getting stuck on the code for start date. Can someone please help. Here is my scenario
my output looks great up and until google calendar create event
this is the google calendar module setting
I have tried everything also changing the syntax for start date using formatDate, ParseDate etc.
Would really appreciate a solution so I can automate this,
Thanks.
1 Like
Hi Suki_Health, to create a Google Calendar Event you need to follow the RFC 3339 datetime format
Replace the date and time with your variables and this should work
{{parseDate(date + time; "YYYY-MM-DDTHH:mm:ss.ZZ")}}
3 Likes
Thank you, that also worked, but then I realised that I did not have the write pattern in the text-parser module - this in turn did not provide the right output and so no event could be created.
Appreciate your help.
Thanks again
2 Likes
I’m glad I could help Suki_Health, can you mark my answer as “Solution” so others in the future can see it too?
1 Like