Ruby, Java, and Python all have several very good libraries which allow you to handle rfc2445's rrule very well.
I've done an extremely comprehensive search for a class/library which will handle the rrule and return dates of recurrence, however I haven't found 1 library in PHP will do it.
I am going to begin to write a PHP library which similar functionality to Ruby's ice_cube, however before I begin I just want to ensure I'm not reinventing the wheel.
So that brings me to this question, am I reinventing the wheel? Did I fail to find a library already written which handles date recurrence in PHP?