RE: [PHP] Algorithm for repeating calendar events

2001-07-13 Thread Matthew Loff
/ Good luck! -Original Message- From: Michael Hall [mailto:[EMAIL PROTECTED]] Sent: Friday, July 13, 2001 9:13 AM To: [EMAIL PROTECTED] Subject: RE: [PHP] Algorithm for repeating calendar events This libmcal sounds like something I've been needing for another project. Unfortunately, I'm

Re: [PHP] Algorithm for repeating calendar events

2001-07-12 Thread Reuben D Budiardja
Great, I'd like to steal it too then :). I just check php.net, but couldn't find it. In what section would you put it? Thanks. Reuben D. Budiardja On Tuesday 10 July 2001 05:34 pm, Rasmus Lerdorf wrote: Have any of you seen those calendar applications that let you program events that

Re: [PHP] Algorithm for repeating calendar events

2001-07-12 Thread Rasmus Lerdorf
Not quite live yet. You'll see it when it goes live. By the way, there is a very complete date class in PEAR that has pretty much everything you would need to build a calendar app. See pear/Date/Calc.php -Rasmus On Thu, 12 Jul 2001, Reuben D Budiardja wrote: Great, I'd like to steal it too

RE: [PHP] Algorithm for repeating calendar events

2001-07-12 Thread Matthew Loff
: Rasmus Lerdorf [mailto:[EMAIL PROTECTED]] Sent: Thursday, July 12, 2001 2:28 PM To: Reuben D Budiardja Cc: php php Subject: Re: [PHP] Algorithm for repeating calendar events Not quite live yet. You'll see it when it goes live. By the way, there is a very complete date class in PEAR that has

Re: [PHP] Algorithm for repeating calendar events

2001-07-10 Thread Rasmus Lerdorf
Have any of you seen those calendar applications that let you program events that repeat periodically? You can set it to repeat every thursday, every week, every third week, every six months, and so on? I am developing such an application in PHP and I know that the client will ask for this