|
DIETER In its current form, the script doesn't support 12 hour (i.e. AM/PM) time formats. By replacing the line set EndMins to (word 9 of paragraph 1 of theBody) with if (EndHours = "AM") or (EndHours = "PM") then set EndHours to word 9 of paragraph 1 of theBody set EndMins to word 10 of paragraph 1 of theBody else set EndMins to word 9 of paragraph 1 of theBody end if (Version 1.3) |