On Wed, 20 May 2009 17:35:58 +0200, Toby Inkster <t...@g5n.co.uk> wrote:
On Wed, 2009-05-20 at 14:56 +0200, Steven Pemberton wrote:
<span property="event:dtend" content="2009-04-25">24th April</span>
maybe if I add a time, so that it at least mentions the right date.
IIRC ISO 8601 has an interesting construction "T24:00" which represents
the very last instant of a particular day. So you could do:
<span property="event:dtend" content="2009-04-24T24:00:00"
>24th April</span>
xsd:dateTime does explicitly allow this notation. I can't remember
whether iCalendar / the RDF iCalendar vocab allows it though.
Yes, though conferences never go on till midnight, so I was thinking about
ending it a little earlier :-)
Steven