08/07/25 20:56:22 oNQWf5fS0
startRecfriioですが、金曜ロードショーを予約録画しようとしたところ、以下のようにエラーがでました。
他の番組では問題なくできているので、今回の金曜ロードショー特有のものかもしれませんが、
参考まで。
tell application "iCal"
activate
try
get calendar "Friio"
on error
make new calendar with properties {name:"Friio"}
end try
set newEvent to make new event at end of events of calendar "Friio" with properties {summary:"広島テレビ-金曜特別ロ―ドショ― 「ルパン三世“sweet lost night"」", start date:date "2008/7/25 21:3", end date:date "2008/7/25 22:54" }
set theAlarm to make new open file alarm at end of open file alarms of newEvent with properties {trigger interval:-1, filepath:POSIX path of "/Users/strega/Library/Application Support/Friio/Scripts/20080725-2103.scrt"}
end tell
{
NSAppleScriptErrorBriefMessage = "\U201c,\U201d \U307e\U305f\U306f \U201c}\U201d \U304c\U3042\U308b\U3079\U304d\U3068\U3053\U308d\U3067\U3059\U304c unknown token \U304c\U898b\U3064\U304b\U308a\U307e\U3057\U305f\U3002";
NSAppleScriptErrorMessage = "\U201c,\U201d \U307e\U305f\U306f \U201c}\U201d \U304c\U3042\U308b\U3079\U304d\U3068\U3053\U308d\U3067\U3059\U304c unknown token \U304c\U898b\U3064\U304b\U308a\U307e\U3057\U305f\U3002";
NSAppleScriptErrorNumber = -2741;
NSAppleScriptErrorRange = NSRange: {259, 1};
}