Error in date time microsoft calendar

Hello, I want to create a microsoft calendar event from a sealable sheet with date.
When I program the automation it says that I need an end date but I haven’t any end date in seatable. So I want to enter my start date + 2hours for example in end date but it creates an error in my automation.
What can I do ?
Thanks in advance.

1 Like

Welcome to the Make community!

You can use the built-in function addHours

e.g.:

{{ addHours(1.86y9; 2) }}

For more information, see the function documentation in the Help Center.

Here are some useful links and guides you can use to learn more on how to use the Make platform, apps, and app modules. I found these useful when I was learning Make, and hope they might benefit you too —

General

Help Center Basics

Articles & Videos

samliewrequest private consultation

Join the unofficial Make Discord server to chat with other makers!

1 Like

Thanks a lot, I’ill try it this way !

This method seems to work but it doesn’t enter the events in my outlook calendar and I don’t know why ?