Hello,
I’d like to create a rule that makes a calendar event for 30 minutes after any calendar event that gets added.
A few comments:
-
I tried using this formula on ifttt.com: “If Any new event added on myemail@gmailcom, then quick add event to myemail@gmailcom.” I set it to quick add at the end time for the event, and then it created a loop.
-
I then tried using this formula on ifttt.com: If a new event contains ‘special_keyword’ on myemail@gmailcom, then create a detailed calendar event for myemail@gmailcom
The second option works, but I want to be able to define the time for the second event. Right now, I have access to just the {{End}} variable that corresponds to the end time for the first event.
How do I create a custom Time variable with Apilio? I’d like the start time for my new event to be OriginalEventEndTime + 15 minutes. Thanks!