[uf-discuss] vevent question - matching summary

Tom Byers tombaromba at gmail.com
Mon Dec 3 12:57:39 PST 2007


Hi Ryan, thanks for the help (and the additions to my vocabulary :) ),
I'm not on the right computer at the mo but I was roughing it out as
this before:

		<table summary="dates for the diary">
			<caption>Things I do in the week</caption>
			<thead>
				<th>Date</th>
				<th>Activity</th>
			</thead>
			<tbody>
				<tr class="vevent">
					<td>
						<h2>December 11th:</h2>
						<p>
						<abbr class="dtstart" title="2007-12-11T019:30:00">7.30pm</abbr> to
  						<abbr class="dtend" title="2007-12-11T021:30:00">9.30pm</abbr>
						</p>
					</td>
					<td>
						<p><span class="summary">Sculpture class:</span>
						<span class="description">New model, class 1 of 5</span></p>
						<p class="location">Camden, London</p>
					</td>
				</tr>
				<tr class="vevent">
					<td>
						<h2>December 18th:</h2>
						<p>
						<abbr class="dtstart" title="2007-12-18T019:30:00">7.30pm</abbr> to
  						<abbr class="dtend" title="2007-12-18T021:30:00">9.30pm</abbr>
						</p>
					</td>
					<td>
						<p><span class="summary">Sculpture class:</span>
						<span class="description">New model, class 2 of 5</span></p>
						<p class="location">Camden, London</p>
					</td>
				</tr>
			</tbody>
		</table>

On Dec 3, 2007 7:54 PM, ryan <ryan at theryanking.com> wrote:
>
> On Dec 3, 2007, at 9:51 AM, Tom Byers wrote:
>
> > Hi all, I'm trying to implement vevent on a calender. As in most
> > people's lives I have events that repeat (weekly classes, etc...) but
> > when I use the same summary, operator only chooses the first one - any
> > ideas (if this has been asked before, please point me in the right
> > direction)
>
> Operator applies some heuristics to de-dupe microformat instances on
> a single page. It sounds like identical SUMMARYs is one of those.
>
> Can we get a url to this page?
>
> -ryan
> _______________________________________________
> microformats-discuss mailing list
> microformats-discuss at microformats.org
> http://microformats.org/mailman/listinfo/microformats-discuss
>


More information about the microformats-discuss mailing list