solid / solidproject.org

Website for solidproject.org
https://solidproject.org
MIT License
150 stars 103 forks source link

Add events #857

Closed michielbdejong closed 6 months ago

michielbdejong commented 6 months ago

I wasn't sure how to mark the date of a single-day event but took inspiration from https://schema.org/Event#eg-0012 to just use startDate and leave out endDate. Happy to use a different predicate if there is a better one.

csarven commented 6 months ago

This is not a single day event. An event like this has a start and an end time (like the hour and the minute...). The predicates are fine. Just need to indicate the dateTime precision. It is also okay (in some cases) to use the same yyyy-mm-dd for the endDate but just don't make it human-visible. I'd suggest both: specify precise start/endDate and don't make the endDate visible to humans - don't need to touch CSS.