Hi,
I am writing an application that needs to automatically remind the user of a task or even perform the task for the user. It is basically a script that needs to be executed. Now my question is would it be better to do this using iCal events / alarms or should I go for launchd? iCal seems to have the advantage of not having to have admin privileges to set those events, but launchd might be better suited for execution of a script. What would be the advantages of either one? Also, how do they behave if the computer is switched off while the event occurs?
The whole program will basically perform a backup of some user files.
Thanks,
thingsis
I am writing an application that needs to automatically remind the user of a task or even perform the task for the user. It is basically a script that needs to be executed. Now my question is would it be better to do this using iCal events / alarms or should I go for launchd? iCal seems to have the advantage of not having to have admin privileges to set those events, but launchd might be better suited for execution of a script. What would be the advantages of either one? Also, how do they behave if the computer is switched off while the event occurs?
The whole program will basically perform a backup of some user files.
Thanks,
thingsis