From: Jared <xe...@si...> - 2002-10-22 08:48:55
|
In explanation, the reason is that link <http://localhost/~eveatley/phpicalendar/calendars/Home.ics> is the direct download link of the iCal file itself. You need to point your browser to one of the PHP pages which will parse that iCal file and display it. For example: http://localhost/phpicalendar http://localhost/phpicalendar/index.php http://localhost/phpicalendar/day.php http://localhost/phpicalendar/week.php http://localhost/phpicalendar/month.php http://localhost/phpicalendar/year.php Any of those pages would work to display your calendar. As Chad said, you need only to point it at the first one and PHP will redirect you. -Jared On Monday, October 21, 2002, at 09:36 PM, Eve Atley wrote: > > I have been unable to access any SourceForge project page (but I can > access > Sourceforge itself), which I think is due to my firewall. I am new to > firewalls, having recently set up my own network, so I couldn't begin > to > tell you why this is... I can't traceroute, but I can ping. > > Regardless, my question is this. I have PHP 4.1.2 running on Mac OS X > 10.2.1. I installed phpicalendar 0.7 as indicated. When I attempt to > view my > calendars in the default directory (ie. > http://localhost/~eveatley/phpicalendar/calendars/Home.ics), I do not > receive a calendar - instead, I get only code, i.e.: > > > BEGIN:VCALENDAR > CALSCALE:GREGORIAN > X-WR-TIMEZONE;VALUE=TEXT:US/Pacific > PRODID:iCal > X-WR-CALNAME;VALUE=TEXT:Home > X-WR-RELCALID;VALUE=TEXT:BB9B43C2-C373-11D6-BB9D-003065C59510 > VERSION:2.0 > BEGIN:VEVENT > Etc. > Etc. > > Can anyone explain why this is happening? > > Thanks. > > - Eve Atley > > > > > ------------------------------------------------------- > This sf.net emial is sponsored by: Influence the future > of Java(TM) technology. Join the Java Community > Process(SM) (JCP(SM)) program now. > http://ad.doubleclick.net/clk;4699841;7576298;k?http://www.sun.com/ > javavote > _______________________________________________ > Phpicalendar-devel mailing list > Php...@li... > https://lists.sourceforge.net/lists/listinfo/phpicalendar-devel |