Closed
Description
Is your feature request related to a problem? Please describe.
I am using the JSON output of the scheduler to tell my home automation system when to turn on/off the devices that power my show. When I used a holiday name instead of a specific date, that name comes through in the JSON and so I have to convert it back to a real date.
Describe the solution you'd like
Either a duplicate of some of the API calls that returns schedule data to use the actual date of the next instance of the holiday instead of the holiday name, or an option on the HTTP GET that will cause that to happen.
Describe alternatives you've considered
- Converting it myself
- Never using the holiday names in my schedule
Additional context
Add any other context or screenshots about the feature request here.