This is a discussion on Re: [PHP] CVS TO ICAL within the PHP General forums, part of the PHP Programming Forums category; Always make sure you reply to the list... And yes, you can export as an ical format, just look at ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
Always make sure you reply to the list...
And yes, you can export as an ical format, just look at an ical file and format your output to it. It's just like doing the CSV/CVS/TXT or any other file, you just have to put it in the right format with the right extension when exporting. Wolf Mohamed Jama wrote: > Thanks for the reply Wolf, sorry if I wasn't clear I meant as in php > class I already have a class to export from my mysql database to cvs, > just wondering if its possible to do it the same and export as ical > format ? > > -----Original Message----- > From: Wolf [mailto:lonewolf@nc.rr.com] > Sent: 27 November 2007 17:52 > To: Mohamed Jama > Cc: php-general@lists.php.net > Subject: Re: [php] CVS TO ICAL > > cvs to ical from google: > http://www.google.com/search?q=convert%3A+cvs+to+ical&ie=utf-8&oe=utf-8& > aq=t&rls=org.mozilla:en-US:official&client=firefox-a > > mysql to ical from google: > http://www.google.com/search?hl=en&client=firefox-a&rls=org.mozilla%3Aen > -US%3Aofficial&hs=hBP&q=convert%3A+mysql+to+ical&bt nG=Search > > Looks like lots of ways to do it... > > Where is your script busted? > > Wolf > > ---- Mohamed Jama <mohamed.jama@biggroup.co.uk> wrote: >> >> >> Hey Guys just wondering if there is a away to convert a cvs to ical > file >> or how to import from mysql to ical format? >> > > |
|
|||
|
Wolf wrote:
> Always make sure you reply to the list... > > And yes, you can export as an ical format, just look at an ical file and > format your output to it. It's just like doing the CSV/CVS/TXT or any > other file, you just have to put it in the right format with the right > extension when exporting. sometimes you just get the urge to say something like "No that's impossible, PHP is completely incompatible with the iCal format, it's a non-ICal scripting language" or "No, the php-class-creation-magic-wand doesn't support iCal output generator functionality" .... but then that's probably because today is a virtual monday. > > Wolf > > Mohamed Jama wrote: >> Thanks for the reply Wolf, sorry if I wasn't clear I meant as in php >> class I already have a class to export from my mysql database to cvs, >> just wondering if its possible to do it the same and export as ical >> format ? >> >> -----Original Message----- >> From: Wolf [mailto:lonewolf@nc.rr.com] >> Sent: 27 November 2007 17:52 >> To: Mohamed Jama >> Cc: php-general@lists.php.net >> Subject: Re: [php] CVS TO ICAL >> >> cvs to ical from google: >> http://www.google.com/search?q=convert%3A+cvs+to+ical&ie=utf-8&oe=utf-8& >> aq=t&rls=org.mozilla:en-US:official&client=firefox-a >> >> mysql to ical from google: >> http://www.google.com/search?hl=en&client=firefox-a&rls=org.mozilla%3Aen >> -US%3Aofficial&hs=hBP&q=convert%3A+mysql+to+ical&bt nG=Search >> >> Looks like lots of ways to do it... >> >> Where is your script busted? >> >> Wolf >> >> ---- Mohamed Jama <mohamed.jama@biggroup.co.uk> wrote: >>> >>> >>> Hey Guys just wondering if there is a away to convert a cvs to ical >> file >>> or how to import from mysql to ical format? >>> >> > |