![]() |
2009-10-25
, 16:22
|
Posts: 162 |
Thanked: 351 times |
Joined on Apr 2006
@ Cotswolds, UK
|
#2
|
30 10 * * * /usr/bin/run-standalone.sh /usr/bin/gpe-calendar -c "My Calendar" -i std.ics
#!/bin/sh /usr/bin/gpe-calendar -c "My Calendar" -i std.ics >/tmp/gpe-calendar.log 2>&1
![]() |
2009-10-25
, 17:04
|
Posts: 145 |
Thanked: 32 times |
Joined on Dec 2007
|
#3
|
calendar (call it std.ics) to my n810
automatically via a cronjob.
No problem getting the calendar to the
n810.
But although this command works from
the terminal:
gpe-calendar -c "My Calendar" -i std.ics
it won't work from cron.
My cron line is this:
30 10 * * * /usr/bin/gpe-calendar -c "My Calendar" -i std.ics
It also fails if I call a script in cron
No errors are reported and cron reports that the
job has run ...
I'd really prefer not to have to manually import.
Any advice appreciated. TIA