and the final version of the orage synchronisation script is :
t
ouch ~/calendar/basic.icsdate >> ~/calendar/google_download.logwhile test ! -s ~/calendar/basic.icsdowget -rK -nH http://www.google.com/calendar/ical/your_calendar_path/basic.ics -O ~/calendar/basic.ics -a ~/calendar/google_download.logsleep 30doneif test -s ~/calendar/basic.icsthenmv ~/.config/xfce4/orage/orage.ics ~/.config/xfce4/orage/orage_old.icsmv ~/calendar/basic.ics ~/.config/xfce4/orage/orage.icsfielegant, its is not, but it works.
This comment has been removed by a blog administrator.
ReplyDeletethis script does make one crucial assumption - that you are using xfce4 as a window manager.
ReplyDeleteIf you are not you will have to find the location of the ics file and modify the script accordingly.
As always, your mileage may vary
this script will not work with orage 4.5. In orage 4.5 the default location of the data file is ~/.local/share/orage/orage.ics
ReplyDeleteObviously you could modify the script to use the new file location but this is currently untested. Some assembly/experimentation is required :-)