- Issue created by @joelpittet
- 🇨🇦Canada joelpittet Vancouver
Might be related to 📌 Improve views support for date recur base fields Active
The RRULE string stored in a date_recur field is currently not exposed to Views as a field. This makes it difficult to generate machine-readable feeds such as iCal (via the date_ical row plugin) or to otherwise export recurrence data for consumption by external tools.
While the RRULE is available as a Views filter (Date: recurring rule), it is not available as a Views field for output. Site builders and developers have no straightforward way to include the raw RRULE in feeds or templates without writing custom code.
Expose the raw RRULE string of a date_recur field as a Views field, similar to how the date or date range values are exposed.
This would allow site builders to:
Adds a new Views field option for date_recur fields titled something like “Date: Recurring rule” or “Date: RRULE”.
The RRULE string from a date_recur field is now available as a field in Views. This allows it to be included in machine-readable feeds such as iCal exports via the date_ical module.
Active
3.8
Code
Might be related to 📌 Improve views support for date recur base fields Active