Open captn3m0 opened 6 months ago
Via https://github.com/endoflife-date/endoflife.date/pull/5035, Fedora maintains a schedule site: https://fedorapeople.org/groups/schedule/. This is generated via an externally managed calendar, which syncs to this repo in a XML format
What we want to pick out is the following task:
<Task> <Name>Final Target date #1</Name> <Start>2024-10-22T08:00:00</Start> <Finish>2024-10-22T08:00:00</Finish> </Task>
The EOL events are labeled differently across releases, but it should be possible to filter for them. Schedule is also available in JSON as well.
Via https://github.com/endoflife-date/endoflife.date/pull/5035, Fedora maintains a schedule site: https://fedorapeople.org/groups/schedule/. This is generated via an externally managed calendar, which syncs to this repo in a XML format
What we want to pick out is the following task:
The EOL events are labeled differently across releases, but it should be possible to filter for them. Schedule is also available in JSON as well.