Sparrow0hawk / rse-calendar

A GitHub pages powered event calendar
https://sparrow0hawk.github.io/rse-calendar/
4 stars 4 forks source link

Flexible time description #61

Open chillenzer opened 1 year ago

chillenzer commented 1 year ago

In working through #56, we found that the reasonable looking format YYYY-MM-DD HH:MM is not supported. Maybe we should have a more flexible format to make the process of contributing more robust and accessible. I could envision a few routes:

The latter is kind of what currently happens by hand, so don't know if that would need automation (as long as you can handle it by hand likely not).

Sparrow0hawk commented 1 year ago

I've started to address this in #83 with more flexible time stamp parsing using python-dateutil. I will try and have a look at getting better messages from the GitHub action too.