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 | Tutorials
- Make Academy – learn Make and get your certificate
- Discord Server – join us in live chat for fans of Make!
Help Center Basics
- Mapping – What is mapping? What can I map?
- Mapping with arrays – How to map items in an array
- Aggregate an array for mapping complex fields
- Tokens for
parseDate
| Tokens forformatDate
- HTTP modules – Make a request, Get (download) a file
- Webhooks – Error Handling, Responding to webhooks
Articles & Videos
- Router Magic Formula - YouTube
- Error Handlers in Make - YouTube playlist
- Getting started with OpenAI
- How to use Regex in Make
samliew – request 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 ?