3
Feb
In the past, the ics file exported by WP-iCal would sometimes crash Rainlendar. Well, I just found out that the latest version of Rainlendar 0.22.1 seems to have fixed this problem.
The content of the ics file still needs some tweaks, but it’s already quite usable.
https://diamond.aladdin.cs.cmu.edu/dav/calendar/aladdin.ics
9:40 on February 10th, 2006
For the rainlendar users, here is a batch file that updates the ics file. Let’s say you put it in “C:\Program Files\Misc\upcal.bat”. (I assume you have wget installed and it is on your path.)
@echo off
pushd “%USERPROFILE%\My Documents”
del aladdin.ics
wget –no-check-certificate https://diamond.aladdin.cs.cmu.edu/dav/calendar/aladdin.ics
popd
Then you can use the task scheduler to have it run everyday. Issue this command in the cmd prompt:
at 06:00 /every:M,T,W,Th,F,S,Su “C:\Program Files\Misc\upcal.bat”