our team has been researching a right way to represent reucurrences and we've stumbled upon RRule https://www.rfc-editor.org/rfc/rfc2445 (specified in the iCalendar rfc).
i'm trying to write an rrule in which it would allow me to generate dates that are 29 days away from the first day of every month. so it would look like this: jan29, mar1, mar29, apr29.
what's the correct RRule expression here? or is it even possible?