<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://microformats.org/wiki/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=ErmonDronr</id>
	<title>Microformats Wiki - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://microformats.org/wiki/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=ErmonDronr"/>
	<link rel="alternate" type="text/html" href="https://microformats.org/wiki/Special:Contributions/ErmonDronr"/>
	<updated>2026-04-05T20:27:50Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.38.4</generator>
	<entry>
		<id>https://microformats.org/wiki/index.php?title=hcalendar-irc-meetup-20060225&amp;diff=35955</id>
		<title>hcalendar-irc-meetup-20060225</title>
		<link rel="alternate" type="text/html" href="https://microformats.org/wiki/index.php?title=hcalendar-irc-meetup-20060225&amp;diff=35955"/>
		<updated>2008-12-20T03:13:55Z</updated>

		<summary type="html">&lt;p&gt;ErmonDronr: darrolva&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;elpascna&lt;br /&gt;
= Attendees =&lt;br /&gt;
* Mark Mansour&lt;br /&gt;
* Brian Suda&lt;br /&gt;
* Kevin Marks&lt;br /&gt;
* Ryan King&lt;br /&gt;
&lt;br /&gt;
= Source =&lt;br /&gt;
The [http://rbach.priv.at/Microformats-IRC/2006-02-25 hcalendar irc meetup on 20060225] attempted to solve the [http://microformats.org/wiki/hcalendar-issues issues listed on 2006-02-17].&lt;br /&gt;
&lt;br /&gt;
= hCalendar tests =&lt;br /&gt;
The LifeLint hCalendar tests are to be donated to microformats.org.  [[RyanKing]] will move these over to a subversion server at microformats.org.  No time was given for when these tests would be available at microformats.org.&lt;br /&gt;
&lt;br /&gt;
= The worth of a vcalendar class =&lt;br /&gt;
* vcalendar class allows multiple calendars to appear on the one web page&lt;br /&gt;
** this is not being done in the wild&lt;br /&gt;
* vcalendar class allows items to be added to a calendar object&lt;br /&gt;
** there are four properties on a calendar which are PRODID, VERSION, METHOD, CALSCALE.  VERSION is always 2.0 and does not look likely to change.  PRODID tells us who made the calendar, but if it gets transformed a new PRODID will be added - i.e. it gets overridden.  CALSCALE value is GREGORIAN as is the whole ical spec - there would have to be massive changes for this to be a different value.  The METHOD property is disucced in more detail in [http://www.ietf.org/rfc/rfc2446.txt iTIP] and defines the possible values.  It appears that calendar user agents ignore this anyway.  NOTE: If producing an ICS for consumption by Outlook, then the METHOD property must be set.  &lt;br /&gt;
&lt;br /&gt;
Therefore:&lt;br /&gt;
* the vcalendar class is not needed and it can be assumed that if a vevent is found on a page, then it is part of a hCalendar.&lt;br /&gt;
* when producing ICS files, the METHOD property on the VCALENDAR should be set to PUBLISH.&lt;br /&gt;
** The PUBLISH value seems to be the most suitable value as it works for all component types and posting information to a web page is equivalent to publishing a calendar.&lt;br /&gt;
&lt;br /&gt;
= Axis/Header layout of calendar data =&lt;br /&gt;
* There are no examples in the wild.  [[RyanKing]] and [http://suda.co.uk/ Brian Suda] have examples which they are going to make public.&lt;br /&gt;
&lt;br /&gt;
''Correction (later): there is an example in the wild: http://we05.com/program.cfm'' --[[User:RyanKing|RyanKing]] 12:08, 27 Feb 2006 (PST)&lt;br /&gt;
&lt;br /&gt;
= Components =&lt;br /&gt;
* The components defined by ical are VEVENT, VTODO, VALARM, VFREEBUSY, VJOURNAL and VTIMEZONE.  &lt;br /&gt;
* There are two places that components can exist, either as &amp;quot;components&amp;quot; or &amp;quot;subcomponents&amp;quot;&lt;br /&gt;
** components live directly inside a calendar -&amp;gt; VEVENT, VTODO, VFREEBUSY, VJOURNAL and VTIMEZONE&lt;br /&gt;
*** VTIMEZONE has been removed from ical-basic draft 04 so should probably be removed from hCalendar&lt;br /&gt;
*** the value of VJOURNAL has been questioned by [[RyanKing]] since since hAtom probably serves the same purpose.&lt;br /&gt;
*** VEVENT are currently allowed and are used in the wild&lt;br /&gt;
*** VALARMs may not appear at the same level as events (line 2864 of ical)&lt;br /&gt;
*** need to work out if VTODO, VFREEBUSY are worth having.&lt;br /&gt;
** subcomponents live within other components -&amp;gt; VALARM&lt;br /&gt;
*** VALARMs must be nested inside VEVENTs or VTODOs. (line 3912 of ical)&lt;br /&gt;
*** hCalendar does not support these at the moment&lt;br /&gt;
&lt;br /&gt;
Followup:&lt;br /&gt;
* find VTODOs, VFREEBUSYs and VALARMs in the wild&lt;br /&gt;
&lt;br /&gt;
= Fragments =&lt;br /&gt;
* As both [[RyanKing]] and [http://suda.co.uk/ Brian Suda] point out, the [http://svn.lifelint.com/hcalendar_tests/calendar-fragment.xml fragment hCalendar test] are wrong because:&lt;br /&gt;
** The [http://www.w3.org/TR/xhtml1/#C_8 XHTML spec] defines fragments to use the id attribute and the test was using the name attribute&lt;br /&gt;
** The child elements of a fragment should be inspected to determine values.&lt;/div&gt;</summary>
		<author><name>ErmonDronr</name></author>
	</entry>
</feed>