RE: [PHP] iCalendar creation not working with Outlook [SOLVED]

2005-07-11 Thread Chris W. Parker
Daevid Vincent on Saturday, July 09, 2005 7:24 PM said: > I'm sure there's a better way to get the GMT time, as my way is a > total hack. I'm in PST btw, 7 hours from GMT, and I set the party > events to be 6 hours long arbitrarily. Adjust as desired. PST is normall

RE: [PHP] iCalendar creation not working with Outlook [SOLVED]

2005-07-09 Thread Daevid Vincent
90RBC DTSTAMP:Z DESCRIPTION: SUMMARY: PRIORITY:1 X-MICROSOFT-CDO-IMPORTANCE:2 CLASS:PUBLIC BEGIN:VALARM TRIGGER:-PT60M ACTION:DISPLAY DESCRIPTION:Reminder END:VALARM END:VEVENT END:VCALENDAR Calendar".mysql_errno().": ".mysql_error()."\n"; exit;} } //if vcal --

RE: [PHP] iCalendar creation not working with Outlook

2005-07-06 Thread Daevid Vincent
> *IS* it a Lunar based event, rather than Gregorian?... Honestly, I don't even know what the difference is. All I know is I want an event to appear on the date/time I gave it. I believe that error message is NOT the true problem (google searches all point to "\n" being the culprit) > > It works

Re: [PHP] iCalendar creation not working with Outlook

2005-07-06 Thread Richard Lynch
On Wed, July 6, 2005 4:28 pm, Daevid Vincent said: > I'm trying to implement this iCalendar/vCalendar that I saw at this URL > http://www.phpbuilder.com/columns/chow20021007.php3 > > Here is the error I get in Outlook: > "This error can appear if you have attempted to save a recurring Lunar > appoi

Re: [PHP] iCalendar creation not working with Outlook

2005-07-06 Thread Rasmus Lerdorf
Daevid Vincent wrote: > $db = mysql_connect ("localhost","user","password") or die ("Could not > connect to SQL server."); > mysql_select_db ("rbc",$db) or die ("Could not select RBC Database"); > > if (isset($_GET['id']) && intval($_GET['id'] > 0)) > { > $