I have a recurrence table that stores the iCalendar RFC 5545 Recurrence Rule string. Ex:
FREQ=MONTHLY;INTERVAL=2
Does anyone know of any postgres functions similar to do the following?
get_events_between(date,date)
Where It would just query the recurrence table and parse the rrule string.