postgres-rrule
postgres-rrule copied to clipboard
On rruleset, byhour/byminute do not function (value is read from DTSTART/UNTIL)
When setting hour/minute values on rruleset, they are not read properly and instead the DTSTART or UNTIL are read:

These function normally on regular rrule queries though:

I'm aware of this issue. Unfortunately, the spec is complicated and there isn't enough time to implement it fully.
Fair enough, I can perhaps look into it if I have the time. Otherwise I will just rebuild my forms on the UI so that the time is not separate from the date, and use the DTSTART to pass the time value of the event as well.
One thing that would help is if libraries like Python or Perl were always present on Postgres so they could be enabled. Doing this parsing and regex would be much easier in either of those languages :sweat_smile: