[uf-discuss] hcalendar - irregular repeat of identical meeting.

Ray Foulkes Ray.Foulkes at attglobal.net
Sun Mar 8 04:01:49 PST 2009


Glenn Jones wrote:

> <div class="the-event-info">
> 	<div class="summary">Title of event</div>
> 	<div class="description">A little bit of information about the
> event</div>
> 	<div class="location">location</div>
> </div>
> 
> Dates:
> <ul>
> 	<li class="vevent">
> 		<abbr class="dtstart" title="01-03-2009">Sunday 1st
> March</abbr>
> 		<object data="#the-event-info" class="include"
> type="text/html" width="1" height="1" style="display:none"></object>
> 	</li>
> 	<li class="vevent">
> 		<abbr class="dtstart" title="05-03-2009">Thursday 5th
> March</abbr>
> 		<object data="#the-event-info" class="include"
> type="text/html" width="1" height="1" style="display:none"></object>
> 	</li>
> 	<li class="vevent">
> 		<abbr class="dtstart" title="06-03-2009T15:45">Friday
> 6th March 3:45pm</abbr> - 
> 		<abbr class="dtend"
> title="06-03-2009T16:45">4:45pm</abbr>
> 		<object data="#the-event-info" class="include"
> type="text/html" width="1" height="1" style="display:none"></object>
> 	</li>
> </ul>
> 
Glenn, thanks for trying to help, but I cannot get the above to work at 
all. I pasted it in exactly as you have given to avoid added errors from 
me. It is not seen at all in Firefox by Operator or Tails and the result 
from X2V does not carry the information through to the events viz:
BEGIN:VCALENDAR
PRODID:-//suda.co.uk//X2V 0.9.2.1 (BETA)//EN
X-ORIGINAL-URL:http://pws.prserv.net/oignies/agenda_english.htm
X-WR-CALNAME;CHARSET=utf-8:Diary
VERSION:2.0
METHOD:PUBLISH
BEGIN:VEVENT
DTSTART;VALUE=DATE:01032009
END:VEVENT

BEGIN:VEVENT
DTSTART;VALUE=DATE:05032009
END:VEVENT

BEGIN:VEVENT
DTSTART;VALUE=DATE-TIME:06032009T001545
DTEND;VALUE=DATE-TIME:06032009T001645
END:VEVENT

So, as I said to Toby "time to get on draining the swamp" - sorry to 
have wasted your time. I intend either to double code the events by 
offering an ICS file or just encourage people to use Google calendars! 
I will leave in the microformat for the single event though.

Thanks for all your assistance,

Ray


More information about the microformats-discuss mailing list