The SetAlarmTime function passes a value to the Activity table AlarmTime field. Pass in starttime, the time interval value, and the type of interval.
SetAlarmTime ( "StartDate StartTime", "interval", "IntervalType" )
The types of intervals are:
10-12-14, not 10-12-14 9:00am.
For example, to set an alarm time for an activity one hour before the activity is to start:
SetAlarmTime ("10/11/2014 10:00AM","1","H")
See also