
winfinit
User
Oct 31, 2007, 3:28 AM
Post #2 of 3
(1289 views)
|
Re: [adambaum] Using Webcal, Calendar not updating...
[In reply to]
|
Can't Post
|
|
http://winfinit.com/webcal/webcal.pl http://winfinit.com/webcal/webcal.add.pl http://winfinit.com/webcal/webcal.delete.pl well i downloaded that script, and it looks like it is pretty streight forward, you can see it working on my account just fine. the only thing that i needed to add to webcal.config.pl this ---- @datafiles = ( "/kunden/homepages/.../htdocs/winfinit/webcal/data.astro.txt", "/kunden/homepages/.../htdocs/winfinit/webcal/data.holidays.txt", "/kunden/homepages/.../htdocs/winfinit/webcal/data.jewish.txt", "/kunden/homepages/.../htdocs/winfinit/webcal/data.edit1.txt", #this line was added "/kunden/homepages/.../htdocs/winfinit/webcal/data.edit2.txt" #and this line was added ); ---- reason why those lines needs to be there is because your add.pl script writing all data into edit1 or edit2, and by default those files are not data files, so you just have to include those.
|