Using Custom Scripts to Create Calls with Reminder Pop-up and Email
Hello,
I was able to create scheduled calls using a custom script. However, I am stuck trying to assign a 30-minute reminder to the call that was created using this script.
I was trying to reference other Community Topics for reminder creation, but they are mainly meant for the Tasks module. Tried to use this line of code from the topic below. So my question is will it work with the Calls module?
mp.put("Remind_At",{"ALARM":"FREQ=NONE;ACTION=EMAILANDPOPUP;TRIGGER=DATE-TIME:" + reminderTime.toString("yyyy-MM-dd'T'HH:mm:ss'+05:30'")});
I cannot find a Calls creation topic with reminders. The topic that I referenced is this one.