[Ietf-calsify] Time Zone Rule Changeover

caleb at everyone.net (Caleb Richardson) Thu, 22 June 2006 18:42 UTC

From: "caleb at everyone.net"
Date: Thu, 22 Jun 2006 18:42:01 +0000
Subject: [Ietf-calsify] Time Zone Rule Changeover
Message-ID: <449B4614.2020107@everyone.net>
X-Date: Thu Jun 22 18:42:01 2006

This question concerns the switch from standard time to daylight savings 
time in the United States that will occur on March 11, 2007.

 From what I understand most versions of Outlook (and some other CUAs) 
can only process VTIMEZONE observances with at most one RRULE property. 
This has led most Olson database converters to discard all historical 
data and only use the most recent recurrence rule for each observance 
(if there are any).

The switchover on March 11, 2007 will be the first that uses a new time 
zone recurrence rule standardized by the Energy Policy Act of 2005. The 
previous rule would have required a switchover on April 1, 2007.

Which recurrence rule should I use?

If I use the old rule then recurring events that are still happening 
next spring will be 1 hour off for that window and for a similar window 
every year.

If I use the new rule then my events will be 1 hour off during a similar 
window this fall.

Has anyone come up with a solution to this problem? I realize that many 
CUAs (including mine) will look at the TZID parameter and try to use 
their own strict time zone definitions before parsing the included one, 
but I feel that this is a serious problem regardless.

Thanks,

Caleb Richardson

This VTIMEZONE definition uses the new recurrence rule:

BEGIN:VTIMEZONE
TZID:America/Los_Angeles
X-LIC-LOCATION:America/Los_Angeles
BEGIN:STANDARD
TZOFFSETFROM:-0700
TZOFFSETTO:-0800
TZNAME:EST
DTSTART:19701101T020000
RRULE:FREQ=YEARLY;BYMONTH=11;BYDAY=1SU
END:STANDARD
BEGIN:DAYLIGHT
TZOFFSETFROM:-0800
TZOFFSETTO:-0700
TZNAME:EDT
DTSTART:19700308T020000
RRULE:FREQ=YEARLY;BYMONTH=3;BYDAY=2SU
END:DAYLIGHT
END:VTIMEZONE

This VTIMEZONE definition uses the old recurrence rule.

BEGIN:VTIMEZONE
TZID:America/Los_Angeles
X-LIC-LOCATION:America/Los_Angeles
BEGIN:STANDARD
TZOFFSETFROM:-0700
TZOFFSETTO:-0800
TZNAME:PST
DTSTART:19701025T020000
RRULE:FREQ=YEARLY;BYMONTH=10;BYDAY=-1SU
END:STANDARD
BEGIN:DAYLIGHT
TZOFFSETFROM:-0800
TZOFFSETTO:-0700
TZNAME:PDT
DTSTART:19700405T020000
RRULE:FREQ=YEARLY;BYMONTH=4;BYDAY=1SU
END:DAYLIGHT
END:VTIMEZONE
From lear at cisco.com  Wed Jun 28 02:56:20 2006
From: lear at cisco.com (Eliot Lear)
Date: Wed Jun 28 02:56:26 2006
Subject: [Ietf-calsify] Time Zone Rule Changeover
In-Reply-To: <449B4614.2020107@everyone.net>
References: <449B4614.2020107@everyone.net>
Message-ID: <44A25244.8070200@cisco.com>

[Chair hat off...]

Caleb,

You'll notice that nobody has answered your question, and I will not
either.  When an implementation fails to conform a standard it is either
because the standard is difficult to implement or because the
implementor just didn't do a good enough job.  Now is the time to decide
which is true.  There is an issue tracker and an upcoming meeting of the
Calsify working group.  Now is the time to raise and discuss these sorts
of questions.

Let me say that anyone who wants a change in the status quo should in
general send text.  Lacking that it's very difficult to argue pros and
cons on each side.

Eliot

Caleb Richardson wrote:
> This question concerns the switch from standard time to daylight
> savings time in the United States that will occur on March 11, 2007.
>
> From what I understand most versions of Outlook (and some other CUAs)
> can only process VTIMEZONE observances with at most one RRULE
> property. This has led most Olson database converters to discard all
> historical data and only use the most recent recurrence rule for each
> observance (if there are any).
>
> The switchover on March 11, 2007 will be the first that uses a new
> time zone recurrence rule standardized by the Energy Policy Act of
> 2005. The previous rule would have required a switchover on April 1,
> 2007.
>
> Which recurrence rule should I use?
>
> If I use the old rule then recurring events that are still happening
> next spring will be 1 hour off for that window and for a similar
> window every year.
>
> If I use the new rule then my events will be 1 hour off during a
> similar window this fall.
>
> Has anyone come up with a solution to this problem? I realize that
> many CUAs (including mine) will look at the TZID parameter and try to
> use their own strict time zone definitions before parsing the included
> one, but I feel that this is a serious problem regardless.
>
> Thanks,
>
> Caleb Richardson
>
> This VTIMEZONE definition uses the new recurrence rule:
>
> BEGIN:VTIMEZONE
> TZID:America/Los_Angeles
> X-LIC-LOCATION:America/Los_Angeles
> BEGIN:STANDARD
> TZOFFSETFROM:-0700
> TZOFFSETTO:-0800
> TZNAME:EST
> DTSTART:19701101T020000
> RRULE:FREQ=YEARLY;BYMONTH=11;BYDAY=1SU
> END:STANDARD
> BEGIN:DAYLIGHT
> TZOFFSETFROM:-0800
> TZOFFSETTO:-0700
> TZNAME:EDT
> DTSTART:19700308T020000
> RRULE:FREQ=YEARLY;BYMONTH=3;BYDAY=2SU
> END:DAYLIGHT
> END:VTIMEZONE
>
> This VTIMEZONE definition uses the old recurrence rule.
>
> BEGIN:VTIMEZONE
> TZID:America/Los_Angeles
> X-LIC-LOCATION:America/Los_Angeles
> BEGIN:STANDARD
> TZOFFSETFROM:-0700
> TZOFFSETTO:-0800
> TZNAME:PST
> DTSTART:19701025T020000
> RRULE:FREQ=YEARLY;BYMONTH=10;BYDAY=-1SU
> END:STANDARD
> BEGIN:DAYLIGHT
> TZOFFSETFROM:-0800
> TZOFFSETTO:-0700
> TZNAME:PDT
> DTSTART:19700405T020000
> RRULE:FREQ=YEARLY;BYMONTH=4;BYDAY=1SU
> END:DAYLIGHT
> END:VTIMEZONE
> _______________________________________________
> Ietf-calsify mailing list
> Ietf-calsify@osafoundation.org
> http://lists.osafoundation.org/mailman/listinfo/ietf-calsify
>
From lear at cisco.com  Wed Jun 28 23:46:17 2006
From: lear at cisco.com (Eliot Lear)
Date: Wed Jun 28 23:46:24 2006
Subject: [Ietf-calsify] current open issues
Message-ID: <44A37739.10905@cisco.com>

Dear all,

Here is a list of all of the current open issues.  Now is the time to
get other issues out on the table so we can discuss them at the IETF
meeting in Montreal.  You can find this list at
http://www.ofcourseimright.com/cgi-bin/roundup/calsify.  All authors
have submitted updated versions of their drafts for discussion at IETF.

Eliot

ID 	Activity 	Title 	Status 	Creator 	Assigned To
(no priority set)
16 	2 weeks ago 	when BY extends past last occurrence
<http://www.ofcourseimright.com/cgi-bin/roundup/calsify/issue16>
unread 	lear 	 
bug
10 	6 days ago 	Reinhold Kainhofer: end date not inclusive
<http://www.ofcourseimright.com/cgi-bin/roundup/calsify/issue10>
unread 	lear 	bernard.desruisseaux
8 	6 days ago 	Reinhold Kainhofer: Deprecate P1D or P24H?
<http://www.ofcourseimright.com/cgi-bin/roundup/calsify/issue8>
chatting 	lear 	bernard.desruisseaux
14 	2 weeks ago 	Reinhold Kainhofer: meaning of DTSTART/DTEND with
recurrence rules
<http://www.ofcourseimright.com/cgi-bin/roundup/calsify/issue14>
unread 	lear 	bernard.desruisseaux
13 	2 weeks ago 	Reinhold Kainhofer: confusion in DTSTART text about "if
specified" and BY rules
<http://www.ofcourseimright.com/cgi-bin/roundup/calsify/issue13>
unread 	lear 	bernard.desruisseaux
12 	2 weeks ago 	Reinhold Kainhofer: VTIMEZONE error in RFC 2445?
<http://www.ofcourseimright.com/cgi-bin/roundup/calsify/issue12>
unread 	lear 	bernard.desruisseaux
9 	2 weeks ago 	Reinhold Kainhofer: Recurring Events: Start/End Time
<http://www.ofcourseimright.com/cgi-bin/roundup/calsify/issue9>
unread 	lear 	bernard.desruisseaux
7 	2 weeks ago 	Andrew N. Dowden: rfc 2445 - typo correction(s)
<http://www.ofcourseimright.com/cgi-bin/roundup/calsify/issue7>
unread 	lear 	bernard.desruisseaux
6 	2 weeks ago 	"Corrections" from Oliver Block
<http://www.ofcourseimright.com/cgi-bin/roundup/calsify/issue6>
unread 	lear 	bernard.desruisseaux
5 	4 weeks ago 	proposed changes to RRULE / EXDATE
<http://www.ofcourseimright.com/cgi-bin/roundup/calsify/issue5>
unread 	lear 	bernard.desruisseaux
4 	4 weeks ago 	Example error
<http://www.ofcourseimright.com/cgi-bin/roundup/calsify/issue4>
unread 	lear 	bernard.desruisseaux
3 	4 weeks ago 	bunch of other typos
<http://www.ofcourseimright.com/cgi-bin/roundup/calsify/issue3>
unread 	lear 	bernard.desruisseaux
2 	4 weeks ago 	typo in VTODO
<http://www.ofcourseimright.com/cgi-bin/roundup/calsify/issue2>
unread 	lear 	bernard.desruisseaux
1 	4 weeks ago 	Do we relax or clarify the line length limit?
<http://www.ofcourseimright.com/cgi-bin/roundup/calsify/issue1>
unread 	lear 	bernard.desruisseaux
feature
11 	2 weeks ago 	Reinhold Kainhofer: additional examples, VTIMEZONEs,
RRULEs
<http://www.ofcourseimright.com/cgi-bin/roundup/calsify/issue11>
unread 	lear 	bernard.desruisseaux


-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.osafoundation.org/pipermail/ietf-calsify/attachments/20060629/5716c931/attachment.html
From Internet-Drafts at ietf.org  Wed Jun 28 23:50:01 2006
From: Internet-Drafts at ietf.org (Internet-Drafts@ietf.org)
Date: Wed Jun 28 23:50:14 2006
Subject: [Ietf-calsify] I-D ACTION:draft-ietf-calsify-2446bis-02.txt 
Message-ID: <E1FvqLh-00006n-NV@stiedprstage1.ietf.org>

A New Internet-Draft is available from the on-line Internet-Drafts directories.
This draft is a work item of the Calendaring and Scheduling Standards Simplification Working Group of the IETF.

	Title		: iCalendar Transport-Independent Interoperability Protocol (iTIP)
	Author(s)	: C. Daboo
	Filename	: draft-ietf-calsify-2446bis-02.txt
	Pages		: 122
	Date		: 2006-6-28
	
This document specifies a protocol using the iCalendar object
   specification to provide scheduling interoperability between
   different calendar systems.  This is done without reference to a
   specific transport protocol so as to allow multiple methods of
   communication between systems.  Subsequent documents will define
   profiles of this protocol using specific interoperable methods of
   communications between systems.

   iTIP complements the iCalendar object specification by adding
   semantics for group scheduling methods commonly available in current
   calendar systems.  These scheduling methods permit two or more
   calendar systems to perform transactions such as publish, schedule,
   reschedule, respond to scheduling requests, negotiation of changes or
   cancel.

A URL for this Internet-Draft is:
http://www.ietf.org/internet-drafts/draft-ietf-calsify-2446bis-02.txt

To remove yourself from the I-D Announcement list, send a message to 
i-d-announce-request@ietf.org with the word unsubscribe in the body of the message.  
You can also visit https://www1.ietf.org/mailman/listinfo/I-D-announce 
to change your subscription settings.


Internet-Drafts are also available by anonymous FTP. Login with the username
"anonymous" and a password of your e-mail address. After logging in,
type "cd internet-drafts" and then
	"get draft-ietf-calsify-2446bis-02.txt".

A list of Internet-Drafts directories can be found in
http://www.ietf.org/shadow.html 
or ftp://ftp.ietf.org/ietf/1shadow-sites.txt


Internet-Drafts can also be obtained by e-mail.

Send a message to:
	mailserv@ietf.org.
In the body type:
	"FILE /internet-drafts/draft-ietf-calsify-2446bis-02.txt".
	
NOTE:	The mail server at ietf.org can return the document in
	MIME-encoded form by using the "mpack" utility.  To use this
	feature, insert the command "ENCODING mime" before the "FILE"
	command.  To decode the response(s), you will need "munpack" or
	a MIME-compliant mail reader.  Different MIME-compliant mail readers
	exhibit different behavior, especially when dealing with
	"multipart" MIME messages (i.e. documents which have been split
	up into multiple messages), so check your local documentation on
	how to manipulate these messages.
		
		
Below is the data which will enable a MIME compliant mail reader
implementation to automatically retrieve the ASCII version of the
Internet-Draft.
-------------- next part --------------
Skipped content of type multipart/alternative
From bernard.desruisseaux at oracle.com  Thu Jun 29 12:31:18 2006
From: bernard.desruisseaux at oracle.com (Bernard Desruisseaux)
Date: Thu Jun 29 12:32:21 2006
Subject: [Ietf-calsify] draft-ietf-calsify-rfc2445bis-01.txt
Message-ID: <44A42A86.7090602@oracle.com>

Folks,

I've submitted draft -01 of rfc2445bis last week.
While it has not been announced yet, it is already
available online:

http://www.ietf.org/internet-drafts/draft-ietf-calsify-rfc2445bis-01.txt

I also uploaded an HTML version that tracks all the
changes I did to the draft on the IETF Tools web site:

http://tools.ietf.org/wg/calsify/draft-ietf-calsify-rfc2445bis/draft-ietf-calsify-rfc2445bis-01.html

Cheers,
Bernard
From aki.niemi at nokia.com  Fri Jun 30 03:36:30 2006
From: aki.niemi at nokia.com (Aki Niemi)
Date: Fri Jun 30 03:37:14 2006
Subject: [Ietf-calsify] Draft agenda for IETF66
Message-ID: <44A4FEAE.40802@nokia.com>

IETF66 Agenda
CALSIFY WG session
Wednesday, July 12, 2006
09:00 - 11:30

1. Agenda bash 			(Aki Niemi) 		5min

2. Rechartering update 		(Aki Niemi) 		10min

3. RFC2445bis issues 		(Bernard Desruisseaux)  60min	
   draft-ietf-calsify-rfc2445bis-01.txt

4. RFC2446bis issues		(Cyrus Daboo)		45min
   draft-ietf-calsify-2446bis-02.txt

5. RFC2447bis issues		(Alexey Melnikov)	20min
   draft-ietf-calsify-rfc2447bis-02.txt

6. General discussion		(Aki Niemi)		10min

7. AOB if time permits

Close at 11:30

Return-Path: <aki.niemi@nokia.com>
X-Original-To: ietf-calsify@osafoundation.org
Delivered-To: ietf-calsify@osafoundation.org
Received: from laweleka.osafoundation.org (laweleka.osafoundation.org [204.152.186.98]) by leilani.osafoundation.org (Postfix) with ESMTP id A63767F8EC for <ietf-calsify@osafoundation.org>; Fri, 30 Jun 2006 03:37:12 -0700 (PDT)
Received: from localhost (localhost [127.0.0.1]) by laweleka.osafoundation.org (Postfix) with ESMTP id 97F3D1422AD for <ietf-calsify@osafoundation.org>; Fri, 30 Jun 2006 03:37:12 -0700 (PDT)
Received: from laweleka.osafoundation.org ([127.0.0.1]) by localhost (laweleka.osafoundation.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 13336-03 for <ietf-calsify@osafoundation.org>; Fri, 30 Jun 2006 03:37:11 -0700 (PDT)
Received: from mgw-ext14.nokia.com (mgw-ext14.nokia.com [131.228.20.173]) (using TLSv1 with cipher EDH-RSA-DES-CBC3-SHA (168/168 bits)) (No client certificate requested) by laweleka.osafoundation.org (Postfix) with ESMTP id CFB901422A1 for <ietf-calsify@osafoundation.org>; Fri, 30 Jun 2006 03:37:10 -0700 (PDT)
Received: from esebh106.NOE.Nokia.com (esebh106.ntc.nokia.com [172.21.138.213]) by mgw-ext14.nokia.com (Switch-3.1.8/Switch-3.1.7) with ESMTP id k5UAb7OG014872 for <ietf-calsify@osafoundation.org>; Fri, 30 Jun 2006 13:37:08 +0300
Received: from esebh001.NOE.Nokia.com ([172.21.138.28]) by esebh106.NOE.Nokia.com with Microsoft SMTPSVC(6.0.3790.1830);  Fri, 30 Jun 2006 13:36:32 +0300
Received: from [172.21.34.230] ([172.21.34.230]) by esebh001.NOE.Nokia.com with Microsoft SMTPSVC(5.0.2195.6881);  Fri, 30 Jun 2006 13:36:33 +0300
Message-ID: <44A4FEAE.40802@nokia.com>
Date: Fri, 30 Jun 2006 13:36:30 +0300
From: Aki Niemi <aki.niemi@nokia.com>
User-Agent: Thunderbird 1.5 (X11/20051201)
MIME-Version: 1.0
To: Calsify <ietf-calsify@osafoundation.org>
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 7bit
X-OriginalArrivalTime: 30 Jun 2006 10:36:33.0104 (UTC) FILETIME=[0E216D00:01C69C31]
X-Virus-Scanned: by amavisd-new and clamav at osafoundation.org
X-Spam-Status: No, hits=-0.4 tagged_above=-50.0 required=4.0 tests=AWL
X-Spam-Level: 
Subject: [Ietf-calsify] Draft agenda for IETF66
X-BeenThere: ietf-calsify@osafoundation.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: ietf-calsify.osafoundation.org
List-Unsubscribe: <http://lists.osafoundation.org/mailman/listinfo/ietf-calsify>,  <mailto:ietf-calsify-request@osafoundation.org?subject=unsubscribe>
List-Archive: <http://lists.osafoundation.org/pipermail/ietf-calsify>
List-Post: <mailto:ietf-calsify@osafoundation.org>
List-Help: <mailto:ietf-calsify-request@osafoundation.org?subject=help>
List-Subscribe: <http://lists.osafoundation.org/mailman/listinfo/ietf-calsify>,  <mailto:ietf-calsify-request@osafoundation.org?subject=subscribe>
X-List-Received-Date: Fri, 30 Jun 2006 10:37:12 -0000

IETF66 Agenda
CALSIFY WG session
Wednesday, July 12, 2006
09:00 - 11:30

1. Agenda bash 			(Aki Niemi) 		5min

2. Rechartering update 		(Aki Niemi) 		10min

3. RFC2445bis issues 		(Bernard Desruisseaux)  60min	
   draft-ietf-calsify-rfc2445bis-01.txt

4. RFC2446bis issues		(Cyrus Daboo)		45min
   draft-ietf-calsify-2446bis-02.txt

5. RFC2447bis issues		(Alexey Melnikov)	20min
   draft-ietf-calsify-rfc2447bis-02.txt

6. General discussion		(Aki Niemi)		10min

7. AOB if time permits

Close at 11:30


Return-Path: <bernard.desruisseaux@oracle.com>
X-Original-To: ietf-calsify@osafoundation.org
Delivered-To: ietf-calsify@osafoundation.org
Received: from laweleka.osafoundation.org (laweleka.osafoundation.org [204.152.186.98]) by leilani.osafoundation.org (Postfix) with ESMTP id 43F7D7F8C8 for <ietf-calsify@osafoundation.org>; Thu, 29 Jun 2006 12:32:20 -0700 (PDT)
Received: from localhost (localhost [127.0.0.1]) by laweleka.osafoundation.org (Postfix) with ESMTP id 362AE14229F for <ietf-calsify@osafoundation.org>; Thu, 29 Jun 2006 12:32:20 -0700 (PDT)
Received: from laweleka.osafoundation.org ([127.0.0.1]) by localhost (laweleka.osafoundation.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 13444-05 for <ietf-calsify@osafoundation.org>; Thu, 29 Jun 2006 12:32:18 -0700 (PDT)
Received: from rgminet01.oracle.com (rgminet01.oracle.com [148.87.113.118]) (using TLSv1 with cipher EDH-RSA-DES-CBC3-SHA (168/168 bits)) (No client certificate requested) by laweleka.osafoundation.org (Postfix) with ESMTP id C14BA142294 for <ietf-calsify@osafoundation.org>; Thu, 29 Jun 2006 12:32:18 -0700 (PDT)
Received: from rgmsgw300.us.oracle.com (rgmsgw300.us.oracle.com [138.1.186.49]) by rgminet01.oracle.com (Switch-3.1.6/Switch-3.1.6) with ESMTP id k5TJWHai020088 for <ietf-calsify@osafoundation.org>; Thu, 29 Jun 2006 13:32:17 -0600
Received: from [10.156.42.83] (bdesruis-ca.ca.oracle.com [10.156.42.83]) by rgmsgw300.us.oracle.com (Switch-3.1.7/Switch-3.1.7) with ESMTP id k5TJWGBF015406 (version=TLSv1/SSLv3 cipher=RC4-MD5 bits=128 verify=NO); Thu, 29 Jun 2006 13:32:16 -0600
Message-ID: <44A42A86.7090602@oracle.com>
Date: Thu, 29 Jun 2006 15:31:18 -0400
From: Bernard Desruisseaux <bernard.desruisseaux@oracle.com>
User-Agent: Thunderbird 1.5.0.4 (Windows/20060516)
MIME-Version: 1.0
To: Calsify WG <ietf-calsify@osafoundation.org>
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding: 7bit
X-Brightmail-Tracker: AAAAAQAAAAI=
X-Whitelist: TRUE
X-Virus-Scanned: by amavisd-new and clamav at osafoundation.org
X-Spam-Status: No, hits=-0.8 tagged_above=-50.0 required=4.0 tests=AWL
X-Spam-Level: 
Subject: [Ietf-calsify] draft-ietf-calsify-rfc2445bis-01.txt
X-BeenThere: ietf-calsify@osafoundation.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: ietf-calsify.osafoundation.org
List-Unsubscribe: <http://lists.osafoundation.org/mailman/listinfo/ietf-calsify>,  <mailto:ietf-calsify-request@osafoundation.org?subject=unsubscribe>
List-Archive: <http://lists.osafoundation.org/pipermail/ietf-calsify>
List-Post: <mailto:ietf-calsify@osafoundation.org>
List-Help: <mailto:ietf-calsify-request@osafoundation.org?subject=help>
List-Subscribe: <http://lists.osafoundation.org/mailman/listinfo/ietf-calsify>,  <mailto:ietf-calsify-request@osafoundation.org?subject=subscribe>
X-List-Received-Date: Thu, 29 Jun 2006 19:32:20 -0000

Folks,

I've submitted draft -01 of rfc2445bis last week.
While it has not been announced yet, it is already
available online:

http://www.ietf.org/internet-drafts/draft-ietf-calsify-rfc2445bis-01.txt

I also uploaded an HTML version that tracks all the
changes I did to the draft on the IETF Tools web site:

http://tools.ietf.org/wg/calsify/draft-ietf-calsify-rfc2445bis/draft-ietf-calsify-rfc2445bis-01.html

Cheers,
Bernard


Return-Path: <ietf@ietf.org>
X-Original-To: ietf-calsify@osafoundation.org
Delivered-To: ietf-calsify@osafoundation.org
Received: from laweleka.osafoundation.org (laweleka.osafoundation.org [204.152.186.98]) by leilani.osafoundation.org (Postfix) with ESMTP id 966807F897 for <ietf-calsify@osafoundation.org>; Wed, 28 Jun 2006 23:50:12 -0700 (PDT)
Received: from localhost (localhost [127.0.0.1]) by laweleka.osafoundation.org (Postfix) with ESMTP id 878A41422E0 for <ietf-calsify@osafoundation.org>; Wed, 28 Jun 2006 23:50:12 -0700 (PDT)
Received: from laweleka.osafoundation.org ([127.0.0.1]) by localhost (laweleka.osafoundation.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 24399-08 for <ietf-calsify@osafoundation.org>; Wed, 28 Jun 2006 23:50:10 -0700 (PDT)
Received: from pine.neustar.com (pine.neustar.com [209.173.57.70]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by laweleka.osafoundation.org (Postfix) with ESMTP id DF4CB1422DF for <ietf-calsify@osafoundation.org>; Wed, 28 Jun 2006 23:50:09 -0700 (PDT)
Received: from stiedprstage1.ietf.org (stiedprstage1.va.neustar.com [10.31.47.10]) by pine.neustar.com (8.12.8/8.12.8) with ESMTP id k5T6o1UA009276 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Thu, 29 Jun 2006 06:50:02 GMT
Received: from ietf by stiedprstage1.ietf.org with local (Exim 4.43) id 1FvqLh-00006n-NV; Thu, 29 Jun 2006 02:50:01 -0400
Content-Type: Multipart/Mixed; Boundary="NextPart"
Mime-Version: 1.0
To: i-d-announce@ietf.org
From: Internet-Drafts@ietf.org
Message-Id: <E1FvqLh-00006n-NV@stiedprstage1.ietf.org>
Date: Thu, 29 Jun 2006 02:50:01 -0400
X-Virus-Scanned: by amavisd-new and clamav at osafoundation.org
X-Spam-Status: No, hits=-0.3 tagged_above=-50.0 required=4.0 tests=AWL, MIME_BOUND_NEXTPART, NO_REAL_NAME
X-Spam-Level: 
Cc: ietf-calsify@osafoundation.org
Subject: [Ietf-calsify] I-D ACTION:draft-ietf-calsify-2446bis-02.txt 
X-BeenThere: ietf-calsify@osafoundation.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: ietf-calsify.osafoundation.org
List-Unsubscribe: <http://lists.osafoundation.org/mailman/listinfo/ietf-calsify>,  <mailto:ietf-calsify-request@osafoundation.org?subject=unsubscribe>
List-Archive: <http://lists.osafoundation.org/pipermail/ietf-calsify>
List-Post: <mailto:ietf-calsify@osafoundation.org>
List-Help: <mailto:ietf-calsify-request@osafoundation.org?subject=help>
List-Subscribe: <http://lists.osafoundation.org/mailman/listinfo/ietf-calsify>,  <mailto:ietf-calsify-request@osafoundation.org?subject=subscribe>
X-List-Received-Date: Thu, 29 Jun 2006 06:50:12 -0000

--NextPart

A New Internet-Draft is available from the on-line Internet-Drafts directories.
This draft is a work item of the Calendaring and Scheduling Standards Simplification Working Group of the IETF.

	Title		: iCalendar Transport-Independent Interoperability Protocol (iTIP)
	Author(s)	: C. Daboo
	Filename	: draft-ietf-calsify-2446bis-02.txt
	Pages		: 122
	Date		: 2006-6-28
	
This document specifies a protocol using the iCalendar object
   specification to provide scheduling interoperability between
   different calendar systems.  This is done without reference to a
   specific transport protocol so as to allow multiple methods of
   communication between systems.  Subsequent documents will define
   profiles of this protocol using specific interoperable methods of
   communications between systems.

   iTIP complements the iCalendar object specification by adding
   semantics for group scheduling methods commonly available in current
   calendar systems.  These scheduling methods permit two or more
   calendar systems to perform transactions such as publish, schedule,
   reschedule, respond to scheduling requests, negotiation of changes or
   cancel.

A URL for this Internet-Draft is:
http://www.ietf.org/internet-drafts/draft-ietf-calsify-2446bis-02.txt

To remove yourself from the I-D Announcement list, send a message to 
i-d-announce-request@ietf.org with the word unsubscribe in the body of the message.  
You can also visit https://www1.ietf.org/mailman/listinfo/I-D-announce 
to change your subscription settings.


Internet-Drafts are also available by anonymous FTP. Login with the username
"anonymous" and a password of your e-mail address. After logging in,
type "cd internet-drafts" and then
	"get draft-ietf-calsify-2446bis-02.txt".

A list of Internet-Drafts directories can be found in
http://www.ietf.org/shadow.html 
or ftp://ftp.ietf.org/ietf/1shadow-sites.txt


Internet-Drafts can also be obtained by e-mail.

Send a message to:
	mailserv@ietf.org.
In the body type:
	"FILE /internet-drafts/draft-ietf-calsify-2446bis-02.txt".
	
NOTE:	The mail server at ietf.org can return the document in
	MIME-encoded form by using the "mpack" utility.  To use this
	feature, insert the command "ENCODING mime" before the "FILE"
	command.  To decode the response(s), you will need "munpack" or
	a MIME-compliant mail reader.  Different MIME-compliant mail readers
	exhibit different behavior, especially when dealing with
	"multipart" MIME messages (i.e. documents which have been split
	up into multiple messages), so check your local documentation on
	how to manipulate these messages.
		
		
Below is the data which will enable a MIME compliant mail reader
implementation to automatically retrieve the ASCII version of the
Internet-Draft.

--NextPart
Content-Type: Multipart/Alternative; Boundary="OtherAccess"

--OtherAccess
Content-Type: Message/External-body; access-type="mail-server";
	server="mailserv@ietf.org"

Content-Type: text/plain
Content-ID: <2006-6-28201050.I-D@ietf.org>

ENCODING mime
FILE /internet-drafts/draft-ietf-calsify-2446bis-02.txt

--OtherAccess
Content-Type: Message/External-body; name="draft-ietf-calsify-2446bis-02.txt";
	site="ftp.ietf.org"; access-type="anon-ftp";
	directory="internet-drafts"

Content-Type: text/plain
Content-ID: <2006-6-28201050.I-D@ietf.org>


--OtherAccess--

--NextPart--



Return-Path: <lear@cisco.com>
X-Original-To: ietf-calsify@osafoundation.org
Delivered-To: ietf-calsify@osafoundation.org
Received: from laweleka.osafoundation.org (laweleka.osafoundation.org [204.152.186.98]) by leilani.osafoundation.org (Postfix) with ESMTP id 3C2D47F897 for <ietf-calsify@osafoundation.org>; Wed, 28 Jun 2006 23:46:23 -0700 (PDT)
Received: from localhost (localhost [127.0.0.1]) by laweleka.osafoundation.org (Postfix) with ESMTP id 2C2561422D5 for <ietf-calsify@osafoundation.org>; Wed, 28 Jun 2006 23:46:23 -0700 (PDT)
Received: from laweleka.osafoundation.org ([127.0.0.1]) by localhost (laweleka.osafoundation.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 04658-06 for <ietf-calsify@osafoundation.org>; Wed, 28 Jun 2006 23:46:20 -0700 (PDT)
Received: from sj-iport-2.cisco.com (sj-iport-2-in.cisco.com [171.71.176.71]) by laweleka.osafoundation.org (Postfix) with ESMTP id 7B2ED14229B for <ietf-calsify@osafoundation.org>; Wed, 28 Jun 2006 23:46:20 -0700 (PDT)
Received: from sj-dkim-4.cisco.com ([171.71.179.196]) by sj-iport-2.cisco.com with ESMTP; 28 Jun 2006 23:46:20 -0700
X-IronPort-AV: i="4.06,190,1149490800";  d="scan'208,217"; a="326166313:sNHT49682800"
Received: from sj-core-1.cisco.com (sj-core-1.cisco.com [171.71.177.237]) by sj-dkim-4.cisco.com (8.12.11/8.12.11) with ESMTP id k5T6kKlP004432 for <ietf-calsify@osafoundation.org>; Wed, 28 Jun 2006 23:46:20 -0700
Received: from imail.cisco.com (sjc12-sbr-sw3-3f5.cisco.com [172.19.96.182]) by sj-core-1.cisco.com (8.12.10/8.12.6) with ESMTP id k5T6kK9s015244 for <ietf-calsify@osafoundation.org>; Wed, 28 Jun 2006 23:46:20 -0700 (PDT)
Received: from [212.254.247.3] (ams3-vpn-dhcp4172.cisco.com [10.61.80.75]) by imail.cisco.com (8.12.11/8.12.10) with ESMTP id k5T6fB0l030638 for <ietf-calsify@osafoundation.org>; Wed, 28 Jun 2006 23:41:12 -0700
Message-ID: <44A37739.10905@cisco.com>
Date: Thu, 29 Jun 2006 08:46:17 +0200
From: Eliot Lear <lear@cisco.com>
User-Agent: Thunderbird 1.5.0.4 (Macintosh/20060530)
MIME-Version: 1.0
To: "ietf-calsify@osafoundation.org" <ietf-calsify@osafoundation.org>
Content-Type: multipart/alternative; boundary="------------040309040108000402050400"
Authentication-Results: sj-dkim-4.cisco.com; header.From=lear@cisco.com; dkim=pass ( 60 extraneous bytes; sig from cisco.com verified; ); 
DKIM-Signature: a=rsa-sha1; q=dns; l=8807; t=1151563580; x=1152427580; c=relaxed/simple; s=sjdkim4001; h=Content-Type:From:Subject:Content-Transfer-Encoding:MIME-Version; d=cisco.com; i=lear@cisco.com; z=From:Eliot=20Lear=20<lear@cisco.com> |Subject:current=20open=20issues; X=v=3Dcisco.com=3B=20h=3Dq+hAp7YxzIOE5ML1jE2dzEu3pjA=3D; b=an+G4TQ3UNHuzi8YbK2HroilClh7Bo2sGSH2k9UTGFVDkWxCUHFnRgkXfKJnW2C0093L5sGk fW4+Pv4IG2mlVe5jJ/9yijR+ycKnD95+xhR+2zaLC/vEM09BjrcMkaET;
X-Virus-Scanned: by amavisd-new and clamav at osafoundation.org
X-Spam-Status: No, hits=-0.5 tagged_above=-50.0 required=4.0 tests=AWL, HTML_MESSAGE, HTML_TAG_EXIST_TBODY, TO_ADDRESS_EQ_REAL
X-Spam-Level: 
Subject: [Ietf-calsify] current open issues
X-BeenThere: ietf-calsify@osafoundation.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: ietf-calsify.osafoundation.org
List-Unsubscribe: <http://lists.osafoundation.org/mailman/listinfo/ietf-calsify>,  <mailto:ietf-calsify-request@osafoundation.org?subject=unsubscribe>
List-Archive: <http://lists.osafoundation.org/pipermail/ietf-calsify>
List-Post: <mailto:ietf-calsify@osafoundation.org>
List-Help: <mailto:ietf-calsify-request@osafoundation.org?subject=help>
List-Subscribe: <http://lists.osafoundation.org/mailman/listinfo/ietf-calsify>,  <mailto:ietf-calsify-request@osafoundation.org?subject=subscribe>
X-List-Received-Date: Thu, 29 Jun 2006 06:46:23 -0000

This is a multi-part message in MIME format.
--------------040309040108000402050400
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: 7bit

Dear all,

Here is a list of all of the current open issues.  Now is the time to
get other issues out on the table so we can discuss them at the IETF
meeting in Montreal.  You can find this list at
http://www.ofcourseimright.com/cgi-bin/roundup/calsify.  All authors
have submitted updated versions of their drafts for discussion at IETF.

Eliot

ID 	Activity 	Title 	Status 	Creator 	Assigned To
(no priority set)
16 	2 weeks ago 	when BY extends past last occurrence
<http://www.ofcourseimright.com/cgi-bin/roundup/calsify/issue16>
unread 	lear 	 
bug
10 	6 days ago 	Reinhold Kainhofer: end date not inclusive
<http://www.ofcourseimright.com/cgi-bin/roundup/calsify/issue10>
unread 	lear 	bernard.desruisseaux
8 	6 days ago 	Reinhold Kainhofer: Deprecate P1D or P24H?
<http://www.ofcourseimright.com/cgi-bin/roundup/calsify/issue8>
chatting 	lear 	bernard.desruisseaux
14 	2 weeks ago 	Reinhold Kainhofer: meaning of DTSTART/DTEND with
recurrence rules
<http://www.ofcourseimright.com/cgi-bin/roundup/calsify/issue14>
unread 	lear 	bernard.desruisseaux
13 	2 weeks ago 	Reinhold Kainhofer: confusion in DTSTART text about "if
specified" and BY rules
<http://www.ofcourseimright.com/cgi-bin/roundup/calsify/issue13>
unread 	lear 	bernard.desruisseaux
12 	2 weeks ago 	Reinhold Kainhofer: VTIMEZONE error in RFC 2445?
<http://www.ofcourseimright.com/cgi-bin/roundup/calsify/issue12>
unread 	lear 	bernard.desruisseaux
9 	2 weeks ago 	Reinhold Kainhofer: Recurring Events: Start/End Time
<http://www.ofcourseimright.com/cgi-bin/roundup/calsify/issue9>
unread 	lear 	bernard.desruisseaux
7 	2 weeks ago 	Andrew N. Dowden: rfc 2445 - typo correction(s)
<http://www.ofcourseimright.com/cgi-bin/roundup/calsify/issue7>
unread 	lear 	bernard.desruisseaux
6 	2 weeks ago 	"Corrections" from Oliver Block
<http://www.ofcourseimright.com/cgi-bin/roundup/calsify/issue6>
unread 	lear 	bernard.desruisseaux
5 	4 weeks ago 	proposed changes to RRULE / EXDATE
<http://www.ofcourseimright.com/cgi-bin/roundup/calsify/issue5>
unread 	lear 	bernard.desruisseaux
4 	4 weeks ago 	Example error
<http://www.ofcourseimright.com/cgi-bin/roundup/calsify/issue4>
unread 	lear 	bernard.desruisseaux
3 	4 weeks ago 	bunch of other typos
<http://www.ofcourseimright.com/cgi-bin/roundup/calsify/issue3>
unread 	lear 	bernard.desruisseaux
2 	4 weeks ago 	typo in VTODO
<http://www.ofcourseimright.com/cgi-bin/roundup/calsify/issue2>
unread 	lear 	bernard.desruisseaux
1 	4 weeks ago 	Do we relax or clarify the line length limit?
<http://www.ofcourseimright.com/cgi-bin/roundup/calsify/issue1>
unread 	lear 	bernard.desruisseaux
feature
11 	2 weeks ago 	Reinhold Kainhofer: additional examples, VTIMEZONEs,
RRULEs
<http://www.ofcourseimright.com/cgi-bin/roundup/calsify/issue11>
unread 	lear 	bernard.desruisseaux



--------------040309040108000402050400
Content-Type: text/html; charset=ISO-8859-1
Content-Transfer-Encoding: 7bit

<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
Dear all,<br>
<br>
Here is a list of all of the current open issues.&nbsp; Now is the time to
get other issues out on the table so we can discuss them at the IETF
meeting in Montreal.&nbsp; You can find this list at
<a class="moz-txt-link-freetext" href="http://www.ofcourseimright.com/cgi-bin/roundup/calsify">http://www.ofcourseimright.com/cgi-bin/roundup/calsify</a>.&nbsp; All authors
have submitted updated versions of their drafts for discussion at IETF.<br>
<br>
Eliot<br>
<br>
<table class="list">
  <tbody>
    <tr>
      <th>ID</th>
      <th>Activity</th>
      <th>Title</th>
      <th>Status</th>
      <th>Creator</th>
      <th>Assigned&nbsp;To</th>
    </tr>
    <tr>
      <th class="group" colspan="6">(no priority set)</th>
    </tr>
    <tr>
      <td>16</td>
      <td class="date">2 weeks ago</td>
      <td> <a
 href="http://www.ofcourseimright.com/cgi-bin/roundup/calsify/issue16">when
BY extends past last occurrence</a> </td>
      <td>unread</td>
      <td>lear</td>
      <td>&nbsp;</td>
    </tr>
    <tr>
      <th class="group" colspan="6">bug</th>
    </tr>
    <tr>
      <td>10</td>
      <td class="date">6 days ago</td>
      <td> <a
 href="http://www.ofcourseimright.com/cgi-bin/roundup/calsify/issue10">Reinhold
Kainhofer: end date not inclusive</a> </td>
      <td>unread</td>
      <td>lear</td>
      <td>bernard.desruisseaux</td>
    </tr>
    <tr>
      <td>8</td>
      <td class="date">6 days ago</td>
      <td> <a
 href="http://www.ofcourseimright.com/cgi-bin/roundup/calsify/issue8">Reinhold
Kainhofer: Deprecate P1D or P24H?</a> </td>
      <td>chatting</td>
      <td>lear</td>
      <td>bernard.desruisseaux</td>
    </tr>
    <tr>
      <td>14</td>
      <td class="date">2 weeks ago</td>
      <td> <a
 href="http://www.ofcourseimright.com/cgi-bin/roundup/calsify/issue14">Reinhold
Kainhofer: meaning of DTSTART/DTEND with recurrence rules</a> </td>
      <td>unread</td>
      <td>lear</td>
      <td>bernard.desruisseaux</td>
    </tr>
    <tr>
      <td>13</td>
      <td class="date">2 weeks ago</td>
      <td> <a
 href="http://www.ofcourseimright.com/cgi-bin/roundup/calsify/issue13">Reinhold
Kainhofer: confusion in DTSTART text about "if specified" and BY rules</a>
      </td>
      <td>unread</td>
      <td>lear</td>
      <td>bernard.desruisseaux</td>
    </tr>
    <tr>
      <td>12</td>
      <td class="date">2 weeks ago</td>
      <td> <a
 href="http://www.ofcourseimright.com/cgi-bin/roundup/calsify/issue12">Reinhold
Kainhofer: VTIMEZONE error in RFC 2445?</a> </td>
      <td>unread</td>
      <td>lear</td>
      <td>bernard.desruisseaux</td>
    </tr>
    <tr>
      <td>9</td>
      <td class="date">2 weeks ago</td>
      <td> <a
 href="http://www.ofcourseimright.com/cgi-bin/roundup/calsify/issue9">Reinhold
Kainhofer: Recurring Events: Start/End Time</a> </td>
      <td>unread</td>
      <td>lear</td>
      <td>bernard.desruisseaux</td>
    </tr>
    <tr>
      <td>7</td>
      <td class="date">2 weeks ago</td>
      <td> <a
 href="http://www.ofcourseimright.com/cgi-bin/roundup/calsify/issue7">Andrew
N. Dowden: rfc 2445 - typo correction(s)</a> </td>
      <td>unread</td>
      <td>lear</td>
      <td>bernard.desruisseaux</td>
    </tr>
    <tr>
      <td>6</td>
      <td class="date">2 weeks ago</td>
      <td> <a
 href="http://www.ofcourseimright.com/cgi-bin/roundup/calsify/issue6">"Corrections"
from Oliver Block</a> </td>
      <td>unread</td>
      <td>lear</td>
      <td>bernard.desruisseaux</td>
    </tr>
    <tr>
      <td>5</td>
      <td class="date">4 weeks ago</td>
      <td> <a
 href="http://www.ofcourseimright.com/cgi-bin/roundup/calsify/issue5">proposed
changes to RRULE / EXDATE</a> </td>
      <td>unread</td>
      <td>lear</td>
      <td>bernard.desruisseaux</td>
    </tr>
    <tr>
      <td>4</td>
      <td class="date">4 weeks ago</td>
      <td> <a
 href="http://www.ofcourseimright.com/cgi-bin/roundup/calsify/issue4">Example
error</a> </td>
      <td>unread</td>
      <td>lear</td>
      <td>bernard.desruisseaux</td>
    </tr>
    <tr>
      <td>3</td>
      <td class="date">4 weeks ago</td>
      <td> <a
 href="http://www.ofcourseimright.com/cgi-bin/roundup/calsify/issue3">bunch
of other typos</a> </td>
      <td>unread</td>
      <td>lear</td>
      <td>bernard.desruisseaux</td>
    </tr>
    <tr>
      <td>2</td>
      <td class="date">4 weeks ago</td>
      <td> <a
 href="http://www.ofcourseimright.com/cgi-bin/roundup/calsify/issue2">typo
in VTODO</a> </td>
      <td>unread</td>
      <td>lear</td>
      <td>bernard.desruisseaux</td>
    </tr>
    <tr>
      <td>1</td>
      <td class="date">4 weeks ago</td>
      <td> <a
 href="http://www.ofcourseimright.com/cgi-bin/roundup/calsify/issue1">Do
we relax or clarify the line length limit?</a> </td>
      <td>unread</td>
      <td>lear</td>
      <td>bernard.desruisseaux</td>
    </tr>
    <tr>
      <th class="group" colspan="6">feature</th>
    </tr>
    <tr>
      <td>11</td>
      <td class="date">2 weeks ago</td>
      <td> <a
 href="http://www.ofcourseimright.com/cgi-bin/roundup/calsify/issue11">Reinhold
Kainhofer: additional examples, VTIMEZONEs, RRULEs</a> </td>
      <td>unread</td>
      <td>lear</td>
      <td>bernard.desruisseaux</td>
    </tr>
  </tbody>
</table>
<br>
</body>
</html>

--------------040309040108000402050400--


Return-Path: <lear@cisco.com>
X-Original-To: ietf-calsify@osafoundation.org
Delivered-To: ietf-calsify@osafoundation.org
Received: from laweleka.osafoundation.org (laweleka.osafoundation.org [204.152.186.98]) by leilani.osafoundation.org (Postfix) with ESMTP id 486EB7F89A for <ietf-calsify@osafoundation.org>; Wed, 28 Jun 2006 02:56:25 -0700 (PDT)
Received: from localhost (localhost [127.0.0.1]) by laweleka.osafoundation.org (Postfix) with ESMTP id 3A33E1422EA for <ietf-calsify@osafoundation.org>; Wed, 28 Jun 2006 02:56:25 -0700 (PDT)
Received: from laweleka.osafoundation.org ([127.0.0.1]) by localhost (laweleka.osafoundation.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 28510-09 for <ietf-calsify@osafoundation.org>; Wed, 28 Jun 2006 02:56:23 -0700 (PDT)
Received: from sj-iport-5.cisco.com (sj-iport-5.cisco.com [171.68.10.87]) by laweleka.osafoundation.org (Postfix) with ESMTP id 7E53C1422C2 for <ietf-calsify@osafoundation.org>; Wed, 28 Jun 2006 02:56:23 -0700 (PDT)
Received: from sj-dkim-4.cisco.com ([171.71.179.196]) by sj-iport-5.cisco.com with ESMTP; 28 Jun 2006 02:56:24 -0700
X-IronPort-AV: i="4.06,187,1149490800";  d="scan'208"; a="302156448:sNHT32952104"
Received: from sj-core-1.cisco.com (sj-core-1.cisco.com [171.71.177.237]) by sj-dkim-4.cisco.com (8.12.11/8.12.11) with ESMTP id k5S9uNCU026844;  Wed, 28 Jun 2006 02:56:23 -0700
Received: from imail.cisco.com (sjc12-sbr-sw3-3f5.cisco.com [172.19.96.182]) by sj-core-1.cisco.com (8.12.10/8.12.6) with ESMTP id k5S9uN9s005455; Wed, 28 Jun 2006 02:56:23 -0700 (PDT)
Received: from [212.254.247.5] (ams3-vpn-dhcp64.cisco.com [10.61.64.64]) by imail.cisco.com (8.12.11/8.12.10) with ESMTP id k5S9pIeA002774; Wed, 28 Jun 2006 02:51:18 -0700
Message-ID: <44A25244.8070200@cisco.com>
Date: Wed, 28 Jun 2006 11:56:20 +0200
From: Eliot Lear <lear@cisco.com>
User-Agent: Thunderbird 1.5.0.4 (Macintosh/20060530)
MIME-Version: 1.0
To: Caleb Richardson <caleb@everyone.net>
Subject: Re: [Ietf-calsify] Time Zone Rule Changeover
References: <449B4614.2020107@everyone.net>
In-Reply-To: <449B4614.2020107@everyone.net>
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: 7bit
Authentication-Results: sj-dkim-4.cisco.com; header.From=lear@cisco.com; dkim=pass ( sig from cisco.com verified; ); 
DKIM-Signature: a=rsa-sha1; q=dns; l=3137; t=1151488583; x=1152352583; c=relaxed/simple; s=sjdkim4001; h=Content-Type:From:Subject:Content-Transfer-Encoding:MIME-Version; d=cisco.com; i=lear@cisco.com; z=From:Eliot=20Lear=20<lear@cisco.com> |Subject:Re=3A=20[Ietf-calsify]=20Time=20Zone=20Rule=20Changeover; X=v=3Dcisco.com=3B=20h=3D1JWObMWSFPUyctn3OFnIVsf8zMA=3D; b=jXZK2f3QCWz9s72Isx3ohpD1WH0i2YkAGBGB96yHtD1BD9mujv/gW6gCX53WBUn02ZN/LSEe fdVtyCxDVYDozYP6rbHpceWDmySauykMfAIfDGHZyRT3ouBQTZB3pfP9;
X-Virus-Scanned: by amavisd-new and clamav at osafoundation.org
X-Spam-Status: No, hits=-0.6 tagged_above=-50.0 required=4.0 tests=AWL
X-Spam-Level: 
Cc: ietf-calsify@osafoundation.org
X-BeenThere: ietf-calsify@osafoundation.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: ietf-calsify.osafoundation.org
List-Unsubscribe: <http://lists.osafoundation.org/mailman/listinfo/ietf-calsify>,  <mailto:ietf-calsify-request@osafoundation.org?subject=unsubscribe>
List-Archive: <http://lists.osafoundation.org/pipermail/ietf-calsify>
List-Post: <mailto:ietf-calsify@osafoundation.org>
List-Help: <mailto:ietf-calsify-request@osafoundation.org?subject=help>
List-Subscribe: <http://lists.osafoundation.org/mailman/listinfo/ietf-calsify>,  <mailto:ietf-calsify-request@osafoundation.org?subject=subscribe>
X-List-Received-Date: Wed, 28 Jun 2006 09:56:25 -0000

[Chair hat off...]

Caleb,

You'll notice that nobody has answered your question, and I will not
either.  When an implementation fails to conform a standard it is either
because the standard is difficult to implement or because the
implementor just didn't do a good enough job.  Now is the time to decide
which is true.  There is an issue tracker and an upcoming meeting of the
Calsify working group.  Now is the time to raise and discuss these sorts
of questions.

Let me say that anyone who wants a change in the status quo should in
general send text.  Lacking that it's very difficult to argue pros and
cons on each side.

Eliot

Caleb Richardson wrote:
> This question concerns the switch from standard time to daylight
> savings time in the United States that will occur on March 11, 2007.
>
> From what I understand most versions of Outlook (and some other CUAs)
> can only process VTIMEZONE observances with at most one RRULE
> property. This has led most Olson database converters to discard all
> historical data and only use the most recent recurrence rule for each
> observance (if there are any).
>
> The switchover on March 11, 2007 will be the first that uses a new
> time zone recurrence rule standardized by the Energy Policy Act of
> 2005. The previous rule would have required a switchover on April 1,
> 2007.
>
> Which recurrence rule should I use?
>
> If I use the old rule then recurring events that are still happening
> next spring will be 1 hour off for that window and for a similar
> window every year.
>
> If I use the new rule then my events will be 1 hour off during a
> similar window this fall.
>
> Has anyone come up with a solution to this problem? I realize that
> many CUAs (including mine) will look at the TZID parameter and try to
> use their own strict time zone definitions before parsing the included
> one, but I feel that this is a serious problem regardless.
>
> Thanks,
>
> Caleb Richardson
>
> This VTIMEZONE definition uses the new recurrence rule:
>
> BEGIN:VTIMEZONE
> TZID:America/Los_Angeles
> X-LIC-LOCATION:America/Los_Angeles
> BEGIN:STANDARD
> TZOFFSETFROM:-0700
> TZOFFSETTO:-0800
> TZNAME:EST
> DTSTART:19701101T020000
> RRULE:FREQ=YEARLY;BYMONTH=11;BYDAY=1SU
> END:STANDARD
> BEGIN:DAYLIGHT
> TZOFFSETFROM:-0800
> TZOFFSETTO:-0700
> TZNAME:EDT
> DTSTART:19700308T020000
> RRULE:FREQ=YEARLY;BYMONTH=3;BYDAY=2SU
> END:DAYLIGHT
> END:VTIMEZONE
>
> This VTIMEZONE definition uses the old recurrence rule.
>
> BEGIN:VTIMEZONE
> TZID:America/Los_Angeles
> X-LIC-LOCATION:America/Los_Angeles
> BEGIN:STANDARD
> TZOFFSETFROM:-0700
> TZOFFSETTO:-0800
> TZNAME:PST
> DTSTART:19701025T020000
> RRULE:FREQ=YEARLY;BYMONTH=10;BYDAY=-1SU
> END:STANDARD
> BEGIN:DAYLIGHT
> TZOFFSETFROM:-0800
> TZOFFSETTO:-0700
> TZNAME:PDT
> DTSTART:19700405T020000
> RRULE:FREQ=YEARLY;BYMONTH=4;BYDAY=1SU
> END:DAYLIGHT
> END:VTIMEZONE
> _______________________________________________
> Ietf-calsify mailing list
> Ietf-calsify@osafoundation.org
> http://lists.osafoundation.org/mailman/listinfo/ietf-calsify
>


Return-Path: <caleb@everyone.net>
X-Original-To: ietf-calsify@osafoundation.org
Delivered-To: ietf-calsify@osafoundation.org
Received: from laweleka.osafoundation.org (laweleka.osafoundation.org [204.152.186.98]) by leilani.osafoundation.org (Postfix) with ESMTP id 2097A7F7FA for <ietf-calsify@osafoundation.org>; Thu, 22 Jun 2006 18:42:00 -0700 (PDT)
Received: from localhost (localhost [127.0.0.1]) by laweleka.osafoundation.org (Postfix) with ESMTP id 104961422FB for <ietf-calsify@osafoundation.org>; Thu, 22 Jun 2006 18:42:00 -0700 (PDT)
Received: from laweleka.osafoundation.org ([127.0.0.1]) by localhost (laweleka.osafoundation.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 03228-08 for <ietf-calsify@osafoundation.org>; Thu, 22 Jun 2006 18:41:57 -0700 (PDT)
Received: from omta18.mta.everyone.net (sitemail2.everyone.net [216.200.145.36]) by laweleka.osafoundation.org (Postfix) with ESMTP id AFA261422F9 for <ietf-calsify@osafoundation.org>; Thu, 22 Jun 2006 18:41:57 -0700 (PDT)
Received: from dm18.mta.everyone.net (bigiplb-dsnat [172.16.0.19]) by omta18.mta.everyone.net (Postfix) with ESMTP id 80734403B6 for <ietf-calsify@osafoundation.org>; Thu, 22 Jun 2006 18:41:57 -0700 (PDT)
X-Eon-Dm: dm18
Received: by dm18.mta.everyone.net (EON-AUTHRELAY2 - d0b86402) id dm18.449acf99.1cb02 for <ietf-calsify@osafoundation.org>; Thu, 22 Jun 2006 18:41:57 -0700
X-Eon-Sig: AQH1/7xEm0blC1Q/IQIAAAAB,30caa144aa2fb74d4e804fb29ac6117e
Message-ID: <449B4614.2020107@everyone.net>
Date: Thu, 22 Jun 2006 18:38:28 -0700
From: Caleb Richardson <caleb@everyone.net>
User-Agent: Thunderbird 1.5.0.4 (Windows/20060516)
MIME-Version: 1.0
To: ietf-calsify@osafoundation.org
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding: 7bit
X-Virus-Scanned: by amavisd-new and clamav at osafoundation.org
X-Spam-Status: No, hits=0.0 tagged_above=-50.0 required=4.0 tests=UPPERCASE_25_50
X-Spam-Level: 
Subject: [Ietf-calsify] Time Zone Rule Changeover
X-BeenThere: ietf-calsify@osafoundation.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: ietf-calsify.osafoundation.org
List-Unsubscribe: <http://lists.osafoundation.org/mailman/listinfo/ietf-calsify>,  <mailto:ietf-calsify-request@osafoundation.org?subject=unsubscribe>
List-Archive: <http://lists.osafoundation.org/pipermail/ietf-calsify>
List-Post: <mailto:ietf-calsify@osafoundation.org>
List-Help: <mailto:ietf-calsify-request@osafoundation.org?subject=help>
List-Subscribe: <http://lists.osafoundation.org/mailman/listinfo/ietf-calsify>,  <mailto:ietf-calsify-request@osafoundation.org?subject=subscribe>
X-List-Received-Date: Fri, 23 Jun 2006 01:42:00 -0000

This question concerns the switch from standard time to daylight savings 
time in the United States that will occur on March 11, 2007.

 From what I understand most versions of Outlook (and some other CUAs) 
can only process VTIMEZONE observances with at most one RRULE property. 
This has led most Olson database converters to discard all historical 
data and only use the most recent recurrence rule for each observance 
(if there are any).

The switchover on March 11, 2007 will be the first that uses a new time 
zone recurrence rule standardized by the Energy Policy Act of 2005. The 
previous rule would have required a switchover on April 1, 2007.

Which recurrence rule should I use?

If I use the old rule then recurring events that are still happening 
next spring will be 1 hour off for that window and for a similar window 
every year.

If I use the new rule then my events will be 1 hour off during a similar 
window this fall.

Has anyone come up with a solution to this problem? I realize that many 
CUAs (including mine) will look at the TZID parameter and try to use 
their own strict time zone definitions before parsing the included one, 
but I feel that this is a serious problem regardless.

Thanks,

Caleb Richardson

This VTIMEZONE definition uses the new recurrence rule:

BEGIN:VTIMEZONE
TZID:America/Los_Angeles
X-LIC-LOCATION:America/Los_Angeles
BEGIN:STANDARD
TZOFFSETFROM:-0700
TZOFFSETTO:-0800
TZNAME:EST
DTSTART:19701101T020000
RRULE:FREQ=YEARLY;BYMONTH=11;BYDAY=1SU
END:STANDARD
BEGIN:DAYLIGHT
TZOFFSETFROM:-0800
TZOFFSETTO:-0700
TZNAME:EDT
DTSTART:19700308T020000
RRULE:FREQ=YEARLY;BYMONTH=3;BYDAY=2SU
END:DAYLIGHT
END:VTIMEZONE

This VTIMEZONE definition uses the old recurrence rule.

BEGIN:VTIMEZONE
TZID:America/Los_Angeles
X-LIC-LOCATION:America/Los_Angeles
BEGIN:STANDARD
TZOFFSETFROM:-0700
TZOFFSETTO:-0800
TZNAME:PST
DTSTART:19701025T020000
RRULE:FREQ=YEARLY;BYMONTH=10;BYDAY=-1SU
END:STANDARD
BEGIN:DAYLIGHT
TZOFFSETFROM:-0800
TZOFFSETTO:-0700
TZNAME:PDT
DTSTART:19700405T020000
RRULE:FREQ=YEARLY;BYMONTH=4;BYDAY=1SU
END:DAYLIGHT
END:VTIMEZONE


Return-Path: <cyrus@daboo.name>
X-Original-To: ietf-calsify@osafoundation.org
Delivered-To: ietf-calsify@osafoundation.org
Received: from laweleka.osafoundation.org (laweleka.osafoundation.org [204.152.186.98]) by leilani.osafoundation.org (Postfix) with ESMTP id 715F57F837 for <ietf-calsify@osafoundation.org>; Tue, 20 Jun 2006 06:57:10 -0700 (PDT)
Received: from localhost (localhost [127.0.0.1]) by laweleka.osafoundation.org (Postfix) with ESMTP id 4F5FF1422A4 for <ietf-calsify@osafoundation.org>; Tue, 20 Jun 2006 06:57:10 -0700 (PDT)
Received: from laweleka.osafoundation.org ([127.0.0.1]) by localhost (laweleka.osafoundation.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 17869-01 for <ietf-calsify@osafoundation.org>; Tue, 20 Jun 2006 06:57:09 -0700 (PDT)
Received: from out2.smtp.messagingengine.com (out2.smtp.messagingengine.com [66.111.4.26]) by laweleka.osafoundation.org (Postfix) with ESMTP id C6D851422A1 for <ietf-calsify@osafoundation.org>; Tue, 20 Jun 2006 06:57:09 -0700 (PDT)
Received: from frontend3.internal (frontend3.internal [10.202.2.152]) by frontend1.messagingengine.com (Postfix) with ESMTP id E12EBD7E109; Tue, 20 Jun 2006 09:57:08 -0400 (EDT)
Received: from heartbeat1.messagingengine.com ([10.202.2.160]) by frontend3.internal (MEProxy); Tue, 20 Jun 2006 09:57:10 -0400
X-Sasl-enc: lUBD0VjdibwCFhYydDbKJfSnVqqSg/BCRZOnfNNGFURL 1150811832
Received: from [17.101.35.126] (unknown [17.101.35.126]) by www.fastmail.fm (Postfix) with ESMTP id 52AA37121; Tue, 20 Jun 2006 09:57:10 -0400 (EDT)
Date: Tue, 20 Jun 2006 09:57:06 -0400
From: Cyrus Daboo <cyrus@daboo.name>
To: Caleb Richardson <caleb@everyone.net>, ietf-calsify@osafoundation.org
Subject: Re: [Ietf-calsify] Include scheduling data in ITIP VEVENT REPLY?
Message-ID: <A9D57745FB76C2897D3A277D@Cyrus-Daboo.local>
In-Reply-To: <4496FC9D.7080508@everyone.net>
References: <4496FC9D.7080508@everyone.net>
X-Mailer: Mulberry/4.0.5 (Mac OS X)
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii; format=flowed
Content-Transfer-Encoding: 7bit
Content-Disposition: inline
X-Virus-Scanned: by amavisd-new and clamav at osafoundation.org
X-Spam-Status: No, hits=-0.6 tagged_above=-50.0 required=4.0 tests=AWL
X-Spam-Level: 
X-BeenThere: ietf-calsify@osafoundation.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: ietf-calsify.osafoundation.org
List-Unsubscribe: <http://lists.osafoundation.org/mailman/listinfo/ietf-calsify>,  <mailto:ietf-calsify-request@osafoundation.org?subject=unsubscribe>
List-Archive: <http://lists.osafoundation.org/pipermail/ietf-calsify>
List-Post: <mailto:ietf-calsify@osafoundation.org>
List-Help: <mailto:ietf-calsify-request@osafoundation.org?subject=help>
List-Subscribe: <http://lists.osafoundation.org/mailman/listinfo/ietf-calsify>,  <mailto:ietf-calsify-request@osafoundation.org?subject=subscribe>
X-List-Received-Date: Tue, 20 Jun 2006 13:57:10 -0000

Hi Caleb,

--On June 19, 2006 12:35:57 PM -0700 Caleb Richardson <caleb@everyone.net> 
wrote:

> So this seems to indicate that no, scheduling data is not required to be
> included. However in my interoperability testing I have found that Google
> Calendar requires scheduling data to be present.
>
> What is the purpose of including VEVENT scheduling data in a REPLY? Why
> does the spec even indicate it as optional? Is Google correct in their
> requirement?

I think your reading of 2446 is correct - the original event data is not 
required in the REPLY (except for those items needed to identify it - UID 
etc). If Google has a problem with that, then I think you need to report it 
as a bug to them.

NB There is one minor issue with the 2446 text thought. It states that if 
you do include the original data it must be unchanged. But it also says a 
COMMENT property can be added to the reply. So what happens if the original 
also contained a COMMENT? Given that the COMMENT property can only occur at 
most once, it must be possible therefore to return the original data with a 
different COMMENT value, violating the 2446 'unchanged' rule.

-- 
Cyrus Daboo



Return-Path: <caleb@everyone.net>
X-Original-To: ietf-calsify@osafoundation.org
Delivered-To: ietf-calsify@osafoundation.org
Received: from laweleka.osafoundation.org (laweleka.osafoundation.org [204.152.186.98]) by leilani.osafoundation.org (Postfix) with ESMTP id 80A5B7F749 for <ietf-calsify@osafoundation.org>; Mon, 19 Jun 2006 12:39:27 -0700 (PDT)
Received: from localhost (localhost [127.0.0.1]) by laweleka.osafoundation.org (Postfix) with ESMTP id 5B6311422BB for <ietf-calsify@osafoundation.org>; Mon, 19 Jun 2006 12:39:27 -0700 (PDT)
Received: from laweleka.osafoundation.org ([127.0.0.1]) by localhost (laweleka.osafoundation.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 15268-01 for <ietf-calsify@osafoundation.org>; Mon, 19 Jun 2006 12:39:26 -0700 (PDT)
Received: from omta18.mta.everyone.net (sitemail2.everyone.net [216.200.145.36]) by laweleka.osafoundation.org (Postfix) with ESMTP id 09DC514229C for <ietf-calsify@osafoundation.org>; Mon, 19 Jun 2006 12:39:26 -0700 (PDT)
Received: from dm17.mta.everyone.net (bigiplb-dsnat [172.16.0.19]) by omta18.mta.everyone.net (Postfix) with ESMTP id 4B54440400 for <ietf-calsify@osafoundation.org>; Mon, 19 Jun 2006 12:39:25 -0700 (PDT)
X-Eon-Dm: dm17
Received: by dm17.mta.everyone.net (EON-AUTHRELAY2 - d0b86402) id dm17.449066cf.c611a for <ietf-calsify@osafoundation.org>; Mon, 19 Jun 2006 12:39:25 -0700
X-Eon-Sig: AQH1/7xElv1tXkT2XAIAAAAB,aa0a29f04bd74554041fea6ffe40778a
Message-ID: <4496FC9D.7080508@everyone.net>
Date: Mon, 19 Jun 2006 12:35:57 -0700
From: Caleb Richardson <caleb@everyone.net>
User-Agent: Thunderbird 1.5.0.4 (Windows/20060516)
MIME-Version: 1.0
To: ietf-calsify@osafoundation.org
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding: 7bit
X-Virus-Scanned: by amavisd-new and clamav at osafoundation.org
X-Spam-Status: No, hits=0.0 tagged_above=-50.0 required=4.0 tests=UPPERCASE_25_50
X-Spam-Level: 
Subject: [Ietf-calsify] Include scheduling data in ITIP VEVENT REPLY?
X-BeenThere: ietf-calsify@osafoundation.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: ietf-calsify.osafoundation.org
List-Unsubscribe: <http://lists.osafoundation.org/mailman/listinfo/ietf-calsify>,  <mailto:ietf-calsify-request@osafoundation.org?subject=unsubscribe>
List-Archive: <http://lists.osafoundation.org/pipermail/ietf-calsify>
List-Post: <mailto:ietf-calsify@osafoundation.org>
List-Help: <mailto:ietf-calsify-request@osafoundation.org?subject=help>
List-Subscribe: <http://lists.osafoundation.org/mailman/listinfo/ietf-calsify>,  <mailto:ietf-calsify-request@osafoundation.org?subject=subscribe>
X-List-Received-Date: Mon, 19 Jun 2006 19:39:27 -0000

Is is required to include the original scheduling data (DTSTART 
property, DTEND property, VTIMEZONE component, DURATION property) when 
sending an ITIP REPLY for a VEVENT?

RFC 2446 section 3.2.3:

The optional properties listed in the table below (those listed as "0+" 
or "0 or 1") MUST NOT be changed from those of the original request.  If 
property changes are desired the COUNTER message must be used.

RFC 2446 section 4.2.2

    BEGIN:VCALENDAR
    PRODID:-//ACME/DesktopCalendar//EN
    METHOD:REPLY
    VERSION:2.0
    BEGIN:VEVENT
    ATTENDEE;PARTSTAT=ACCEPTED:Mailto:B@example.com
    ORGANIZER:MAILTO:A@example.com
    UID:calsrv.example.com-873970198738777@example.com
    SEQUENCE:0
    REQUEST-STATUS:2.0;Success
    DTSTAMP:19970612T190000Z
    END:VEVENT
    END:VCALENDAR

So this seems to indicate that no, scheduling data is not required to be 
included. However in my interoperability testing I have found that 
Google Calendar requires scheduling data to be present.

What is the purpose of including VEVENT scheduling data in a REPLY? Why 
does the spec even indicate it as optional? Is Google correct in their 
requirement?

Thanks,

Caleb Richardson
caleb@everyone.net


Return-Path: <lear@ofcourseimright.com>
X-Original-To: Ietf-calsify@osafoundation.org
Delivered-To: Ietf-calsify@osafoundation.org
Received: from laweleka.osafoundation.org (laweleka.osafoundation.org [204.152.186.98]) by leilani.osafoundation.org (Postfix) with ESMTP id DE8A47F8CE for <Ietf-calsify@osafoundation.org>; Tue, 13 Jun 2006 00:01:59 -0700 (PDT)
Received: from localhost (localhost [127.0.0.1]) by laweleka.osafoundation.org (Postfix) with ESMTP id D04751422E4 for <Ietf-calsify@osafoundation.org>; Tue, 13 Jun 2006 00:01:59 -0700 (PDT)
Received: from laweleka.osafoundation.org ([127.0.0.1]) by localhost (laweleka.osafoundation.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 29834-06 for <Ietf-calsify@osafoundation.org>; Tue, 13 Jun 2006 00:01:58 -0700 (PDT)
Received: from upstairs.ofcourseimright.com (upstairs.ofcourseimright.com [212.254.247.2]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by laweleka.osafoundation.org (Postfix) with ESMTP id 07E2C1422E2 for <Ietf-calsify@osafoundation.org>; Tue, 13 Jun 2006 00:01:57 -0700 (PDT)
Received: from [212.254.247.5] (ams3-dmznat-ext1.cisco.com [64.103.37.2]) (authenticated bits=0) by upstairs.ofcourseimright.com (8.13.3/8.13.1) with ESMTP id k5D71daP003948 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Tue, 13 Jun 2006 09:01:42 +0200
Message-ID: <448E62D3.7040400@ofcourseimright.com>
Date: Tue, 13 Jun 2006 09:01:39 +0200
From: Eliot Lear <lear@ofcourseimright.com>
User-Agent: Thunderbird 1.5.0.4 (Macintosh/20060530)
MIME-Version: 1.0
To: Reinhold Kainhofer <reinhold@kainhofer.com>
References: <4481AEE6.8000906@ofcourseimright.com> <200606040157.11247.reinhold@kainhofer.com>
In-Reply-To: <200606040157.11247.reinhold@kainhofer.com>
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: 7bit
X-Virus-Scanned: by amavisd-new and clamav at osafoundation.org
X-Spam-Status: No, hits=0.0 tagged_above=-50.0 required=4.0 tests=
X-Spam-Level: 
X-Mailman-Approved-At: Tue, 13 Jun 2006 13:33:13 -0700
Cc: calsify_tracker@ofcourseimright.com, CALSIFY Mailinglist <Ietf-calsify@osafoundation.org>
Subject: [Ietf-calsify] [issue] when BY extends past last occurrence
X-BeenThere: ietf-calsify@osafoundation.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: ietf-calsify.osafoundation.org
List-Unsubscribe: <http://lists.osafoundation.org/mailman/listinfo/ietf-calsify>,  <mailto:ietf-calsify-request@osafoundation.org?subject=unsubscribe>
List-Archive: <http://lists.osafoundation.org/pipermail/ietf-calsify>
List-Post: <mailto:ietf-calsify@osafoundation.org>
List-Help: <mailto:ietf-calsify-request@osafoundation.org?subject=help>
List-Subscribe: <http://lists.osafoundation.org/mailman/listinfo/ietf-calsify>,  <mailto:ietf-calsify-request@osafoundation.org?subject=subscribe>
X-List-Received-Date: Tue, 13 Jun 2006 07:02:00 -0000

Reinhold Kainhofer wrote:

> -) Section 4.3.10 says:
>    "If BYxxx rule part values are found which are beyond the available
>    scope (ie, BYMONTHDAY=30 in February), they are simply ignored."
> 
> Here an example should be given (what the available scope is and what ignored 
> means here). E.g.
> 
>   DTSTART;TZID=Europe/Vienna: 20050201T120000
>   RRULE:FREQ=MONTHLY;BYMONTHDAY=30;FREQ=3
> results in occurrences on 1 Feb 2006, 30 May 2006, 30 Aug 2006, 30 Nov 2006, 
> 30 May 2006.
> I.e. "they are simply ignored" means that the whole occurrence is ignored, not 
> the rule part value (which would result in the day being taken from the 
> DTSTART) .

So what is needed here is a normative clarification of what is ignored.
 Do you have some preferred text you would like to propose?

Eliot


Return-Path: <jeffrey@osafoundation.org>
X-Original-To: Ietf-calsify@osafoundation.org
Delivered-To: Ietf-calsify@osafoundation.org
Received: from laweleka.osafoundation.org (laweleka.osafoundation.org [204.152.186.98]) by leilani.osafoundation.org (Postfix) with ESMTP id 3BE327F853 for <Ietf-calsify@osafoundation.org>; Mon, 12 Jun 2006 13:28:49 -0700 (PDT)
Received: from [192.168.103.178] (adsl-75-5-124-98.dsl.pltn13.sbcglobal.net [75.5.124.98]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by laweleka.osafoundation.org (Postfix) with ESMTP id E5BB81422E1; Mon, 12 Jun 2006 13:28:48 -0700 (PDT)
Message-ID: <448DCE85.1020702@osafoundation.org>
Date: Mon, 12 Jun 2006 13:28:53 -0700
From: Jeffrey Harris <jeffrey@osafoundation.org>
User-Agent: Thunderbird 1.4.1 (Windows/20051006)
MIME-Version: 1.0
To: Bernard Desruisseaux <bernard.desruisseaux@oracle.com>
Subject: Re: [Ietf-calsify] Error in RFC 2445 regarding DTSTAMP being optional (in the grammar)
References: <200606092314.21663.reinhold@kainhofer.com> <448D6A6E.1090006@oracle.com>
In-Reply-To: <448D6A6E.1090006@oracle.com>
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: 7bit
Cc: CALSIFY Mailinglist <Ietf-calsify@osafoundation.org>
X-BeenThere: ietf-calsify@osafoundation.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: ietf-calsify.osafoundation.org
List-Unsubscribe: <http://lists.osafoundation.org/mailman/listinfo/ietf-calsify>,  <mailto:ietf-calsify-request@osafoundation.org?subject=unsubscribe>
List-Archive: <http://lists.osafoundation.org/pipermail/ietf-calsify>
List-Post: <mailto:ietf-calsify@osafoundation.org>
List-Help: <mailto:ietf-calsify-request@osafoundation.org?subject=help>
List-Subscribe: <http://lists.osafoundation.org/mailman/listinfo/ietf-calsify>,  <mailto:ietf-calsify-request@osafoundation.org?subject=subscribe>
X-List-Received-Date: Mon, 12 Jun 2006 20:28:49 -0000

Hi Folks,

Given that the RFC was confused, I'd like to put in a vote in favor of
choosing optional for DTSTAMP, not MUST.  Lots of iCalendar in the wild
doesn't have a DTSTAMP, and I don't see a compelling reason for
requiring it (although I'd be happy to be informed of compelling reasons).

Sincerely,
Jeffrey


Return-Path: <ietf@ietf.org>
X-Original-To: ietf-calsify@osafoundation.org
Delivered-To: ietf-calsify@osafoundation.org
Received: from laweleka.osafoundation.org (laweleka.osafoundation.org [204.152.186.98]) by leilani.osafoundation.org (Postfix) with ESMTP id E11817F7FD for <ietf-calsify@osafoundation.org>; Mon, 12 Jun 2006 12:50:11 -0700 (PDT)
Received: from localhost (localhost [127.0.0.1]) by laweleka.osafoundation.org (Postfix) with ESMTP id D30441422E0 for <ietf-calsify@osafoundation.org>; Mon, 12 Jun 2006 12:50:11 -0700 (PDT)
Received: from laweleka.osafoundation.org ([127.0.0.1]) by localhost (laweleka.osafoundation.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 07999-10 for <ietf-calsify@osafoundation.org>; Mon, 12 Jun 2006 12:50:11 -0700 (PDT)
Received: from willow.neustar.com (willow.neustar.com [209.173.53.84]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by laweleka.osafoundation.org (Postfix) with ESMTP id 397E81422DD for <ietf-calsify@osafoundation.org>; Mon, 12 Jun 2006 12:50:11 -0700 (PDT)
Received: from stiedprstage1.ietf.org (stiedprstage1.va.neustar.com [10.31.47.10]) by willow.neustar.com (8.12.8/8.12.8) with ESMTP id k5CJo1Rx010196 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Mon, 12 Jun 2006 19:50:02 GMT
Received: from ietf by stiedprstage1.ietf.org with local (Exim 4.43) id 1FpsQD-0006hL-Tc; Mon, 12 Jun 2006 15:50:01 -0400
Content-Type: Multipart/Mixed; Boundary="NextPart"
Mime-Version: 1.0
To: i-d-announce@ietf.org
From: Internet-Drafts@ietf.org
Message-Id: <E1FpsQD-0006hL-Tc@stiedprstage1.ietf.org>
Date: Mon, 12 Jun 2006 15:50:01 -0400
X-Virus-Scanned: by amavisd-new and clamav at osafoundation.org
X-Spam-Status: No, hits=-0.4 tagged_above=-50.0 required=4.0 tests=AWL, MIME_BOUND_NEXTPART, NO_REAL_NAME
X-Spam-Level: 
Cc: ietf-calsify@osafoundation.org
Subject: [Ietf-calsify] I-D ACTION:draft-ietf-calsify-rfc2447bis-02.txt 
X-BeenThere: ietf-calsify@osafoundation.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: ietf-calsify.osafoundation.org
List-Unsubscribe: <http://lists.osafoundation.org/mailman/listinfo/ietf-calsify>,  <mailto:ietf-calsify-request@osafoundation.org?subject=unsubscribe>
List-Archive: <http://lists.osafoundation.org/pipermail/ietf-calsify>
List-Post: <mailto:ietf-calsify@osafoundation.org>
List-Help: <mailto:ietf-calsify-request@osafoundation.org?subject=help>
List-Subscribe: <http://lists.osafoundation.org/mailman/listinfo/ietf-calsify>,  <mailto:ietf-calsify-request@osafoundation.org?subject=subscribe>
X-List-Received-Date: Mon, 12 Jun 2006 19:50:12 -0000

--NextPart

A New Internet-Draft is available from the on-line Internet-Drafts directories.
This draft is a work item of the Calendaring and Scheduling Standards Simplification Working Group of the IETF.

	Title		: iCalendar Message-Based Interoperability Protocol(iMIP)
	Author(s)	: A. Melnikov
	Filename	: draft-ietf-calsify-rfc2447bis-02.txt
	Pages		: 22
	Date		: 2006-6-12
	
This document, iCalendar Message-Based Interoperability Protocol
   (iMIP), specifies a binding from the iCalendar Transport-independent
   Interoperability Protocol (iTIP) to Internet email-based transports.
   Calendaring entries defined by the iCalendar Object Model (iCAL) are
   composed using constructs from RFC 2822, RFC 2045, RFC 2046,
   RFC 2047, RFC 2048 and RFC 2049.

   This document is a product of Calendaring and Scheduling Standards
   Simplification (calsify) working group. More information about the
   IETF CALSIFY working group activities can be found on the IETF web
   site at <http://www.ietf.org/html.charters/calsify-charter.html>.

A URL for this Internet-Draft is:
http://www.ietf.org/internet-drafts/draft-ietf-calsify-rfc2447bis-02.txt

To remove yourself from the I-D Announcement list, send a message to 
i-d-announce-request@ietf.org with the word unsubscribe in the body of the message.  
You can also visit https://www1.ietf.org/mailman/listinfo/I-D-announce 
to change your subscription settings.


Internet-Drafts are also available by anonymous FTP. Login with the username
"anonymous" and a password of your e-mail address. After logging in,
type "cd internet-drafts" and then
	"get draft-ietf-calsify-rfc2447bis-02.txt".

A list of Internet-Drafts directories can be found in
http://www.ietf.org/shadow.html 
or ftp://ftp.ietf.org/ietf/1shadow-sites.txt


Internet-Drafts can also be obtained by e-mail.

Send a message to:
	mailserv@ietf.org.
In the body type:
	"FILE /internet-drafts/draft-ietf-calsify-rfc2447bis-02.txt".
	
NOTE:	The mail server at ietf.org can return the document in
	MIME-encoded form by using the "mpack" utility.  To use this
	feature, insert the command "ENCODING mime" before the "FILE"
	command.  To decode the response(s), you will need "munpack" or
	a MIME-compliant mail reader.  Different MIME-compliant mail readers
	exhibit different behavior, especially when dealing with
	"multipart" MIME messages (i.e. documents which have been split
	up into multiple messages), so check your local documentation on
	how to manipulate these messages.
		
		
Below is the data which will enable a MIME compliant mail reader
implementation to automatically retrieve the ASCII version of the
Internet-Draft.

--NextPart
Content-Type: Multipart/Alternative; Boundary="OtherAccess"

--OtherAccess
Content-Type: Message/External-body; access-type="mail-server";
	server="mailserv@ietf.org"

Content-Type: text/plain
Content-ID: <2006-6-12111447.I-D@ietf.org>

ENCODING mime
FILE /internet-drafts/draft-ietf-calsify-rfc2447bis-02.txt

--OtherAccess
Content-Type: Message/External-body;
	name="draft-ietf-calsify-rfc2447bis-02.txt"; site="ftp.ietf.org";
	access-type="anon-ftp"; directory="internet-drafts"

Content-Type: text/plain
Content-ID: <2006-6-12111447.I-D@ietf.org>


--OtherAccess--

--NextPart--



Return-Path: <aki.niemi@nokia.com>
X-Original-To: ietf-calsify@osafoundation.org
Delivered-To: ietf-calsify@osafoundation.org
Received: from laweleka.osafoundation.org (laweleka.osafoundation.org [204.152.186.98]) by leilani.osafoundation.org (Postfix) with ESMTP id C22017F74C for <ietf-calsify@osafoundation.org>; Mon, 12 Jun 2006 11:52:34 -0700 (PDT)
Received: from localhost (localhost [127.0.0.1]) by laweleka.osafoundation.org (Postfix) with ESMTP id B2FF11422B9 for <ietf-calsify@osafoundation.org>; Mon, 12 Jun 2006 11:52:34 -0700 (PDT)
Received: from laweleka.osafoundation.org ([127.0.0.1]) by localhost (laweleka.osafoundation.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 32553-02 for <ietf-calsify@osafoundation.org>; Mon, 12 Jun 2006 11:52:33 -0700 (PDT)
Received: from mgw-ext11.nokia.com (mgw-ext11.nokia.com [131.228.20.170]) (using TLSv1 with cipher EDH-RSA-DES-CBC3-SHA (168/168 bits)) (No client certificate requested) by laweleka.osafoundation.org (Postfix) with ESMTP id 0D5B11422B7 for <ietf-calsify@osafoundation.org>; Mon, 12 Jun 2006 11:52:32 -0700 (PDT)
Received: from esebh105.NOE.Nokia.com (esebh105.ntc.nokia.com [172.21.138.211]) by mgw-ext11.nokia.com (Switch-3.1.8/Switch-3.1.7) with ESMTP id k5CIqUif011169 for <ietf-calsify@osafoundation.org>; Mon, 12 Jun 2006 21:52:30 +0300
Received: from esebh001.NOE.Nokia.com ([172.21.138.28]) by esebh105.NOE.Nokia.com with Microsoft SMTPSVC(6.0.3790.1830);  Mon, 12 Jun 2006 21:52:31 +0300
Received: from [10.162.252.77] ([10.162.252.77]) by esebh001.NOE.Nokia.com with Microsoft SMTPSVC(5.0.2195.6881);  Mon, 12 Jun 2006 21:52:30 +0300
Message-ID: <448DB7ED.2000601@nokia.com>
Date: Mon, 12 Jun 2006 21:52:29 +0300
From: Aki Niemi <aki.niemi@nokia.com>
User-Agent: Thunderbird 1.5 (X11/20051201)
MIME-Version: 1.0
To: "ietf-calsify@osafoundation.org" <ietf-calsify@osafoundation.org>
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 7bit
X-OriginalArrivalTime: 12 Jun 2006 18:52:30.0575 (UTC) FILETIME=[5B87A7F0:01C68E51]
X-Virus-Scanned: by amavisd-new and clamav at osafoundation.org
X-Spam-Status: No, hits=-0.4 tagged_above=-50.0 required=4.0 tests=AWL, TO_ADDRESS_EQ_REAL
X-Spam-Level: 
Subject: [Ietf-calsify] WG status update
X-BeenThere: ietf-calsify@osafoundation.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: ietf-calsify.osafoundation.org
List-Unsubscribe: <http://lists.osafoundation.org/mailman/listinfo/ietf-calsify>,  <mailto:ietf-calsify-request@osafoundation.org?subject=unsubscribe>
List-Archive: <http://lists.osafoundation.org/pipermail/ietf-calsify>
List-Post: <mailto:ietf-calsify@osafoundation.org>
List-Help: <mailto:ietf-calsify-request@osafoundation.org?subject=help>
List-Subscribe: <http://lists.osafoundation.org/mailman/listinfo/ietf-calsify>,  <mailto:ietf-calsify-request@osafoundation.org?subject=subscribe>
X-List-Received-Date: Mon, 12 Jun 2006 18:52:35 -0000

Howdy,

Eliot and I thought it would be good to sum up where the working group
is at the moment, and what's happening next.

First, Eliot has posted the proposed text for the WGs rechartering,
which we will be sending to Lisa any day now.

Second, an issue tracker has been set up for the working group with the
intention to track all outstanding issues there and follow up that they
all get closed with appropriate action. It will mainly be a checklist
tool for the authors and chairs so not to let any bugs slip through.

We (the chairs and authors) will keep an eye on the list and register
all issues that pop up. Especially to help in this task, please try to
keep the subject line on topic, and change it if necessary. Perhaps even
tag your post's subject with "Issue:" just to be clear.

Third, as you may have seen, we've been (tentatively) scheduled for
Wednesday morning 9:00-11:00 at IETF66. We will be working towards an
agenda, but don't expect any big surprises there: the agenda will be
dedicated to working out issues in the RFC244x-bis drafts.

Cheers,
Aki & Eliot



Return-Path: <lear@cisco.com>
X-Original-To: ietf-calsify@osafoundation.org
Delivered-To: ietf-calsify@osafoundation.org
Received: from laweleka.osafoundation.org (laweleka.osafoundation.org [204.152.186.98]) by leilani.osafoundation.org (Postfix) with ESMTP id 1F13B7F7E9 for <ietf-calsify@osafoundation.org>; Mon, 12 Jun 2006 11:33:55 -0700 (PDT)
Received: from localhost (localhost [127.0.0.1]) by laweleka.osafoundation.org (Postfix) with ESMTP id 0865E1422B9 for <ietf-calsify@osafoundation.org>; Mon, 12 Jun 2006 11:33:55 -0700 (PDT)
Received: from laweleka.osafoundation.org ([127.0.0.1]) by localhost (laweleka.osafoundation.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 27872-09 for <ietf-calsify@osafoundation.org>; Mon, 12 Jun 2006 11:33:52 -0700 (PDT)
Received: from sj-iport-5.cisco.com (sj-iport-5.cisco.com [171.68.10.87]) by laweleka.osafoundation.org (Postfix) with ESMTP id 42DB01422B5 for <ietf-calsify@osafoundation.org>; Mon, 12 Jun 2006 11:33:52 -0700 (PDT)
Received: from sj-dkim-1.cisco.com ([171.71.179.21]) by sj-iport-5.cisco.com with ESMTP; 12 Jun 2006 11:33:51 -0700
X-IronPort-AV: i="4.05,229,1146466800";  d="ics'?scan'208"; a="293301771:sNHT122074930"
Received: from sj-core-2.cisco.com (sj-core-2.cisco.com [171.71.177.254]) by sj-dkim-1.cisco.com (8.12.11/8.12.11) with ESMTP id k5CIXoaP014338;  Mon, 12 Jun 2006 11:33:51 -0700
Received: from imail.cisco.com (sjc12-sbr-sw3-3f5.cisco.com [172.19.96.182]) by sj-core-2.cisco.com (8.12.10/8.12.6) with ESMTP id k5CIXoke025983; Mon, 12 Jun 2006 11:33:50 -0700 (PDT)
Received: from [212.254.247.5] (ams3-vpn-dhcp4547.cisco.com [10.61.81.194]) by imail.cisco.com (8.12.11/8.12.10) with ESMTP id k5CITgik019640; Mon, 12 Jun 2006 11:29:43 -0700
Message-ID: <448DB38C.9070102@cisco.com>
Date: Mon, 12 Jun 2006 20:33:48 +0200
From: Eliot Lear <lear@cisco.com>
User-Agent: Thunderbird 1.5.0.4 (Macintosh/20060530)
MIME-Version: 1.0
To: Bernard Desruisseaux <bernard.desruisseaux@oracle.com>
Subject: Re: [Ietf-calsify] And here's the first crack...
References: <448D16D7.4080402@cisco.com> <448D6D45.3020808@oracle.com>
In-Reply-To: <448D6D45.3020808@oracle.com>
Content-Type: multipart/mixed; boundary="------------060400000005020307000500"
Authentication-Results: sj-dkim-1.cisco.com; header.From=lear@cisco.com; dkim=pass ( 42 extraneous bytes; sig from cisco.com verified; ); 
DKIM-Signature: a=rsa-sha1; q=dns; l=37499; t=1150137231; x=1151001231; c=relaxed/simple; s=sjdkim1001; h=From:Subject; d=cisco.com; i=lear@cisco.com; z=From:Eliot=20Lear=20<lear@cisco.com> |Subject:Re=3A=20[Ietf-calsify]=20And=20here's=20the=20first=20crack...; X=v=3Dcisco.com=3B=20h=3DCr6K0FAasi19blVOcGmDodOOIy0=3D; b=OCmLhtsJOBTGRDgcKmpMtgAEmmbaUdFso+EvuYpoo3lfFMZuZK5oZK7XTbWhCPc4yq58dfzm SoLClp0eobAH4pS1sBvwIxvbddARgwsK6hJo4AXm2lXdd5rU97AYIdz/;
X-Virus-Scanned: by amavisd-new and clamav at osafoundation.org
X-Spam-Status: No, hits=-0.4 tagged_above=-50.0 required=4.0 tests=AWL, TW_DV,  TW_KR, TW_MW, TW_PD, TW_SV, TW_VW, UPPERCASE_25_50
X-Spam-Level: 
Cc: "ietf-calsify@osafoundation.org" <ietf-calsify@osafoundation.org>
X-BeenThere: ietf-calsify@osafoundation.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: ietf-calsify.osafoundation.org
List-Unsubscribe: <http://lists.osafoundation.org/mailman/listinfo/ietf-calsify>,  <mailto:ietf-calsify-request@osafoundation.org?subject=unsubscribe>
List-Archive: <http://lists.osafoundation.org/pipermail/ietf-calsify>
List-Post: <mailto:ietf-calsify@osafoundation.org>
List-Help: <mailto:ietf-calsify-request@osafoundation.org?subject=help>
List-Subscribe: <http://lists.osafoundation.org/mailman/listinfo/ietf-calsify>,  <mailto:ietf-calsify-request@osafoundation.org?subject=subscribe>
X-List-Received-Date: Mon, 12 Jun 2006 18:33:55 -0000

This is a multi-part message in MIME format.
--------------060400000005020307000500
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: 7bit



Bernard Desruisseaux wrote:
> Eliot,
>
> You've used the wrong time zone.  All meetings are
> consistently starting 3 hours late!

I had San Diego on the brain.  I'm sure the people of Montreal wouldn't
like to know that I moved them all to the West, so let's try this
again.  Thanks to Bernard for catching my brain fart.  Here is a
(hopefully) more correct version.

Thanks,

Eliot

--------------060400000005020307000500
Content-Type: text/calendar; x-mac-type="0"; x-mac-creator="0"; name="a2.ics"
Content-Transfer-Encoding: 7bit
Content-Disposition: inline;
 filename="a2.ics"

BEGIN:VCALENDAR
CALSCALE:GREGORIAN
PRODID:-//Eliot Lear//gen-ietf-ical 2.1//EN
VERSION:2.0
METHOD:PUBLISH
BEGIN:VTIMEZONE
TZID:America/Montreal
LAST-MODIFIED:20060614T102150Z
BEGIN:DAYLIGHT
DTSTART:20060402T020000
TZOFFSETTO:-0400
TZOFFSETFROM:-0500
TZNAME:EDT
END:DAYLIGHT
BEGIN:STANDARD
DTSTART:20061030T020000
TZOFFSETTO:-0500
TZOFFSETFROM:-0400
TZNAME:EST
END:STANDARD
END:VTIMEZONE
BEGIN:VEVENT
DTSTART;TZID=America/Montreal:20060709T130000
DTEND;TZID=America/Montreal:20060709T144500
LOCATION:Room 519A
UID:2B119E13-09C6-4187-B3CE-6F341AFFD8F2@ietf.org
DTSTAMP:20060612T182915Z
SEQUENCE:2
SUMMARY: Editing an RFC Tutorial
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Montreal:20060709T130000
DTEND;TZID=America/Montreal:20060709T144500
LOCATION:Room 519B
UID:039C09C9-7AB5-49FB-9AC5-E8E95FC8955E@ietf.org
DTSTAMP:20060612T182915Z
SEQUENCE:2
SUMMARY: What MIB Document Editors Need to Know
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Montreal:20060709T130000
DTEND;TZID=America/Montreal:20060709T144500
LOCATION:Room 518AB
UID:DCB7CD73-053B-4F6D-B9B5-1D68559FDB11@ietf.org
DTSTAMP:20060612T182915Z
SEQUENCE:2
SUMMARY: New Comers
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Montreal:20060709T150000
DTEND;TZID=America/Montreal:20060709T164500
LOCATION:Room 519A
UID:446BB037-A830-4C9B-A465-4C2CE57873E1@ietf.org
DTSTAMP:20060612T182915Z
SEQUENCE:2
SUMMARY: Introduction to xml2rfc
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Montreal:20060709T150000
DTEND;TZID=America/Montreal:20060709T164500
LOCATION:Room 519B
UID:DF9A9909-AB24-46C0-9AED-7FFBCDF173BA@ietf.org
DTSTAMP:20060612T182915Z
SEQUENCE:2
SUMMARY: Routing\, Bridging and Switching Tutorial
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Montreal:20060709T170000
DTEND;TZID=America/Montreal:20060709T190000
LOCATION:Room 517D
UID:B8585C26-6957-4240-8F9A-B252043375CF@ietf.org
DTSTAMP:20060612T182915Z
SEQUENCE:2
SUMMARY: Welcome Reception
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Montreal:20060710T090000
DTEND;TZID=America/Montreal:20060710T113000
LOCATION:Room 518AB
UID:115645FC-8A61-4DB7-9C2E-B0F5423BC42D@ietf.org
DTSTAMP:20060612T182915Z
SEQUENCE:2
SUMMARY:APP - apparea - Applications Area Open Meeting
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Montreal:20060710T090000
DTEND;TZID=America/Montreal:20060710T113000
LOCATION:Room 513B
UID:04F10E44-9551-4A66-B1C2-2CEB1DD0A5B9@ietf.org
DTSTAMP:20060612T182915Z
SEQUENCE:2
SUMMARY:INT - ipdvb - IP over DVB WG
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Montreal:20060710T090000
DTEND;TZID=America/Montreal:20060710T113000
LOCATION:Room 515
UID:1C7DC3A2-EE84-4C80-88B0-CEF3E8691B85@ietf.org
DTSTAMP:20060612T182915Z
SEQUENCE:2
SUMMARY:INT - netlmm - Network-based Localized Mobility
  Management WG
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Montreal:20060710T090000
DTEND;TZID=America/Montreal:20060710T113000
LOCATION:Room 519B
UID:04E2616D-D3F6-4662-931D-E4026BC448F3@ietf.org
DTSTAMP:20060612T182915Z
SEQUENCE:2
SUMMARY:OPS - radext - RADIUS EXTensions WG
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Montreal:20060710T090000
DTEND;TZID=America/Montreal:20060710T113000
LOCATION:Room 520ABC
UID:00E0D629-C44B-4126-9B2D-40D973BF3FF7@ietf.org
DTSTAMP:20060612T182915Z
SEQUENCE:2
SUMMARY:RAI - enum - Telephone Number Mapping WG
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Montreal:20060710T090000
DTEND;TZID=America/Montreal:20060710T113000
LOCATION:Room 513C-F
UID:B3795C7B-E232-46EF-84A9-B828A765350C@ietf.org
DTSTAMP:20060612T182915Z
SEQUENCE:2
SUMMARY:RTG - ccamp - Common Control and Measurement Pl
 ane WG
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Montreal:20060710T090000
DTEND;TZID=America/Montreal:20060710T113000
LOCATION:Room 519A
UID:AF3CAD62-2FE7-4880-B021-A32F9E10ECE3@ietf.org
DTSTAMP:20060612T182915Z
SEQUENCE:2
SUMMARY:SEC - krb-wg - Kerberos WG WG
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Montreal:20060710T090000
DTEND;TZID=America/Montreal:20060710T113000
LOCATION:Room 520DEF
UID:C45188B2-4276-4600-8D8B-040BCBAFCD0C@ietf.org
DTSTAMP:20060612T182915Z
SEQUENCE:2
SUMMARY:TSV - offpath - Path-decouple Signaling for Dat
 a BOF
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Montreal:20060710T130000
DTEND;TZID=America/Montreal:20060710T150000
LOCATION:Room 518AB
UID:057F7296-9782-4764-AF04-6BF07DD345D6@ietf.org
DTSTAMP:20060612T182915Z
SEQUENCE:2
SUMMARY:INT - trill - Transparent Interconnection of Lo
 ts of Links WG
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Montreal:20060710T130000
DTEND;TZID=America/Montreal:20060710T150000
LOCATION:Room 519A
UID:5924EF25-1EAF-4EB0-BE04-921B3E89C15E@ietf.org
DTSTAMP:20060612T182915Z
SEQUENCE:2
SUMMARY:OPS - bmwg - Benchmarking Methodology WG
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Montreal:20060710T130000
DTEND;TZID=America/Montreal:20060710T150000
LOCATION:Room 515
UID:7CF67F94-B2A9-4E46-BB0D-06A7CD3561C4@ietf.org
DTSTAMP:20060612T182915Z
SEQUENCE:2
SUMMARY:RAI - xcon - Centralized Conferencing WG
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Montreal:20060710T130000
DTEND;TZID=America/Montreal:20060710T150000
LOCATION:Room 520DEF
UID:1800455C-8213-4F52-B475-9F9A19B9DC96@ietf.org
DTSTAMP:20060612T182915Z
SEQUENCE:2
SUMMARY:RAI - speermint - Session PEERing for Multimedi
 a INTerconnect WG
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Montreal:20060710T130000
DTEND;TZID=America/Montreal:20060710T150000
LOCATION:Room 520ABC
UID:E5627766-4348-488A-964C-189E6780036C@ietf.org
DTSTAMP:20060612T182915Z
SEQUENCE:2
SUMMARY:RTG - sidr - Secure Inter-Domain Routing WG
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Montreal:20060710T130000
DTEND;TZID=America/Montreal:20060710T150000
LOCATION:Room 519B
UID:557060AB-4FA7-41C2-8089-18067221C075@ietf.org
DTSTAMP:20060612T182915Z
SEQUENCE:2
SUMMARY:SEC - kitten - Kitten (GSS-API Next Generation)
  WG
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Montreal:20060710T130000
DTEND;TZID=America/Montreal:20060710T150000
LOCATION:Room 513B
UID:21EA1EF8-90AB-45F6-867E-5631CD713104@ietf.org
DTSTAMP:20060612T182915Z
SEQUENCE:2
SUMMARY:SEC - ltans - Long-Term Archive and Notary Serv
 ices WG
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Montreal:20060710T130000
DTEND;TZID=America/Montreal:20060710T150000
LOCATION:Room 513C-F
UID:45E6ECF9-911E-4ED7-8884-648A1E44FED9@ietf.org
DTSTAMP:20060612T182915Z
SEQUENCE:2
SUMMARY:TSV - rmt - Reliable Multicast Transport WG
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Montreal:20060710T152000
DTEND;TZID=America/Montreal:20060710T172000
LOCATION:Room 513B
UID:AB09732E-FBFD-4414-8D1F-44ED81DAB279@ietf.org
DTSTAMP:20060612T182915Z
SEQUENCE:2
SUMMARY:APP - lemonade - Enhancements to Internet email
  to support diverse service environments WG
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Montreal:20060710T152000
DTEND;TZID=America/Montreal:20060710T172000
LOCATION:Room 515
UID:D0AC3E5D-6424-4884-8100-E29939A37358@ietf.org
DTSTAMP:20060612T182915Z
SEQUENCE:2
SUMMARY:GEN - ipr - Intellectual Property Rights WG
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Montreal:20060710T152000
DTEND;TZID=America/Montreal:20060710T172000
LOCATION:Room 513C-F
UID:C1471515-AC07-4F7F-B1A1-1674904322E1@ietf.org
DTSTAMP:20060612T182915Z
SEQUENCE:2
SUMMARY:INT - 16ng - IP over IEEE 802.16 Networks BOF
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Montreal:20060710T152000
DTEND;TZID=America/Montreal:20060710T172000
LOCATION:Room 520ABC
UID:8A29A3EC-A897-4356-974B-A2B4AC518C2D@ietf.org
DTSTAMP:20060612T182915Z
SEQUENCE:2
SUMMARY:INT - shim6 - Site Multihoming by IPv6 Intermed
 iation WG
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Montreal:20060710T152000
DTEND;TZID=America/Montreal:20060710T172000
LOCATION:Room 518AB
UID:10CB9003-39C4-4A29-A391-12E2C9C968A3@ietf.org
DTSTAMP:20060612T182915Z
SEQUENCE:2
SUMMARY:OPS - capwap - Control And Provisioning of Wire
 less Access Points WG
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Montreal:20060710T152000
DTEND;TZID=America/Montreal:20060710T172000
LOCATION:Room 519A
UID:EBA26F36-DD7A-41AC-BBA8-1186608EBBCC@ietf.org
DTSTAMP:20060612T182915Z
SEQUENCE:2
SUMMARY:RTG - forces - Forwarding and Control Element S
 eparation WG
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Montreal:20060710T152000
DTEND;TZID=America/Montreal:20060710T172000
LOCATION:Room 519B
UID:A2181F88-DBD8-409E-9B82-06D89966651F@ietf.org
DTSTAMP:20060612T182915Z
SEQUENCE:2
SUMMARY:SEC - pkix - Public-Key Infrastructure (X.509) 
 WG
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Montreal:20060710T152000
DTEND;TZID=America/Montreal:20060710T172000
LOCATION:Room 520DEF
UID:9AB0ADF9-7A17-4EF4-92BC-6A9134AD0729@ietf.org
DTSTAMP:20060612T182915Z
SEQUENCE:2
SUMMARY:TSV - ternli - Transport-Enhancing Refinements 
 to the Network Layer BOF
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Montreal:20060710T174000
DTEND;TZID=America/Montreal:20060710T184000
LOCATION:Room 519B
UID:5A2D1896-925B-401D-9D6E-C747DC21C96F@ietf.org
DTSTAMP:20060612T182915Z
SEQUENCE:2
SUMMARY:APP - widex - Widget Description Exchange Servi
 ce WG
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Montreal:20060710T174000
DTEND;TZID=America/Montreal:20060710T184000
LOCATION:Room 520ABC
UID:F10802F5-7995-4D68-858B-D91FA7055570@ietf.org
DTSTAMP:20060612T182915Z
SEQUENCE:2
SUMMARY:INT - softwire - Softwires WG
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Montreal:20060710T174000
DTEND;TZID=America/Montreal:20060710T184000
LOCATION:Room 519A
UID:3A20ED7C-7DD9-410A-85D5-4C5BEF6682B8@ietf.org
DTSTAMP:20060612T182915Z
SEQUENCE:2
SUMMARY:IRTF - NMRG - Network Management Research Group
  Charter
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Montreal:20060710T174000
DTEND;TZID=America/Montreal:20060710T184000
LOCATION:Room 513C-F
UID:91804584-350A-4A94-A1C6-03B645F1DF45@ietf.org
DTSTAMP:20060612T182915Z
SEQUENCE:2
SUMMARY:OPS - dime - Diameter Maintenance and Extension
 s WG
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Montreal:20060710T174000
DTEND;TZID=America/Montreal:20060710T184000
LOCATION:Room 513B
UID:E53CD6CD-B50A-41E5-BEAD-0F17A20D3715@ietf.org
DTSTAMP:20060612T182915Z
SEQUENCE:2
SUMMARY:SEC - sasl - Simple Authentication and Security
  Layer WG
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Montreal:20060710T174000
DTEND;TZID=America/Montreal:20060710T184000
LOCATION:Room 518AB
UID:9ACED532-63F0-4AB4-985E-6B603B88C653@ietf.org
DTSTAMP:20060612T182915Z
SEQUENCE:2
SUMMARY:TSV - tsvwg - Transport Area Working Group WG
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Montreal:20060710T185000
DTEND;TZID=America/Montreal:20060710T195000
LOCATION:Room 519B
UID:59DDB363-0BA8-4297-B918-BB2E366953BF@ietf.org
DTSTAMP:20060612T182915Z
SEQUENCE:2
SUMMARY:APP - widex - Widget Description Exchange Servi
 ce WG
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Montreal:20060710T185000
DTEND;TZID=America/Montreal:20060710T195000
LOCATION:Room 515
UID:37D93AD5-D47A-4879-87F0-4BB1D4C44873@ietf.org
DTSTAMP:20060612T182915Z
SEQUENCE:2
SUMMARY:INT - hip - Host Identity Protocol WG
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Montreal:20060710T185000
DTEND;TZID=America/Montreal:20060710T195000
LOCATION:Room 519A
UID:DFCD242F-0F55-43FA-80B5-065B2A1C5902@ietf.org
DTSTAMP:20060612T182915Z
SEQUENCE:2
SUMMARY:IRTF - NMRG - Network Management Research Group
  Charter
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Montreal:20060710T185000
DTEND;TZID=America/Montreal:20060710T195000
LOCATION:Room 513C-F
UID:78FCD959-9EB5-4580-B96C-34C443C7E12B@ietf.org
DTSTAMP:20060612T182915Z
SEQUENCE:2
SUMMARY:OPS - dime - Diameter Maintenance and Extension
 s WG
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Montreal:20060710T185000
DTEND;TZID=America/Montreal:20060710T195000
LOCATION:Room 513B
UID:48FE5886-75CF-4E6E-86FE-D7EEF1F074E9@ietf.org
DTSTAMP:20060612T182915Z
SEQUENCE:2
SUMMARY:SEC - sasl - Simple Authentication and Security
  Layer WG
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Montreal:20060710T185000
DTEND;TZID=America/Montreal:20060710T195000
LOCATION:Room 518AB
UID:5286431E-B270-47B7-A86C-835FB11E4CB0@ietf.org
DTSTAMP:20060612T182915Z
SEQUENCE:2
SUMMARY:TSV - tsvwg - Transport Area Working Group WG
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Montreal:20060711T090000
DTEND;TZID=America/Montreal:20060711T113000
LOCATION:Room 515
UID:2BA21D14-BF82-456D-A6B6-A9B368337772@ietf.org
DTSTAMP:20060612T182915Z
SEQUENCE:2
SUMMARY:APP - eai - Email Address Internationalization 
 WG
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Montreal:20060711T090000
DTEND;TZID=America/Montreal:20060711T113000
LOCATION:Room 519B
UID:B2D7583F-E857-4DFC-9003-0EA06BF50DCE@ietf.org
DTSTAMP:20060612T182915Z
SEQUENCE:2
SUMMARY:INT - dhc - Dynamic Host Configuration WG
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Montreal:20060711T090000
DTEND;TZID=America/Montreal:20060711T113000
LOCATION:Room 518AB
UID:D19B0DE9-9EC4-4B23-A71F-F2EE566738EC@ietf.org
DTSTAMP:20060612T182915Z
SEQUENCE:2
SUMMARY:INT - 6lowpan - IPv6 over Low power WPAN WG
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Montreal:20060711T090000
DTEND;TZID=America/Montreal:20060711T113000
LOCATION:Room 519A
UID:B98E9B43-42F8-4BA9-8A3D-F54662A8A0DA@ietf.org
DTSTAMP:20060612T182915Z
SEQUENCE:2
SUMMARY:IRTF - SAMRG - Scalable Adaptive Multicast Rese
 arch Group
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Montreal:20060711T090000
DTEND;TZID=America/Montreal:20060711T113000
LOCATION:Room 520ABC
UID:00FDA503-708A-44D3-A3D0-24990B3DB628@ietf.org
DTSTAMP:20060612T182915Z
SEQUENCE:2
SUMMARY:OPS - mboned - MBONE Deployment WG
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Montreal:20060711T090000
DTEND;TZID=America/Montreal:20060711T113000
LOCATION:Room 520DEF
UID:FC879D5E-D27B-4EB4-8DDA-76C0FCB3757F@ietf.org
DTSTAMP:20060612T182915Z
SEQUENCE:2
SUMMARY:RAI - sipping - Session Initiation Proposal Inv
 estigation WG
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Montreal:20060711T090000
DTEND;TZID=America/Montreal:20060711T113000
LOCATION:Room 513C-F
UID:9AA572CC-6476-414B-A63B-4C40B57B438B@ietf.org
DTSTAMP:20060612T182915Z
SEQUENCE:2
SUMMARY:SEC - nea - Network Endpoint Assessment BOF
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Montreal:20060711T090000
DTEND;TZID=America/Montreal:20060711T113000
LOCATION:Room 513B
UID:36F19726-F353-45C3-925F-6ECE21098631@ietf.org
DTSTAMP:20060612T182915Z
SEQUENCE:2
SUMMARY:TSV - nfsv4 - Network File System Version 4 WG
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Montreal:20060711T130000
DTEND;TZID=America/Montreal:20060711T150000
LOCATION:Room 513B
UID:C6E20EA7-3B3F-4C52-88C0-D2963B14206B@ietf.org
DTSTAMP:20060612T182915Z
SEQUENCE:2
SUMMARY:APP - lemonade - Enhancements to Internet email
  to support diverse service environments WG
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Montreal:20060711T130000
DTEND;TZID=America/Montreal:20060711T150000
LOCATION:Room 515
UID:67B6D5B2-1ABB-459B-ACFF-9832923FF2DE@ietf.org
DTSTAMP:20060612T182915Z
SEQUENCE:2
SUMMARY:INT - dnsext - DNS Extensions WG
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Montreal:20060711T130000
DTEND;TZID=America/Montreal:20060711T150000
LOCATION:Room 518AB
UID:638FA394-1F7B-4052-8699-15B8E92F8C44@ietf.org
DTSTAMP:20060612T182915Z
SEQUENCE:2
SUMMARY:OPS - ipfix - IP Flow Information Export WG
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Montreal:20060711T130000
DTEND;TZID=America/Montreal:20060711T150000
LOCATION:Room 513C-F
UID:359B8C9E-103A-4100-80D2-FA29888B47FB@ietf.org
DTSTAMP:20060612T182915Z
SEQUENCE:2
SUMMARY:RAI - geopriv - Geographic Location/Privacy WG
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Montreal:20060711T130000
DTEND;TZID=America/Montreal:20060711T150000
LOCATION:Room 519A
UID:D3F286AF-B8E1-4CF1-830A-3FB7B07A3E7C@ietf.org
DTSTAMP:20060612T182915Z
SEQUENCE:2
SUMMARY:RTG - idr - Inter-Domain Routing WG
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Montreal:20060711T130000
DTEND;TZID=America/Montreal:20060711T150000
LOCATION:Room 519B
UID:47463267-5685-423C-9C7F-A3C0555F8512@ietf.org
DTSTAMP:20060612T182915Z
SEQUENCE:2
SUMMARY:SEC - tls - Transport Layer Security WG
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Montreal:20060711T130000
DTEND;TZID=America/Montreal:20060711T150000
LOCATION:Room 520ABC
UID:1A0BDB56-E302-4736-BC8D-531888B9E502@ietf.org
DTSTAMP:20060612T182915Z
SEQUENCE:2
SUMMARY:TSV - behave - Behavior Engineering for Hindran
 ce Avoidance WG
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Montreal:20060711T152000
DTEND;TZID=America/Montreal:20060711T172000
LOCATION:Room 513B
UID:BEA7CB14-E792-4579-A5BA-E74EEDC6323A@ietf.org
DTSTAMP:20060612T182915Z
SEQUENCE:2
SUMMARY:APP - sieve - Sieve Mail Filtering Language WG
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Montreal:20060711T152000
DTEND;TZID=America/Montreal:20060711T172000
LOCATION:Room 520DEF
UID:F9F84A47-2166-45EF-8559-E7CC6C2878F6@ietf.org
DTSTAMP:20060612T182915Z
SEQUENCE:2
SUMMARY:INT - mipshop - Mobility for IP: Performance\, 
 Signaling and Handoff Optimization WG
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Montreal:20060711T152000
DTEND;TZID=America/Montreal:20060711T172000
LOCATION:Room 519A
UID:BE84B0C0-9BAB-4F66-822D-0CBBE1D9376A@ietf.org
DTSTAMP:20060612T182915Z
SEQUENCE:2
SUMMARY:OPS - opsarea - Operations & Management Area Op
 en Meeting
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Montreal:20060711T152000
DTEND;TZID=America/Montreal:20060711T172000
LOCATION:Room 520ABC
UID:1A7E524C-E8B9-4C35-891E-2AD3EBF748CA@ietf.org
DTSTAMP:20060612T182915Z
SEQUENCE:2
SUMMARY:RAI - simple - SIP for Instant Messaging and Pr
 esence Leveraging Extensions WG
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Montreal:20060711T152000
DTEND;TZID=America/Montreal:20060711T172000
LOCATION:Room 515
UID:970C1F28-F205-44DD-84C4-FF60688B794B@ietf.org
DTSTAMP:20060612T182915Z
SEQUENCE:2
SUMMARY:RTG - l1vpn - Layer 1 Virtual Private Networks 
 WG
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Montreal:20060711T152000
DTEND;TZID=America/Montreal:20060711T172000
LOCATION:Room 513C-F
UID:2BD35531-3A9A-41D8-B40A-2AABE60FEDA2@ietf.org
DTSTAMP:20060612T182915Z
SEQUENCE:2
SUMMARY:SEC - btns - Better-Than-Nothing Security WG
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Montreal:20060711T152000
DTEND;TZID=America/Montreal:20060711T172000
LOCATION:Room 518AB
UID:BEE071DD-11CB-4B69-911D-769480E67232@ietf.org
DTSTAMP:20060612T182915Z
SEQUENCE:2
SUMMARY:TSV - dccp - Datagram Congestion Control Protoc
 ol WG
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Montreal:20060711T152000
DTEND;TZID=America/Montreal:20060711T172000
LOCATION:Room 519B
UID:5F3EC8F8-0D9B-46A9-B343-D4C51C1495D7@ietf.org
DTSTAMP:20060612T182915Z
SEQUENCE:2
SUMMARY:TSV - fecframe - FEC Framework WG
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Montreal:20060711T174000
DTEND;TZID=America/Montreal:20060711T184000
LOCATION:Room 513C-F
UID:07747DBC-A7C4-4B96-9087-1DB4C94C67EB@ietf.org
DTSTAMP:20060612T182915Z
SEQUENCE:2
SUMMARY:INT - monami6 - Mobile Nodes and Multiple Inter
 faces in IPv6 WG
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Montreal:20060711T174000
DTEND;TZID=America/Montreal:20060711T184000
LOCATION:Room 515
UID:7BDDC1EA-BF1B-4F8E-AFA8-7E396BD0EED6@ietf.org
DTSTAMP:20060612T182915Z
SEQUENCE:2
SUMMARY:INT - mip4 - Mobility for IPv4 WG
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Montreal:20060711T174000
DTEND;TZID=America/Montreal:20060711T184000
LOCATION:Room 515
UID:96070887-DB2E-49BB-9B8E-EC4FA3810EC1@ietf.org
DTSTAMP:20060612T182915Z
SEQUENCE:2
SUMMARY:INT - pwe3 - Pseudo Wire Emulation Edge to Edge
  WG
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Montreal:20060711T174000
DTEND;TZID=America/Montreal:20060711T184000
LOCATION:Room 519B
UID:400E3379-B666-4A4C-9099-667852148E68@ietf.org
DTSTAMP:20060612T182915Z
SEQUENCE:2
SUMMARY:OPS - opsec - Operational Security Capabilities
  for IP Network Infrastructure WG
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Montreal:20060711T174000
DTEND;TZID=America/Montreal:20060711T184000
LOCATION:Room 518AB
UID:4C195742-B32B-4648-938D-C70D3B296EEC@ietf.org
DTSTAMP:20060612T182915Z
SEQUENCE:2
SUMMARY:RAI - ecrit - Emergency Context Resolution with
  Internet Technologies WG
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Montreal:20060711T174000
DTEND;TZID=America/Montreal:20060711T184000
LOCATION:Room 513B
UID:4F303C21-73FD-4ED8-811B-A46318BDE22A@ietf.org
DTSTAMP:20060612T182915Z
SEQUENCE:2
SUMMARY:SEC - msec - Multicast Security WG
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Montreal:20060711T174000
DTEND;TZID=America/Montreal:20060711T184000
LOCATION:Room 519A
UID:8FD5AA86-DADB-4137-8A0E-ACC8C970D245@ietf.org
DTSTAMP:20060612T182915Z
SEQUENCE:2
SUMMARY:TSV - rohc - Robust Header Compression WG
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Montreal:20060711T185000
DTEND;TZID=America/Montreal:20060711T195000
LOCATION:Room 513C-F
UID:9533184F-E0F9-43E7-B968-AD587343D357@ietf.org
DTSTAMP:20060612T182915Z
SEQUENCE:2
SUMMARY:INT - nemo - Network Mobility WG
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Montreal:20060711T185000
DTEND;TZID=America/Montreal:20060711T195000
LOCATION:Room 518AB
UID:BFE0C951-BC8B-46D6-A513-5ADAA75AA039@ietf.org
DTSTAMP:20060612T182915Z
SEQUENCE:2
SUMMARY:RAI - ecrit - Emergency Context Resolution with
  Internet Technologies WG
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Montreal:20060711T185000
DTEND;TZID=America/Montreal:20060711T195000
LOCATION:Room 519B
UID:0430F554-D817-4CDC-BC7F-1BB3DB7709B9@ietf.org
DTSTAMP:20060612T182915Z
SEQUENCE:2
SUMMARY:RTG - isis - IS-IS for IP Internets WG
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Montreal:20060711T185000
DTEND;TZID=America/Montreal:20060711T195000
LOCATION:Room 513B
UID:7A9E4325-DDAA-4A82-94CE-A27C3221E409@ietf.org
DTSTAMP:20060612T182915Z
SEQUENCE:2
SUMMARY:SEC - openpgp - An Open Specification for Prett
 y Good Privacy WG
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Montreal:20060711T185000
DTEND;TZID=America/Montreal:20060711T195000
LOCATION:Room 519A
UID:196E50DA-18AE-45E4-83AA-1F8F2976B86A@ietf.org
DTSTAMP:20060612T182915Z
SEQUENCE:2
SUMMARY:TSV - rohc - Robust Header Compression WG
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Montreal:20060712T090000
DTEND;TZID=America/Montreal:20060712T113000
LOCATION:Room 513B
UID:B089BF7F-FAB8-4224-BE12-E4174E29E7DC@ietf.org
DTSTAMP:20060612T182915Z
SEQUENCE:2
SUMMARY:APP - calsify - Calendaring and Scheduling Stan
 dards Simplification WG
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Montreal:20060712T090000
DTEND;TZID=America/Montreal:20060712T113000
LOCATION:Room 518AB
UID:1A90179A-4E1F-489F-AD7E-D59E140763DF@ietf.org
DTSTAMP:20060612T182915Z
SEQUENCE:2
SUMMARY:INT - autoconf - Ad-Hoc Network Autoconfigurati
 on WG
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Montreal:20060712T090000
DTEND;TZID=America/Montreal:20060712T113000
LOCATION:Room 519B
UID:308061C9-E9EF-4499-8630-1453B76DB4D3@ietf.org
DTSTAMP:20060612T182915Z
SEQUENCE:2
SUMMARY:IRTF - MobOpts - IP Mobility Optimizations Rese
 arch Group
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Montreal:20060712T090000
DTEND;TZID=America/Montreal:20060712T113000
LOCATION:Room 515
UID:C4F97F13-9943-4D83-88E5-4564E1341C7E@ietf.org
DTSTAMP:20060612T182915Z
SEQUENCE:2
SUMMARY:OPS - v6ops - IPv6 Operations WG
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Montreal:20060712T090000
DTEND;TZID=America/Montreal:20060712T113000
LOCATION:Room 513C-F
UID:D6A9D824-0715-4112-9348-E6D24E5081BD@ietf.org
DTSTAMP:20060612T182915Z
SEQUENCE:2
SUMMARY:RAI - mmusic - Multiparty Multimedia Session Co
 ntrol WG
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Montreal:20060712T090000
DTEND;TZID=America/Montreal:20060712T113000
LOCATION:Room 520DEF
UID:810EF0C5-C045-4F65-B893-96222CF7C7AA@ietf.org
DTSTAMP:20060612T182915Z
SEQUENCE:2
SUMMARY:RTG - mpls - Multiprotocol Label Switching WG
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Montreal:20060712T090000
DTEND;TZID=America/Montreal:20060712T113000
LOCATION:Room 519A
UID:59B8B9EA-819E-4EA3-895B-418257AF49D9@ietf.org
DTSTAMP:20060612T182915Z
SEQUENCE:2
SUMMARY:SEC - emu - EAP Method Update WG
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Montreal:20060712T090000
DTEND;TZID=America/Montreal:20060712T113000
LOCATION:Room 520ABC
UID:9EBADF53-606D-4627-B694-C589DAC3559C@ietf.org
DTSTAMP:20060612T182915Z
SEQUENCE:2
SUMMARY:TSV - nsis - Next Steps in Signaling WG
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Montreal:20060712T130000
DTEND;TZID=America/Montreal:20060712T150000
LOCATION:Room 513B
UID:44C8126E-0408-4D63-A5DE-6ADF12C6D94B@ietf.org
DTSTAMP:20060612T182915Z
SEQUENCE:2
SUMMARY:APP - dmsp - Distributed Multimodal Synchroniza
 tion Protocol BOF
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Montreal:20060712T130000
DTEND;TZID=America/Montreal:20060712T150000
LOCATION:Room 513C-F
UID:CE0C3BA6-51B3-4B16-AAC3-5334D3FC8B19@ietf.org
DTSTAMP:20060612T182915Z
SEQUENCE:2
SUMMARY:INT - intarea - Internet Area Open Meeting
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Montreal:20060712T130000
DTEND;TZID=America/Montreal:20060712T150000
LOCATION:Room 520ABC
UID:8EC9A0D5-40C8-407D-8020-F93295BBA2CF@ietf.org
DTSTAMP:20060612T182915Z
SEQUENCE:2
SUMMARY:RAI - sip - Session Initiation Protocol WG
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Montreal:20060712T130000
DTEND;TZID=America/Montreal:20060712T150000
LOCATION:Room 515
UID:A18F3251-6757-4343-BD85-16942E6E2D26@ietf.org
DTSTAMP:20060612T182915Z
SEQUENCE:2
SUMMARY:RTG - ospf - Open Shortest Path First IGP WG
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Montreal:20060712T130000
DTEND;TZID=America/Montreal:20060712T150000
LOCATION:Room 519B
UID:BE9EEB1F-88AD-45DF-BF25-AD0A01DD2EA9@ietf.org
DTSTAMP:20060612T182915Z
SEQUENCE:2
SUMMARY:SEC - inch - Extended Incident Handling WG
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Montreal:20060712T130000
DTEND;TZID=America/Montreal:20060712T150000
LOCATION:Room 518AB
UID:E74F2591-B4EB-4CED-A1F5-F868B63D46BD@ietf.org
DTSTAMP:20060612T182915Z
SEQUENCE:2
SUMMARY:TSV - ippm - IP Performance Metrics WG
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Montreal:20060712T130000
DTEND;TZID=America/Montreal:20060712T150000
LOCATION:Room 519A
UID:97BF29A1-C0B1-44D2-8E6F-F97EF5E4B1A3@ietf.org
DTSTAMP:20060612T182915Z
SEQUENCE:2
SUMMARY:TSV - rserpool - Reliable Server Pooling WG
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Montreal:20060712T151000
DTEND;TZID=America/Montreal:20060712T161000
LOCATION:Room 519A
UID:D282F9D5-8416-4CF7-8A27-FF6A0133944F@ietf.org
DTSTAMP:20060612T182915Z
SEQUENCE:2
SUMMARY:APP - atompub - Atom Publishing Format and Prot
 ocol WG
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Montreal:20060712T151000
DTEND;TZID=America/Montreal:20060712T161000
LOCATION:Room 513C-F
UID:D34D6A9F-DC3A-4105-8979-E77BA8F9D3CF@ietf.org
DTSTAMP:20060612T182915Z
SEQUENCE:2
SUMMARY:INT - mipshop - Mobility for IP: Performance\, 
 Signaling and Handoff Optimization WG
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Montreal:20060712T151000
DTEND;TZID=America/Montreal:20060712T161000
LOCATION:Room 515
UID:D8B4B430-A64B-411F-96EB-B78E1ABC7907@ietf.org
DTSTAMP:20060612T182915Z
SEQUENCE:2
SUMMARY:OPS - grow - Global Routing Operations WG
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Montreal:20060712T151000
DTEND;TZID=America/Montreal:20060712T161000
LOCATION:Room 518AB
UID:52DD40FE-35E9-4EDD-8130-592ECEE9FFCD@ietf.org
DTSTAMP:20060612T182915Z
SEQUENCE:2
SUMMARY:RTG - pim - Protocol Independent Multicast WG
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Montreal:20060712T151000
DTEND;TZID=America/Montreal:20060712T161000
LOCATION:Room 519B
UID:E2045DC5-DF33-4247-84A0-40F4FF808022@ietf.org
DTSTAMP:20060612T182915Z
SEQUENCE:2
SUMMARY:SEC - isms - Integrated Security Model for SNMP
  WG
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Montreal:20060712T151000
DTEND;TZID=America/Montreal:20060712T161000
LOCATION:Room 513B
UID:89015688-0077-496D-828C-FBC5BB2C48FD@ietf.org
DTSTAMP:20060612T182915Z
SEQUENCE:2
SUMMARY:TSV - ips - IP Storage WG
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Montreal:20060712T161000
DTEND;TZID=America/Montreal:20060712T170000
UID:DBA1756C-FCFB-43A0-94D6-C9ABD0D2E89F@ietf.org
DTSTAMP:20060612T182915Z
SEQUENCE:2
SUMMARY:
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Montreal:20060712T170000
DTEND;TZID=America/Montreal:20060712T193000
LOCATION:Room 520ABC
UID:910C3120-BC7F-457B-BABB-56BF650BE067@ietf.org
DTSTAMP:20060612T182915Z
SEQUENCE:2
SUMMARY:IETF Operations and Administration Plenary
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Montreal:20060712T170000
DTEND;TZID=America/Montreal:20060712T193000
LOCATION:THE AGENDA
UID:600802C2-51E3-46C1-8CA9-697B82B7203E@ietf.org
DTSTAMP:20060612T182915Z
SEQUENCE:2
SUMMARY:HAS - NOT - BEEN UPLOADED YET
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Montreal:20060713T090000
DTEND;TZID=America/Montreal:20060713T113000
LOCATION:Room 518AB
UID:A0BB030E-2C45-4BAE-9E8F-89907C2E57CA@ietf.org
DTSTAMP:20060612T182915Z
SEQUENCE:2
SUMMARY:INT - mip6 - Mobility for IPv6 WG
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Montreal:20060713T090000
DTEND;TZID=America/Montreal:20060713T113000
LOCATION:Room 513B
UID:F68AB136-F0D0-4EFC-AF80-EFB124905C41@ietf.org
DTSTAMP:20060612T182915Z
SEQUENCE:2
SUMMARY:INT - ntp - Network Time Protocol WG
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Montreal:20060713T090000
DTEND;TZID=America/Montreal:20060713T113000
LOCATION:Room 513C-F
UID:2867339D-4379-4ADD-A5E5-DB8C3AA4358D@ietf.org
DTSTAMP:20060612T182915Z
SEQUENCE:2
SUMMARY:OPS - dnsop - Domain Name System Operations WG
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Montreal:20060713T090000
DTEND;TZID=America/Montreal:20060713T113000
LOCATION:Room 520ABC
UID:4DF4F344-D674-478A-83E1-2C058666C089@ietf.org
DTSTAMP:20060612T182915Z
SEQUENCE:2
SUMMARY:RAI - sipping - Session Initiation Proposal Inv
 estigation WG
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Montreal:20060713T090000
DTEND;TZID=America/Montreal:20060713T113000
LOCATION:Room 515
UID:069D2FFA-553D-4DC9-AEF5-E8EB0DEF0B31@ietf.org
DTSTAMP:20060612T182915Z
SEQUENCE:2
SUMMARY:SEC - hoakey - Handover and Application Keying 
 and Pre-authentication BOF
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Montreal:20060713T090000
DTEND;TZID=America/Montreal:20060713T113000
LOCATION:Room 520DEF
UID:38BDF2BA-34A4-4B09-8E4E-48B7C77335C7@ietf.org
DTSTAMP:20060612T182915Z
SEQUENCE:2
SUMMARY:TSV - tsvarea - Transport Area Open Meeting
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Montreal:20060713T130000
DTEND;TZID=America/Montreal:20060713T150000
LOCATION:Room 513B
UID:2DCACC49-7EED-4C03-945B-0E77656772E9@ietf.org
DTSTAMP:20060612T182915Z
SEQUENCE:2
SUMMARY:INT - pana - Protocol for carrying Authenticati
 on for Network Access WG
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Montreal:20060713T130000
DTEND;TZID=America/Montreal:20060713T150000
LOCATION:Room 513C-F
UID:573E8110-2C7A-41B5-B521-80817FA64744@ietf.org
DTSTAMP:20060612T182915Z
SEQUENCE:2
SUMMARY:RAI - sip - Session Initiation Protocol WG
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Montreal:20060713T130000
DTEND;TZID=America/Montreal:20060713T150000
LOCATION:Room 519A
UID:99FEC0E9-46FE-4D8D-9C55-21D4BD71CA4C@ietf.org
DTSTAMP:20060612T182915Z
SEQUENCE:2
SUMMARY:RTG - manet - Mobile Ad-hoc Networks WG
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Montreal:20060713T130000
DTEND;TZID=America/Montreal:20060713T150000
LOCATION:Room 519B
UID:4F7D0693-04B0-444C-A9FF-35388E359C6D@ietf.org
DTSTAMP:20060612T182915Z
SEQUENCE:2
SUMMARY:RTG - pce - Path Computation Element WG
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Montreal:20060713T130000
DTEND;TZID=America/Montreal:20060713T150000
LOCATION:Room 515
UID:1462664F-41DE-4531-81C5-AEE095692642@ietf.org
DTSTAMP:20060612T182915Z
SEQUENCE:2
SUMMARY:SEC - saag - Security Area Directorate Open Mee
 ting
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Montreal:20060713T130000
DTEND;TZID=America/Montreal:20060713T150000
LOCATION:Room 518AB
UID:E38C6B97-5812-4D6B-BA9A-2811AB5D8666@ietf.org
DTSTAMP:20060612T182915Z
SEQUENCE:2
SUMMARY:TSV - tcpm - TCP Maintenance and Minor Extensio
 ns WG
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Montreal:20060713T151000
DTEND;TZID=America/Montreal:20060713T161000
LOCATION:Room 519B
UID:BFCCC456-E99F-4FB2-BB03-4591C3C5F69E@ietf.org
DTSTAMP:20060612T182915Z
SEQUENCE:2
SUMMARY:INT - dna - Detecting Network Attachment WG
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Montreal:20060713T151000
DTEND;TZID=America/Montreal:20060713T161000
LOCATION:Room 518AB
UID:987C9D26-07D3-4193-AA2B-00C74FC33C29@ietf.org
DTSTAMP:20060612T182915Z
SEQUENCE:2
SUMMARY:INT - l2vpn - Layer 2 Virtual Private Networks 
 WG
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Montreal:20060713T151000
DTEND;TZID=America/Montreal:20060713T161000
LOCATION:Room 513B
UID:6F90BA85-5102-4905-A94F-DB847348DD2E@ietf.org
DTSTAMP:20060612T182915Z
SEQUENCE:2
SUMMARY:OPS - imss - Internet and Management Support fo
 r Storage WG
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Montreal:20060713T151000
DTEND;TZID=America/Montreal:20060713T161000
LOCATION:Room 515
UID:DBC6B3DF-9BE3-4641-A271-6041B3524F65@ietf.org
DTSTAMP:20060612T182915Z
SEQUENCE:2
SUMMARY:RTG - rpsec - Routing Protocol Security Require
 ments WG
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Montreal:20060713T151000
DTEND;TZID=America/Montreal:20060713T161000
LOCATION:Room 519A
UID:A4EDC868-0C2B-485E-8529-B1F090068FDA@ietf.org
DTSTAMP:20060612T182915Z
SEQUENCE:2
SUMMARY:SEC - smime - S/MIME Mail Security WG
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Montreal:20060713T151000
DTEND;TZID=America/Montreal:20060713T161000
LOCATION:Room 513C-F
UID:15B554D7-278D-48A1-9739-6B96C0AB30CD@ietf.org
DTSTAMP:20060612T182915Z
SEQUENCE:2
SUMMARY:TSV - nsis - Next Steps in Signaling WG
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Montreal:20060713T170000
DTEND;TZID=America/Montreal:20060713T193000
LOCATION:Room 520ABC
UID:A9B62B87-DDC6-4B25-9CFE-D43D3B1D0B38@ietf.org
DTSTAMP:20060612T182915Z
SEQUENCE:2
SUMMARY:Technical Plenary
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Montreal:20060714T090000
DTEND;TZID=America/Montreal:20060714T113000
LOCATION:Room 518AB
UID:A22C405E-0BF7-4D60-AF9C-872B3466E2F1@ietf.org
DTSTAMP:20060612T182915Z
SEQUENCE:2
SUMMARY:GEN - genarea - General Area Open Meeting
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Montreal:20060714T090000
DTEND;TZID=America/Montreal:20060714T113000
LOCATION:Room 515
UID:49C00427-4834-43F4-B7F7-0BDB1263D90F@ietf.org
DTSTAMP:20060612T182915Z
SEQUENCE:2
SUMMARY:INT - l3vpn - Layer 3 Virtual Private Networks 
 WG
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Montreal:20060714T090000
DTEND;TZID=America/Montreal:20060714T113000
LOCATION:Room 513B
UID:545E1516-F17D-469B-92D5-F3874A66618D@ietf.org
DTSTAMP:20060612T182915Z
SEQUENCE:2
SUMMARY:OPS - netconf - Network Configuration WG
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Montreal:20060714T090000
DTEND;TZID=America/Montreal:20060714T113000
LOCATION:Room 519B
UID:952D23BF-DC1B-487B-B2BA-1430415CC040@ietf.org
DTSTAMP:20060612T182915Z
SEQUENCE:2
SUMMARY:RAI - avt - Audio/Video Transport WG
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Montreal:20060714T090000
DTEND;TZID=America/Montreal:20060714T113000
LOCATION:Room 519A
UID:53687EBE-AE56-49AA-B9FE-92D76F1D4825@ietf.org
DTSTAMP:20060612T182915Z
SEQUENCE:2
SUMMARY:SEC - dkim - Domain Keys Identified Mail WG
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Montreal:20060714T090000
DTEND;TZID=America/Montreal:20060714T113000
LOCATION:Room 519A
UID:BA4EF0D7-25CB-4240-BFEB-64BD2B01EC81@ietf.org
DTSTAMP:20060612T182915Z
SEQUENCE:2
SUMMARY:SEC - dkim - Domain Keys Identified Mail WG
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Montreal:20060714T123000
DTEND;TZID=America/Montreal:20060714T150000
LOCATION:Room 513B
UID:994DC28E-2083-448B-8806-79ADFDB9DE6D@ietf.org
DTSTAMP:20060612T182915Z
SEQUENCE:2
SUMMARY:IRTF - HIPRG - Host Identity Protocol
END:VEVENT
END:VCALENDAR

--------------060400000005020307000500--


Return-Path: <bernard.desruisseaux@oracle.com>
X-Original-To: ietf-calsify@osafoundation.org
Delivered-To: ietf-calsify@osafoundation.org
Received: from laweleka.osafoundation.org (laweleka.osafoundation.org [204.152.186.98]) by leilani.osafoundation.org (Postfix) with ESMTP id 7D2997F846 for <ietf-calsify@osafoundation.org>; Mon, 12 Jun 2006 06:33:31 -0700 (PDT)
Received: from localhost (localhost [127.0.0.1]) by laweleka.osafoundation.org (Postfix) with ESMTP id 622271422C2 for <ietf-calsify@osafoundation.org>; Mon, 12 Jun 2006 06:33:31 -0700 (PDT)
Received: from laweleka.osafoundation.org ([127.0.0.1]) by localhost (laweleka.osafoundation.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 20209-07 for <ietf-calsify@osafoundation.org>; Mon, 12 Jun 2006 06:33:31 -0700 (PDT)
Received: from rgminet01.oracle.com (rgminet01.oracle.com [148.87.113.118]) (using TLSv1 with cipher EDH-RSA-DES-CBC3-SHA (168/168 bits)) (No client certificate requested) by laweleka.osafoundation.org (Postfix) with ESMTP id F12CF1422BE for <ietf-calsify@osafoundation.org>; Mon, 12 Jun 2006 06:33:30 -0700 (PDT)
Received: from rgmsgw301.us.oracle.com (rgmsgw301.us.oracle.com [138.1.186.50]) by rgminet01.oracle.com (Switch-3.1.6/Switch-3.1.6) with ESMTP id k5CDXT0J031884; Mon, 12 Jun 2006 07:33:29 -0600
Received: from [10.156.42.83] (bdesruis-ca.ca.oracle.com [10.156.42.83]) by rgmsgw301.us.oracle.com (Switch-3.1.7/Switch-3.1.7) with ESMTP id k5CDXRIj029576 (version=TLSv1/SSLv3 cipher=RC4-MD5 bits=128 verify=NO); Mon, 12 Jun 2006 07:33:28 -0600
Message-ID: <448D6D45.3020808@oracle.com>
Date: Mon, 12 Jun 2006 09:33:57 -0400
From: Bernard Desruisseaux <bernard.desruisseaux@oracle.com>
User-Agent: Thunderbird 1.5.0.4 (Windows/20060516)
MIME-Version: 1.0
To: Eliot Lear <lear@cisco.com>
Subject: Re: [Ietf-calsify] And here's the first crack...
References: <448D16D7.4080402@cisco.com>
In-Reply-To: <448D16D7.4080402@cisco.com>
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding: 7bit
X-Brightmail-Tracker: AAAAAQAAAAI=
X-Whitelist: TRUE
X-Virus-Scanned: by amavisd-new and clamav at osafoundation.org
X-Spam-Status: No, hits=-0.8 tagged_above=-50.0 required=4.0 tests=AWL
X-Spam-Level: 
Cc: "ietf-calsify@osafoundation.org" <ietf-calsify@osafoundation.org>
X-BeenThere: ietf-calsify@osafoundation.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: ietf-calsify.osafoundation.org
List-Unsubscribe: <http://lists.osafoundation.org/mailman/listinfo/ietf-calsify>,  <mailto:ietf-calsify-request@osafoundation.org?subject=unsubscribe>
List-Archive: <http://lists.osafoundation.org/pipermail/ietf-calsify>
List-Post: <mailto:ietf-calsify@osafoundation.org>
List-Help: <mailto:ietf-calsify-request@osafoundation.org?subject=help>
List-Subscribe: <http://lists.osafoundation.org/mailman/listinfo/ietf-calsify>,  <mailto:ietf-calsify-request@osafoundation.org?subject=subscribe>
X-List-Received-Date: Mon, 12 Jun 2006 13:33:32 -0000

Eliot,

You've used the wrong time zone.  All meetings are
consistently starting 3 hours late!

Cheers,
Bernard

Eliot Lear wrote:
> ... at an iCalendar agenda file (attached).  Let me know if you run into
> problems.
> 
> Eliot
> 



Return-Path: <bernard.desruisseaux@oracle.com>
X-Original-To: Ietf-calsify@osafoundation.org
Delivered-To: Ietf-calsify@osafoundation.org
Received: from laweleka.osafoundation.org (laweleka.osafoundation.org [204.152.186.98]) by leilani.osafoundation.org (Postfix) with ESMTP id 790077F853 for <Ietf-calsify@osafoundation.org>; Mon, 12 Jun 2006 06:21:30 -0700 (PDT)
Received: from localhost (localhost [127.0.0.1]) by laweleka.osafoundation.org (Postfix) with ESMTP id 64F821422C2 for <Ietf-calsify@osafoundation.org>; Mon, 12 Jun 2006 06:21:30 -0700 (PDT)
Received: from laweleka.osafoundation.org ([127.0.0.1]) by localhost (laweleka.osafoundation.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 00756-10 for <Ietf-calsify@osafoundation.org>; Mon, 12 Jun 2006 06:21:26 -0700 (PDT)
Received: from rgminet01.oracle.com (rgminet01.oracle.com [148.87.113.118]) (using TLSv1 with cipher EDH-RSA-DES-CBC3-SHA (168/168 bits)) (No client certificate requested) by laweleka.osafoundation.org (Postfix) with ESMTP id B34381422BF for <Ietf-calsify@osafoundation.org>; Mon, 12 Jun 2006 06:21:26 -0700 (PDT)
Received: from rgmsgw301.us.oracle.com (rgmsgw301.us.oracle.com [138.1.186.50]) by rgminet01.oracle.com (Switch-3.1.6/Switch-3.1.6) with ESMTP id k5CDLOvg012717; Mon, 12 Jun 2006 07:21:24 -0600
Received: from [10.156.42.83] (bdesruis-ca.ca.oracle.com [10.156.42.83]) by rgmsgw301.us.oracle.com (Switch-3.1.7/Switch-3.1.7) with ESMTP id k5CDLMAj024518 (version=TLSv1/SSLv3 cipher=RC4-MD5 bits=128 verify=NO); Mon, 12 Jun 2006 07:21:23 -0600
Message-ID: <448D6A6E.1090006@oracle.com>
Date: Mon, 12 Jun 2006 09:21:50 -0400
From: Bernard Desruisseaux <bernard.desruisseaux@oracle.com>
User-Agent: Thunderbird 1.5.0.4 (Windows/20060516)
MIME-Version: 1.0
To: Reinhold Kainhofer <reinhold@kainhofer.com>
Subject: Re: [Ietf-calsify] Error in RFC 2445 regarding DTSTAMP being optional (in the grammar)
References: <200606092314.21663.reinhold@kainhofer.com>
In-Reply-To: <200606092314.21663.reinhold@kainhofer.com>
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding: 7bit
X-Brightmail-Tracker: AAAAAQAAAAI=
X-Whitelist: TRUE
X-Virus-Scanned: by amavisd-new and clamav at osafoundation.org
X-Spam-Status: No, hits=-0.8 tagged_above=-50.0 required=4.0 tests=AWL
X-Spam-Level: 
Cc: CALSIFY Mailinglist <Ietf-calsify@osafoundation.org>
X-BeenThere: ietf-calsify@osafoundation.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: ietf-calsify.osafoundation.org
List-Unsubscribe: <http://lists.osafoundation.org/mailman/listinfo/ietf-calsify>,  <mailto:ietf-calsify-request@osafoundation.org?subject=unsubscribe>
List-Archive: <http://lists.osafoundation.org/pipermail/ietf-calsify>
List-Post: <mailto:ietf-calsify@osafoundation.org>
List-Help: <mailto:ietf-calsify-request@osafoundation.org?subject=help>
List-Subscribe: <http://lists.osafoundation.org/mailman/listinfo/ietf-calsify>,  <mailto:ietf-calsify-request@osafoundation.org?subject=subscribe>
X-List-Received-Date: Mon, 12 Jun 2006 13:21:30 -0000

Hi Reinhold,

The ABNFs are currently not in agreement with the text specified
in the Conformance section of DTSTAMP, DTSTART and UID.

The ABNF will be fixed.

Cheers,
Bernard

Reinhold Kainhofer wrote:
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
> 
> Hi all,
> While reading rfc 2445 for the ISOC calendar conformance, I found that the 
> grammar for VEVENT, VTODO, VJOURNAL, VFREEBUSY all say that the dtstamp 
> property is optional (but must not appear more than once). However, the 
> section on DTSTAMP reads:
> 
> 4.8.7.2 Date/Time Stamp
> 
>    Property Name: DTSTAMP
> 
>    Purpose: The property indicates the date/time that the instance of
>    the iCalendar object was created.
> 
>    Value Type: DATE-TIME
> 
>    Property Parameters: Non-standard property parameters can be
>    specified on this property.
> 
>    Conformance: This property MUST be included in the "VEVENT", "VTODO",
>    "VJOURNAL" or "VFREEBUSY" calendar components.
> 
>    Description: The value MUST be specified in the UTC time format.
> 
> 
> So,clearly, the DTSTAMP property is not optional. I suppose this should be 
> changed in the grammar? 
> Or is it really optional and section 4.8.7.2 is wrong?
> 
> Cheers,
> Reinhold
> - -- 
> - ------------------------------------------------------------------
> Reinhold Kainhofer, Vienna, Austria
> email: reinhold@kainhofer.com, http://reinhold.kainhofer.com/
>  * Financial and Actuarial Mathematics, TU Wien, http://www.fam.tuwien.ac.at
>  * K Desktop Environment, http://www.kde.org/, KOrganizer maintainer
>  * Chorvereinigung "Jung-Wien", http://www.jung-wien.at/
> -----BEGIN PGP SIGNATURE-----
> Version: GnuPG v1.4.3 (GNU/Linux)
> 
> iD8DBQFEieStTqjEwhXvPN0RAqZ0AJ9V/uW6TfV3nDMrXtAsDU/jzH3jowCgmXD9
> P3/6q17H2/DcQmmIxYD+rK0=
> =dOi8
> -----END PGP SIGNATURE-----
> _______________________________________________
> Ietf-calsify mailing list
> Ietf-calsify@osafoundation.org
> http://lists.osafoundation.org/mailman/listinfo/ietf-calsify


Return-Path: <lear@cisco.com>
X-Original-To: ietf-calsify@osafoundation.org
Delivered-To: ietf-calsify@osafoundation.org
Received: from laweleka.osafoundation.org (laweleka.osafoundation.org [204.152.186.98]) by leilani.osafoundation.org (Postfix) with ESMTP id 2B83B7F7AE for <ietf-calsify@osafoundation.org>; Mon, 12 Jun 2006 00:25:17 -0700 (PDT)
Received: from localhost (localhost [127.0.0.1]) by laweleka.osafoundation.org (Postfix) with ESMTP id 1A4991422C5 for <ietf-calsify@osafoundation.org>; Mon, 12 Jun 2006 00:25:17 -0700 (PDT)
Received: from laweleka.osafoundation.org ([127.0.0.1]) by localhost (laweleka.osafoundation.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 08685-03 for <ietf-calsify@osafoundation.org>; Mon, 12 Jun 2006 00:25:14 -0700 (PDT)
Received: from sj-iport-3.cisco.com (sj-iport-3-in.cisco.com [171.71.176.72]) by laweleka.osafoundation.org (Postfix) with ESMTP id B2B171422C1 for <ietf-calsify@osafoundation.org>; Mon, 12 Jun 2006 00:25:14 -0700 (PDT)
Received: from sj-dkim-3.cisco.com ([171.71.179.195]) by sj-iport-3.cisco.com with ESMTP; 12 Jun 2006 00:25:14 -0700
X-IronPort-AV: i="4.05,228,1146466800";  d="ics'?scan'208"; a="430565141:sNHT45932432"
Received: from sj-core-1.cisco.com (sj-core-1.cisco.com [171.71.177.237]) by sj-dkim-3.cisco.com (8.12.11/8.12.11) with ESMTP id k5C7PED5032591 for <ietf-calsify@osafoundation.org>; Mon, 12 Jun 2006 00:25:14 -0700
Received: from imail.cisco.com (sjc12-sbr-sw3-3f5.cisco.com [172.19.96.182]) by sj-core-1.cisco.com (8.12.10/8.12.6) with ESMTP id k5C7PE9s020615 for <ietf-calsify@osafoundation.org>; Mon, 12 Jun 2006 00:25:14 -0700 (PDT)
Received: from [212.254.247.5] (ams3-vpn-dhcp108.cisco.com [10.61.64.108]) by imail.cisco.com (8.12.11/8.12.10) with ESMTP id k5C7L7C7004774 for <ietf-calsify@osafoundation.org>; Mon, 12 Jun 2006 00:21:08 -0700
Message-ID: <448D16D7.4080402@cisco.com>
Date: Mon, 12 Jun 2006 09:25:11 +0200
From: Eliot Lear <lear@cisco.com>
User-Agent: Thunderbird 1.5.0.4 (Macintosh/20060530)
MIME-Version: 1.0
To: "ietf-calsify@osafoundation.org" <ietf-calsify@osafoundation.org>
Content-Type: multipart/mixed; boundary="------------000307090503040501000305"
Authentication-Results: sj-dkim-3.cisco.com; header.From=lear@cisco.com; dkim=pass ( 42 extraneous bytes; sig from cisco.com verified; ); 
DKIM-Signature: a=rsa-sha1; q=dns; l=35661; t=1150097114; x=1150961114; c=relaxed/simple; s=sjdkim3001; h=Content-Type:From:Subject:Content-Transfer-Encoding:MIME-Version; d=cisco.com; i=lear@cisco.com; z=From:Eliot=20Lear=20<lear@cisco.com> |Subject:And=20here's=20the=20first=20crack...; X=v=3Dcisco.com=3B=20h=3DM/i5RMI536mVBeo9ToGtDy80DQE=3D; b=nuHhJmNBIv62BCmDGDNXQ6odpX+d60zpsXo6M+5/SuwyO+4Z0oMffXa2Ck38s3sVFaKRWpa1 5dCRPAZvPr1pU5SK20t57cHFOmbBY/w/TJOiGchdrfkzRMIJ5D5DhttW;
X-Virus-Scanned: by amavisd-new and clamav at osafoundation.org
X-Spam-Status: No, hits=-0.4 tagged_above=-50.0 required=4.0 tests=AWL, TO_ADDRESS_EQ_REAL, TW_DV, TW_KR, TW_MW, TW_PD, TW_SV, TW_VW, UPPERCASE_25_50
X-Spam-Level: 
Subject: [Ietf-calsify] And here's the first crack...
X-BeenThere: ietf-calsify@osafoundation.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: ietf-calsify.osafoundation.org
List-Unsubscribe: <http://lists.osafoundation.org/mailman/listinfo/ietf-calsify>,  <mailto:ietf-calsify-request@osafoundation.org?subject=unsubscribe>
List-Archive: <http://lists.osafoundation.org/pipermail/ietf-calsify>
List-Post: <mailto:ietf-calsify@osafoundation.org>
List-Help: <mailto:ietf-calsify-request@osafoundation.org?subject=help>
List-Subscribe: <http://lists.osafoundation.org/mailman/listinfo/ietf-calsify>,  <mailto:ietf-calsify-request@osafoundation.org?subject=subscribe>
X-List-Received-Date: Mon, 12 Jun 2006 07:25:17 -0000

This is a multi-part message in MIME format.
--------------000307090503040501000305
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: 7bit

... at an iCalendar agenda file (attached).  Let me know if you run into
problems.

Eliot

--------------000307090503040501000305
Content-Type: text/calendar; x-mac-type="0"; x-mac-creator="0"; name="a1.ics"
Content-Transfer-Encoding: 7bit
Content-Disposition: inline;
 filename="a1.ics"

BEGIN:VCALENDAR
CALSCALE:GREGORIAN
PRODID:-//Eliot Lear//gen-ietf-ical 2.1//EN
VERSION:2.0
METHOD:PUBLISH
BEGIN:VTIMEZONE
TZID:US/Pacific
LAST-MODIFIED:20060614T102150Z
BEGIN:DAYLIGHT
DTSTART:20060402T020000
TZOFFSETTO:-0700
TZOFFSETFROM:-0800
TZNAME:PDT
END:DAYLIGHT
BEGIN:STANDARD
DTSTART:20061030T020000
TZOFFSETTO:-0800
TZOFFSETFROM:-0700
TZNAME:PST
END:STANDARD
END:VTIMEZONE
BEGIN:VEVENT
DTSTART;TZID=US/Pacific:20060709T130000
DTEND;TZID=US/Pacific:20060709T144500
LOCATION:Room 519A
UID:2B119E13-09C6-4187-B3CE-6F341AFFD8F2@ietf.org
DTSTAMP:20060612T072036Z
SEQUENCE:1
SUMMARY: Editing an RFC Tutorial
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=US/Pacific:20060709T130000
DTEND;TZID=US/Pacific:20060709T144500
LOCATION:Room 519B
UID:039C09C9-7AB5-49FB-9AC5-E8E95FC8955E@ietf.org
DTSTAMP:20060612T072036Z
SEQUENCE:1
SUMMARY: What MIB Document Editors Need to Know
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=US/Pacific:20060709T130000
DTEND;TZID=US/Pacific:20060709T144500
LOCATION:Room 518AB
UID:DCB7CD73-053B-4F6D-B9B5-1D68559FDB11@ietf.org
DTSTAMP:20060612T072036Z
SEQUENCE:1
SUMMARY: New Comers
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=US/Pacific:20060709T150000
DTEND;TZID=US/Pacific:20060709T164500
LOCATION:Room 519A
UID:446BB037-A830-4C9B-A465-4C2CE57873E1@ietf.org
DTSTAMP:20060612T072036Z
SEQUENCE:1
SUMMARY: Introduction to xml2rfc
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=US/Pacific:20060709T150000
DTEND;TZID=US/Pacific:20060709T164500
LOCATION:Room 519B
UID:DF9A9909-AB24-46C0-9AED-7FFBCDF173BA@ietf.org
DTSTAMP:20060612T072036Z
SEQUENCE:1
SUMMARY: Routing\, Bridging and Switching Tutorial
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=US/Pacific:20060709T170000
DTEND;TZID=US/Pacific:20060709T190000
LOCATION:Room 517D
UID:B8585C26-6957-4240-8F9A-B252043375CF@ietf.org
DTSTAMP:20060612T072036Z
SEQUENCE:1
SUMMARY: Welcome Reception
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=US/Pacific:20060710T090000
DTEND;TZID=US/Pacific:20060710T113000
LOCATION:Room 518AB
UID:115645FC-8A61-4DB7-9C2E-B0F5423BC42D@ietf.org
DTSTAMP:20060612T072036Z
SEQUENCE:1
SUMMARY:APP - apparea - Applications Area Open Meeting
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=US/Pacific:20060710T090000
DTEND;TZID=US/Pacific:20060710T113000
LOCATION:Room 513B
UID:04F10E44-9551-4A66-B1C2-2CEB1DD0A5B9@ietf.org
DTSTAMP:20060612T072036Z
SEQUENCE:1
SUMMARY:INT - ipdvb - IP over DVB WG
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=US/Pacific:20060710T090000
DTEND;TZID=US/Pacific:20060710T113000
LOCATION:Room 515
UID:1C7DC3A2-EE84-4C80-88B0-CEF3E8691B85@ietf.org
DTSTAMP:20060612T072036Z
SEQUENCE:1
SUMMARY:INT - netlmm - Network-based Localized Mobility
  Management WG
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=US/Pacific:20060710T090000
DTEND;TZID=US/Pacific:20060710T113000
LOCATION:Room 519B
UID:04E2616D-D3F6-4662-931D-E4026BC448F3@ietf.org
DTSTAMP:20060612T072036Z
SEQUENCE:1
SUMMARY:OPS - radext - RADIUS EXTensions WG
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=US/Pacific:20060710T090000
DTEND;TZID=US/Pacific:20060710T113000
LOCATION:Room 520ABC
UID:00E0D629-C44B-4126-9B2D-40D973BF3FF7@ietf.org
DTSTAMP:20060612T072036Z
SEQUENCE:1
SUMMARY:RAI - enum - Telephone Number Mapping WG
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=US/Pacific:20060710T090000
DTEND;TZID=US/Pacific:20060710T113000
LOCATION:Room 513C-F
UID:B3795C7B-E232-46EF-84A9-B828A765350C@ietf.org
DTSTAMP:20060612T072036Z
SEQUENCE:1
SUMMARY:RTG - ccamp - Common Control and Measurement Pl
 ane WG
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=US/Pacific:20060710T090000
DTEND;TZID=US/Pacific:20060710T113000
LOCATION:Room 519A
UID:AF3CAD62-2FE7-4880-B021-A32F9E10ECE3@ietf.org
DTSTAMP:20060612T072036Z
SEQUENCE:1
SUMMARY:SEC - krb-wg - Kerberos WG WG
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=US/Pacific:20060710T090000
DTEND;TZID=US/Pacific:20060710T113000
LOCATION:Room 520DEF
UID:C45188B2-4276-4600-8D8B-040BCBAFCD0C@ietf.org
DTSTAMP:20060612T072036Z
SEQUENCE:1
SUMMARY:TSV - offpath - Path-decouple Signaling for Dat
 a BOF
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=US/Pacific:20060710T130000
DTEND;TZID=US/Pacific:20060710T150000
LOCATION:Room 518AB
UID:057F7296-9782-4764-AF04-6BF07DD345D6@ietf.org
DTSTAMP:20060612T072036Z
SEQUENCE:1
SUMMARY:INT - trill - Transparent Interconnection of Lo
 ts of Links WG
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=US/Pacific:20060710T130000
DTEND;TZID=US/Pacific:20060710T150000
LOCATION:Room 519A
UID:5924EF25-1EAF-4EB0-BE04-921B3E89C15E@ietf.org
DTSTAMP:20060612T072036Z
SEQUENCE:1
SUMMARY:OPS - bmwg - Benchmarking Methodology WG
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=US/Pacific:20060710T130000
DTEND;TZID=US/Pacific:20060710T150000
LOCATION:Room 515
UID:7CF67F94-B2A9-4E46-BB0D-06A7CD3561C4@ietf.org
DTSTAMP:20060612T072036Z
SEQUENCE:1
SUMMARY:RAI - xcon - Centralized Conferencing WG
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=US/Pacific:20060710T130000
DTEND;TZID=US/Pacific:20060710T150000
LOCATION:Room 520DEF
UID:1800455C-8213-4F52-B475-9F9A19B9DC96@ietf.org
DTSTAMP:20060612T072036Z
SEQUENCE:1
SUMMARY:RAI - speermint - Session PEERing for Multimedi
 a INTerconnect WG
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=US/Pacific:20060710T130000
DTEND;TZID=US/Pacific:20060710T150000
LOCATION:Room 520ABC
UID:E5627766-4348-488A-964C-189E6780036C@ietf.org
DTSTAMP:20060612T072036Z
SEQUENCE:1
SUMMARY:RTG - sidr - Secure Inter-Domain Routing WG
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=US/Pacific:20060710T130000
DTEND;TZID=US/Pacific:20060710T150000
LOCATION:Room 519B
UID:557060AB-4FA7-41C2-8089-18067221C075@ietf.org
DTSTAMP:20060612T072036Z
SEQUENCE:1
SUMMARY:SEC - kitten - Kitten (GSS-API Next Generation)
  WG
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=US/Pacific:20060710T130000
DTEND;TZID=US/Pacific:20060710T150000
LOCATION:Room 513B
UID:21EA1EF8-90AB-45F6-867E-5631CD713104@ietf.org
DTSTAMP:20060612T072036Z
SEQUENCE:1
SUMMARY:SEC - ltans - Long-Term Archive and Notary Serv
 ices WG
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=US/Pacific:20060710T130000
DTEND;TZID=US/Pacific:20060710T150000
LOCATION:Room 513C-F
UID:45E6ECF9-911E-4ED7-8884-648A1E44FED9@ietf.org
DTSTAMP:20060612T072036Z
SEQUENCE:1
SUMMARY:TSV - rmt - Reliable Multicast Transport WG
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=US/Pacific:20060710T152000
DTEND;TZID=US/Pacific:20060710T172000
LOCATION:Room 513B
UID:AB09732E-FBFD-4414-8D1F-44ED81DAB279@ietf.org
DTSTAMP:20060612T072036Z
SEQUENCE:1
SUMMARY:APP - lemonade - Enhancements to Internet email
  to support diverse service environments WG
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=US/Pacific:20060710T152000
DTEND;TZID=US/Pacific:20060710T172000
LOCATION:Room 515
UID:D0AC3E5D-6424-4884-8100-E29939A37358@ietf.org
DTSTAMP:20060612T072036Z
SEQUENCE:1
SUMMARY:GEN - ipr - Intellectual Property Rights WG
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=US/Pacific:20060710T152000
DTEND;TZID=US/Pacific:20060710T172000
LOCATION:Room 513C-F
UID:C1471515-AC07-4F7F-B1A1-1674904322E1@ietf.org
DTSTAMP:20060612T072036Z
SEQUENCE:1
SUMMARY:INT - 16ng - IP over IEEE 802.16 Networks BOF
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=US/Pacific:20060710T152000
DTEND;TZID=US/Pacific:20060710T172000
LOCATION:Room 520ABC
UID:8A29A3EC-A897-4356-974B-A2B4AC518C2D@ietf.org
DTSTAMP:20060612T072036Z
SEQUENCE:1
SUMMARY:INT - shim6 - Site Multihoming by IPv6 Intermed
 iation WG
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=US/Pacific:20060710T152000
DTEND;TZID=US/Pacific:20060710T172000
LOCATION:Room 518AB
UID:10CB9003-39C4-4A29-A391-12E2C9C968A3@ietf.org
DTSTAMP:20060612T072036Z
SEQUENCE:1
SUMMARY:OPS - capwap - Control And Provisioning of Wire
 less Access Points WG
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=US/Pacific:20060710T152000
DTEND;TZID=US/Pacific:20060710T172000
LOCATION:Room 519A
UID:EBA26F36-DD7A-41AC-BBA8-1186608EBBCC@ietf.org
DTSTAMP:20060612T072036Z
SEQUENCE:1
SUMMARY:RTG - forces - Forwarding and Control Element S
 eparation WG
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=US/Pacific:20060710T152000
DTEND;TZID=US/Pacific:20060710T172000
LOCATION:Room 519B
UID:A2181F88-DBD8-409E-9B82-06D89966651F@ietf.org
DTSTAMP:20060612T072036Z
SEQUENCE:1
SUMMARY:SEC - pkix - Public-Key Infrastructure (X.509) 
 WG
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=US/Pacific:20060710T152000
DTEND;TZID=US/Pacific:20060710T172000
LOCATION:Room 520DEF
UID:9AB0ADF9-7A17-4EF4-92BC-6A9134AD0729@ietf.org
DTSTAMP:20060612T072036Z
SEQUENCE:1
SUMMARY:TSV - ternli - Transport-Enhancing Refinements 
 to the Network Layer BOF
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=US/Pacific:20060710T174000
DTEND;TZID=US/Pacific:20060710T184000
LOCATION:Room 519B
UID:5A2D1896-925B-401D-9D6E-C747DC21C96F@ietf.org
DTSTAMP:20060612T072036Z
SEQUENCE:1
SUMMARY:APP - widex - Widget Description Exchange Servi
 ce WG
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=US/Pacific:20060710T174000
DTEND;TZID=US/Pacific:20060710T184000
LOCATION:Room 520ABC
UID:F10802F5-7995-4D68-858B-D91FA7055570@ietf.org
DTSTAMP:20060612T072036Z
SEQUENCE:1
SUMMARY:INT - softwire - Softwires WG
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=US/Pacific:20060710T174000
DTEND;TZID=US/Pacific:20060710T184000
LOCATION:Room 519A
UID:3A20ED7C-7DD9-410A-85D5-4C5BEF6682B8@ietf.org
DTSTAMP:20060612T072036Z
SEQUENCE:1
SUMMARY:IRTF - NMRG - Network Management Research Group
  Charter
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=US/Pacific:20060710T174000
DTEND;TZID=US/Pacific:20060710T184000
LOCATION:Room 513C-F
UID:91804584-350A-4A94-A1C6-03B645F1DF45@ietf.org
DTSTAMP:20060612T072036Z
SEQUENCE:1
SUMMARY:OPS - dime - Diameter Maintenance and Extension
 s WG
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=US/Pacific:20060710T174000
DTEND;TZID=US/Pacific:20060710T184000
LOCATION:Room 513B
UID:E53CD6CD-B50A-41E5-BEAD-0F17A20D3715@ietf.org
DTSTAMP:20060612T072036Z
SEQUENCE:1
SUMMARY:SEC - sasl - Simple Authentication and Security
  Layer WG
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=US/Pacific:20060710T174000
DTEND;TZID=US/Pacific:20060710T184000
LOCATION:Room 518AB
UID:9ACED532-63F0-4AB4-985E-6B603B88C653@ietf.org
DTSTAMP:20060612T072036Z
SEQUENCE:1
SUMMARY:TSV - tsvwg - Transport Area Working Group WG
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=US/Pacific:20060710T185000
DTEND;TZID=US/Pacific:20060710T195000
LOCATION:Room 519B
UID:59DDB363-0BA8-4297-B918-BB2E366953BF@ietf.org
DTSTAMP:20060612T072036Z
SEQUENCE:1
SUMMARY:APP - widex - Widget Description Exchange Servi
 ce WG
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=US/Pacific:20060710T185000
DTEND;TZID=US/Pacific:20060710T195000
LOCATION:Room 515
UID:37D93AD5-D47A-4879-87F0-4BB1D4C44873@ietf.org
DTSTAMP:20060612T072036Z
SEQUENCE:1
SUMMARY:INT - hip - Host Identity Protocol WG
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=US/Pacific:20060710T185000
DTEND;TZID=US/Pacific:20060710T195000
LOCATION:Room 519A
UID:DFCD242F-0F55-43FA-80B5-065B2A1C5902@ietf.org
DTSTAMP:20060612T072036Z
SEQUENCE:1
SUMMARY:IRTF - NMRG - Network Management Research Group
  Charter
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=US/Pacific:20060710T185000
DTEND;TZID=US/Pacific:20060710T195000
LOCATION:Room 513C-F
UID:78FCD959-9EB5-4580-B96C-34C443C7E12B@ietf.org
DTSTAMP:20060612T072036Z
SEQUENCE:1
SUMMARY:OPS - dime - Diameter Maintenance and Extension
 s WG
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=US/Pacific:20060710T185000
DTEND;TZID=US/Pacific:20060710T195000
LOCATION:Room 513B
UID:48FE5886-75CF-4E6E-86FE-D7EEF1F074E9@ietf.org
DTSTAMP:20060612T072036Z
SEQUENCE:1
SUMMARY:SEC - sasl - Simple Authentication and Security
  Layer WG
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=US/Pacific:20060710T185000
DTEND;TZID=US/Pacific:20060710T195000
LOCATION:Room 518AB
UID:5286431E-B270-47B7-A86C-835FB11E4CB0@ietf.org
DTSTAMP:20060612T072036Z
SEQUENCE:1
SUMMARY:TSV - tsvwg - Transport Area Working Group WG
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=US/Pacific:20060711T090000
DTEND;TZID=US/Pacific:20060711T113000
LOCATION:Room 515
UID:2BA21D14-BF82-456D-A6B6-A9B368337772@ietf.org
DTSTAMP:20060612T072036Z
SEQUENCE:1
SUMMARY:APP - eai - Email Address Internationalization 
 WG
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=US/Pacific:20060711T090000
DTEND;TZID=US/Pacific:20060711T113000
LOCATION:Room 519B
UID:B2D7583F-E857-4DFC-9003-0EA06BF50DCE@ietf.org
DTSTAMP:20060612T072036Z
SEQUENCE:1
SUMMARY:INT - dhc - Dynamic Host Configuration WG
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=US/Pacific:20060711T090000
DTEND;TZID=US/Pacific:20060711T113000
LOCATION:Room 518AB
UID:D19B0DE9-9EC4-4B23-A71F-F2EE566738EC@ietf.org
DTSTAMP:20060612T072036Z
SEQUENCE:1
SUMMARY:INT - 6lowpan - IPv6 over Low power WPAN WG
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=US/Pacific:20060711T090000
DTEND;TZID=US/Pacific:20060711T113000
LOCATION:Room 519A
UID:B98E9B43-42F8-4BA9-8A3D-F54662A8A0DA@ietf.org
DTSTAMP:20060612T072036Z
SEQUENCE:1
SUMMARY:IRTF - SAMRG - Scalable Adaptive Multicast Rese
 arch Group
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=US/Pacific:20060711T090000
DTEND;TZID=US/Pacific:20060711T113000
LOCATION:Room 520ABC
UID:00FDA503-708A-44D3-A3D0-24990B3DB628@ietf.org
DTSTAMP:20060612T072036Z
SEQUENCE:1
SUMMARY:OPS - mboned - MBONE Deployment WG
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=US/Pacific:20060711T090000
DTEND;TZID=US/Pacific:20060711T113000
LOCATION:Room 520DEF
UID:FC879D5E-D27B-4EB4-8DDA-76C0FCB3757F@ietf.org
DTSTAMP:20060612T072036Z
SEQUENCE:1
SUMMARY:RAI - sipping - Session Initiation Proposal Inv
 estigation WG
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=US/Pacific:20060711T090000
DTEND;TZID=US/Pacific:20060711T113000
LOCATION:Room 513C-F
UID:9AA572CC-6476-414B-A63B-4C40B57B438B@ietf.org
DTSTAMP:20060612T072036Z
SEQUENCE:1
SUMMARY:SEC - nea - Network Endpoint Assessment BOF
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=US/Pacific:20060711T090000
DTEND;TZID=US/Pacific:20060711T113000
LOCATION:Room 513B
UID:36F19726-F353-45C3-925F-6ECE21098631@ietf.org
DTSTAMP:20060612T072036Z
SEQUENCE:1
SUMMARY:TSV - nfsv4 - Network File System Version 4 WG
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=US/Pacific:20060711T130000
DTEND;TZID=US/Pacific:20060711T150000
LOCATION:Room 513B
UID:C6E20EA7-3B3F-4C52-88C0-D2963B14206B@ietf.org
DTSTAMP:20060612T072036Z
SEQUENCE:1
SUMMARY:APP - lemonade - Enhancements to Internet email
  to support diverse service environments WG
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=US/Pacific:20060711T130000
DTEND;TZID=US/Pacific:20060711T150000
LOCATION:Room 515
UID:67B6D5B2-1ABB-459B-ACFF-9832923FF2DE@ietf.org
DTSTAMP:20060612T072036Z
SEQUENCE:1
SUMMARY:INT - dnsext - DNS Extensions WG
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=US/Pacific:20060711T130000
DTEND;TZID=US/Pacific:20060711T150000
LOCATION:Room 518AB
UID:638FA394-1F7B-4052-8699-15B8E92F8C44@ietf.org
DTSTAMP:20060612T072036Z
SEQUENCE:1
SUMMARY:OPS - ipfix - IP Flow Information Export WG
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=US/Pacific:20060711T130000
DTEND;TZID=US/Pacific:20060711T150000
LOCATION:Room 513C-F
UID:359B8C9E-103A-4100-80D2-FA29888B47FB@ietf.org
DTSTAMP:20060612T072036Z
SEQUENCE:1
SUMMARY:RAI - geopriv - Geographic Location/Privacy WG
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=US/Pacific:20060711T130000
DTEND;TZID=US/Pacific:20060711T150000
LOCATION:Room 519A
UID:D3F286AF-B8E1-4CF1-830A-3FB7B07A3E7C@ietf.org
DTSTAMP:20060612T072036Z
SEQUENCE:1
SUMMARY:RTG - idr - Inter-Domain Routing WG
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=US/Pacific:20060711T130000
DTEND;TZID=US/Pacific:20060711T150000
LOCATION:Room 519B
UID:47463267-5685-423C-9C7F-A3C0555F8512@ietf.org
DTSTAMP:20060612T072036Z
SEQUENCE:1
SUMMARY:SEC - tls - Transport Layer Security WG
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=US/Pacific:20060711T130000
DTEND;TZID=US/Pacific:20060711T150000
LOCATION:Room 520ABC
UID:1A0BDB56-E302-4736-BC8D-531888B9E502@ietf.org
DTSTAMP:20060612T072036Z
SEQUENCE:1
SUMMARY:TSV - behave - Behavior Engineering for Hindran
 ce Avoidance WG
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=US/Pacific:20060711T152000
DTEND;TZID=US/Pacific:20060711T172000
LOCATION:Room 513B
UID:BEA7CB14-E792-4579-A5BA-E74EEDC6323A@ietf.org
DTSTAMP:20060612T072036Z
SEQUENCE:1
SUMMARY:APP - sieve - Sieve Mail Filtering Language WG
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=US/Pacific:20060711T152000
DTEND;TZID=US/Pacific:20060711T172000
LOCATION:Room 520DEF
UID:F9F84A47-2166-45EF-8559-E7CC6C2878F6@ietf.org
DTSTAMP:20060612T072036Z
SEQUENCE:1
SUMMARY:INT - mipshop - Mobility for IP: Performance\, 
 Signaling and Handoff Optimization WG
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=US/Pacific:20060711T152000
DTEND;TZID=US/Pacific:20060711T172000
LOCATION:Room 519A
UID:BE84B0C0-9BAB-4F66-822D-0CBBE1D9376A@ietf.org
DTSTAMP:20060612T072036Z
SEQUENCE:1
SUMMARY:OPS - opsarea - Operations & Management Area Op
 en Meeting
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=US/Pacific:20060711T152000
DTEND;TZID=US/Pacific:20060711T172000
LOCATION:Room 520ABC
UID:1A7E524C-E8B9-4C35-891E-2AD3EBF748CA@ietf.org
DTSTAMP:20060612T072036Z
SEQUENCE:1
SUMMARY:RAI - simple - SIP for Instant Messaging and Pr
 esence Leveraging Extensions WG
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=US/Pacific:20060711T152000
DTEND;TZID=US/Pacific:20060711T172000
LOCATION:Room 515
UID:970C1F28-F205-44DD-84C4-FF60688B794B@ietf.org
DTSTAMP:20060612T072036Z
SEQUENCE:1
SUMMARY:RTG - l1vpn - Layer 1 Virtual Private Networks 
 WG
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=US/Pacific:20060711T152000
DTEND;TZID=US/Pacific:20060711T172000
LOCATION:Room 513C-F
UID:2BD35531-3A9A-41D8-B40A-2AABE60FEDA2@ietf.org
DTSTAMP:20060612T072036Z
SEQUENCE:1
SUMMARY:SEC - btns - Better-Than-Nothing Security WG
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=US/Pacific:20060711T152000
DTEND;TZID=US/Pacific:20060711T172000
LOCATION:Room 518AB
UID:BEE071DD-11CB-4B69-911D-769480E67232@ietf.org
DTSTAMP:20060612T072036Z
SEQUENCE:1
SUMMARY:TSV - dccp - Datagram Congestion Control Protoc
 ol WG
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=US/Pacific:20060711T152000
DTEND;TZID=US/Pacific:20060711T172000
LOCATION:Room 519B
UID:5F3EC8F8-0D9B-46A9-B343-D4C51C1495D7@ietf.org
DTSTAMP:20060612T072036Z
SEQUENCE:1
SUMMARY:TSV - fecframe - FEC Framework WG
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=US/Pacific:20060711T174000
DTEND;TZID=US/Pacific:20060711T184000
LOCATION:Room 513C-F
UID:07747DBC-A7C4-4B96-9087-1DB4C94C67EB@ietf.org
DTSTAMP:20060612T072036Z
SEQUENCE:1
SUMMARY:INT - monami6 - Mobile Nodes and Multiple Inter
 faces in IPv6 WG
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=US/Pacific:20060711T174000
DTEND;TZID=US/Pacific:20060711T184000
LOCATION:Room 515
UID:7BDDC1EA-BF1B-4F8E-AFA8-7E396BD0EED6@ietf.org
DTSTAMP:20060612T072036Z
SEQUENCE:1
SUMMARY:INT - mip4 - Mobility for IPv4 WG
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=US/Pacific:20060711T174000
DTEND;TZID=US/Pacific:20060711T184000
LOCATION:Room 515
UID:96070887-DB2E-49BB-9B8E-EC4FA3810EC1@ietf.org
DTSTAMP:20060612T072036Z
SEQUENCE:1
SUMMARY:INT - pwe3 - Pseudo Wire Emulation Edge to Edge
  WG
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=US/Pacific:20060711T174000
DTEND;TZID=US/Pacific:20060711T184000
LOCATION:Room 519B
UID:400E3379-B666-4A4C-9099-667852148E68@ietf.org
DTSTAMP:20060612T072036Z
SEQUENCE:1
SUMMARY:OPS - opsec - Operational Security Capabilities
  for IP Network Infrastructure WG
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=US/Pacific:20060711T174000
DTEND;TZID=US/Pacific:20060711T184000
LOCATION:Room 518AB
UID:4C195742-B32B-4648-938D-C70D3B296EEC@ietf.org
DTSTAMP:20060612T072036Z
SEQUENCE:1
SUMMARY:RAI - ecrit - Emergency Context Resolution with
  Internet Technologies WG
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=US/Pacific:20060711T174000
DTEND;TZID=US/Pacific:20060711T184000
LOCATION:Room 513B
UID:4F303C21-73FD-4ED8-811B-A46318BDE22A@ietf.org
DTSTAMP:20060612T072036Z
SEQUENCE:1
SUMMARY:SEC - msec - Multicast Security WG
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=US/Pacific:20060711T174000
DTEND;TZID=US/Pacific:20060711T184000
LOCATION:Room 519A
UID:8FD5AA86-DADB-4137-8A0E-ACC8C970D245@ietf.org
DTSTAMP:20060612T072036Z
SEQUENCE:1
SUMMARY:TSV - rohc - Robust Header Compression WG
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=US/Pacific:20060711T185000
DTEND;TZID=US/Pacific:20060711T195000
LOCATION:Room 513C-F
UID:9533184F-E0F9-43E7-B968-AD587343D357@ietf.org
DTSTAMP:20060612T072036Z
SEQUENCE:1
SUMMARY:INT - nemo - Network Mobility WG
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=US/Pacific:20060711T185000
DTEND;TZID=US/Pacific:20060711T195000
LOCATION:Room 518AB
UID:BFE0C951-BC8B-46D6-A513-5ADAA75AA039@ietf.org
DTSTAMP:20060612T072036Z
SEQUENCE:1
SUMMARY:RAI - ecrit - Emergency Context Resolution with
  Internet Technologies WG
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=US/Pacific:20060711T185000
DTEND;TZID=US/Pacific:20060711T195000
LOCATION:Room 519B
UID:0430F554-D817-4CDC-BC7F-1BB3DB7709B9@ietf.org
DTSTAMP:20060612T072036Z
SEQUENCE:1
SUMMARY:RTG - isis - IS-IS for IP Internets WG
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=US/Pacific:20060711T185000
DTEND;TZID=US/Pacific:20060711T195000
LOCATION:Room 513B
UID:7A9E4325-DDAA-4A82-94CE-A27C3221E409@ietf.org
DTSTAMP:20060612T072036Z
SEQUENCE:1
SUMMARY:SEC - openpgp - An Open Specification for Prett
 y Good Privacy WG
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=US/Pacific:20060711T185000
DTEND;TZID=US/Pacific:20060711T195000
LOCATION:Room 519A
UID:196E50DA-18AE-45E4-83AA-1F8F2976B86A@ietf.org
DTSTAMP:20060612T072036Z
SEQUENCE:1
SUMMARY:TSV - rohc - Robust Header Compression WG
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=US/Pacific:20060712T090000
DTEND;TZID=US/Pacific:20060712T113000
LOCATION:Room 513B
UID:B089BF7F-FAB8-4224-BE12-E4174E29E7DC@ietf.org
DTSTAMP:20060612T072036Z
SEQUENCE:1
SUMMARY:APP - calsify - Calendaring and Scheduling Stan
 dards Simplification WG
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=US/Pacific:20060712T090000
DTEND;TZID=US/Pacific:20060712T113000
LOCATION:Room 518AB
UID:1A90179A-4E1F-489F-AD7E-D59E140763DF@ietf.org
DTSTAMP:20060612T072036Z
SEQUENCE:1
SUMMARY:INT - autoconf - Ad-Hoc Network Autoconfigurati
 on WG
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=US/Pacific:20060712T090000
DTEND;TZID=US/Pacific:20060712T113000
LOCATION:Room 519B
UID:308061C9-E9EF-4499-8630-1453B76DB4D3@ietf.org
DTSTAMP:20060612T072036Z
SEQUENCE:1
SUMMARY:IRTF - MobOpts - IP Mobility Optimizations Rese
 arch Group
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=US/Pacific:20060712T090000
DTEND;TZID=US/Pacific:20060712T113000
LOCATION:Room 515
UID:C4F97F13-9943-4D83-88E5-4564E1341C7E@ietf.org
DTSTAMP:20060612T072036Z
SEQUENCE:1
SUMMARY:OPS - v6ops - IPv6 Operations WG
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=US/Pacific:20060712T090000
DTEND;TZID=US/Pacific:20060712T113000
LOCATION:Room 513C-F
UID:D6A9D824-0715-4112-9348-E6D24E5081BD@ietf.org
DTSTAMP:20060612T072036Z
SEQUENCE:1
SUMMARY:RAI - mmusic - Multiparty Multimedia Session Co
 ntrol WG
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=US/Pacific:20060712T090000
DTEND;TZID=US/Pacific:20060712T113000
LOCATION:Room 520DEF
UID:810EF0C5-C045-4F65-B893-96222CF7C7AA@ietf.org
DTSTAMP:20060612T072036Z
SEQUENCE:1
SUMMARY:RTG - mpls - Multiprotocol Label Switching WG
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=US/Pacific:20060712T090000
DTEND;TZID=US/Pacific:20060712T113000
LOCATION:Room 519A
UID:59B8B9EA-819E-4EA3-895B-418257AF49D9@ietf.org
DTSTAMP:20060612T072036Z
SEQUENCE:1
SUMMARY:SEC - emu - EAP Method Update WG
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=US/Pacific:20060712T090000
DTEND;TZID=US/Pacific:20060712T113000
LOCATION:Room 520ABC
UID:9EBADF53-606D-4627-B694-C589DAC3559C@ietf.org
DTSTAMP:20060612T072036Z
SEQUENCE:1
SUMMARY:TSV - nsis - Next Steps in Signaling WG
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=US/Pacific:20060712T130000
DTEND;TZID=US/Pacific:20060712T150000
LOCATION:Room 513B
UID:44C8126E-0408-4D63-A5DE-6ADF12C6D94B@ietf.org
DTSTAMP:20060612T072036Z
SEQUENCE:1
SUMMARY:APP - dmsp - Distributed Multimodal Synchroniza
 tion Protocol BOF
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=US/Pacific:20060712T130000
DTEND;TZID=US/Pacific:20060712T150000
LOCATION:Room 513C-F
UID:CE0C3BA6-51B3-4B16-AAC3-5334D3FC8B19@ietf.org
DTSTAMP:20060612T072036Z
SEQUENCE:1
SUMMARY:INT - intarea - Internet Area Open Meeting
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=US/Pacific:20060712T130000
DTEND;TZID=US/Pacific:20060712T150000
LOCATION:Room 520ABC
UID:8EC9A0D5-40C8-407D-8020-F93295BBA2CF@ietf.org
DTSTAMP:20060612T072036Z
SEQUENCE:1
SUMMARY:RAI - sip - Session Initiation Protocol WG
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=US/Pacific:20060712T130000
DTEND;TZID=US/Pacific:20060712T150000
LOCATION:Room 515
UID:A18F3251-6757-4343-BD85-16942E6E2D26@ietf.org
DTSTAMP:20060612T072036Z
SEQUENCE:1
SUMMARY:RTG - ospf - Open Shortest Path First IGP WG
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=US/Pacific:20060712T130000
DTEND;TZID=US/Pacific:20060712T150000
LOCATION:Room 519B
UID:BE9EEB1F-88AD-45DF-BF25-AD0A01DD2EA9@ietf.org
DTSTAMP:20060612T072036Z
SEQUENCE:1
SUMMARY:SEC - inch - Extended Incident Handling WG
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=US/Pacific:20060712T130000
DTEND;TZID=US/Pacific:20060712T150000
LOCATION:Room 518AB
UID:E74F2591-B4EB-4CED-A1F5-F868B63D46BD@ietf.org
DTSTAMP:20060612T072036Z
SEQUENCE:1
SUMMARY:TSV - ippm - IP Performance Metrics WG
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=US/Pacific:20060712T130000
DTEND;TZID=US/Pacific:20060712T150000
LOCATION:Room 519A
UID:97BF29A1-C0B1-44D2-8E6F-F97EF5E4B1A3@ietf.org
DTSTAMP:20060612T072036Z
SEQUENCE:1
SUMMARY:TSV - rserpool - Reliable Server Pooling WG
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=US/Pacific:20060712T151000
DTEND;TZID=US/Pacific:20060712T161000
LOCATION:Room 519A
UID:D282F9D5-8416-4CF7-8A27-FF6A0133944F@ietf.org
DTSTAMP:20060612T072036Z
SEQUENCE:1
SUMMARY:APP - atompub - Atom Publishing Format and Prot
 ocol WG
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=US/Pacific:20060712T151000
DTEND;TZID=US/Pacific:20060712T161000
LOCATION:Room 513C-F
UID:D34D6A9F-DC3A-4105-8979-E77BA8F9D3CF@ietf.org
DTSTAMP:20060612T072036Z
SEQUENCE:1
SUMMARY:INT - mipshop - Mobility for IP: Performance\, 
 Signaling and Handoff Optimization WG
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=US/Pacific:20060712T151000
DTEND;TZID=US/Pacific:20060712T161000
LOCATION:Room 515
UID:D8B4B430-A64B-411F-96EB-B78E1ABC7907@ietf.org
DTSTAMP:20060612T072036Z
SEQUENCE:1
SUMMARY:OPS - grow - Global Routing Operations WG
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=US/Pacific:20060712T151000
DTEND;TZID=US/Pacific:20060712T161000
LOCATION:Room 518AB
UID:52DD40FE-35E9-4EDD-8130-592ECEE9FFCD@ietf.org
DTSTAMP:20060612T072036Z
SEQUENCE:1
SUMMARY:RTG - pim - Protocol Independent Multicast WG
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=US/Pacific:20060712T151000
DTEND;TZID=US/Pacific:20060712T161000
LOCATION:Room 519B
UID:E2045DC5-DF33-4247-84A0-40F4FF808022@ietf.org
DTSTAMP:20060612T072036Z
SEQUENCE:1
SUMMARY:SEC - isms - Integrated Security Model for SNMP
  WG
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=US/Pacific:20060712T151000
DTEND;TZID=US/Pacific:20060712T161000
LOCATION:Room 513B
UID:89015688-0077-496D-828C-FBC5BB2C48FD@ietf.org
DTSTAMP:20060612T072036Z
SEQUENCE:1
SUMMARY:TSV - ips - IP Storage WG
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=US/Pacific:20060712T161000
DTEND;TZID=US/Pacific:20060712T170000
UID:DBA1756C-FCFB-43A0-94D6-C9ABD0D2E89F@ietf.org
DTSTAMP:20060612T072036Z
SEQUENCE:1
SUMMARY:
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=US/Pacific:20060712T170000
DTEND;TZID=US/Pacific:20060712T193000
LOCATION:Room 520ABC
UID:910C3120-BC7F-457B-BABB-56BF650BE067@ietf.org
DTSTAMP:20060612T072036Z
SEQUENCE:1
SUMMARY:IETF Operations and Administration Plenary
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=US/Pacific:20060712T170000
DTEND;TZID=US/Pacific:20060712T193000
LOCATION:THE AGENDA
UID:600802C2-51E3-46C1-8CA9-697B82B7203E@ietf.org
DTSTAMP:20060612T072036Z
SEQUENCE:1
SUMMARY:HAS - NOT - BEEN UPLOADED YET
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=US/Pacific:20060713T090000
DTEND;TZID=US/Pacific:20060713T113000
LOCATION:Room 518AB
UID:A0BB030E-2C45-4BAE-9E8F-89907C2E57CA@ietf.org
DTSTAMP:20060612T072036Z
SEQUENCE:1
SUMMARY:INT - mip6 - Mobility for IPv6 WG
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=US/Pacific:20060713T090000
DTEND;TZID=US/Pacific:20060713T113000
LOCATION:Room 513B
UID:F68AB136-F0D0-4EFC-AF80-EFB124905C41@ietf.org
DTSTAMP:20060612T072036Z
SEQUENCE:1
SUMMARY:INT - ntp - Network Time Protocol WG
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=US/Pacific:20060713T090000
DTEND;TZID=US/Pacific:20060713T113000
LOCATION:Room 513C-F
UID:2867339D-4379-4ADD-A5E5-DB8C3AA4358D@ietf.org
DTSTAMP:20060612T072036Z
SEQUENCE:1
SUMMARY:OPS - dnsop - Domain Name System Operations WG
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=US/Pacific:20060713T090000
DTEND;TZID=US/Pacific:20060713T113000
LOCATION:Room 520ABC
UID:4DF4F344-D674-478A-83E1-2C058666C089@ietf.org
DTSTAMP:20060612T072036Z
SEQUENCE:1
SUMMARY:RAI - sipping - Session Initiation Proposal Inv
 estigation WG
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=US/Pacific:20060713T090000
DTEND;TZID=US/Pacific:20060713T113000
LOCATION:Room 515
UID:069D2FFA-553D-4DC9-AEF5-E8EB0DEF0B31@ietf.org
DTSTAMP:20060612T072036Z
SEQUENCE:1
SUMMARY:SEC - hoakey - Handover and Application Keying 
 and Pre-authentication BOF
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=US/Pacific:20060713T090000
DTEND;TZID=US/Pacific:20060713T113000
LOCATION:Room 520DEF
UID:38BDF2BA-34A4-4B09-8E4E-48B7C77335C7@ietf.org
DTSTAMP:20060612T072036Z
SEQUENCE:1
SUMMARY:TSV - tsvarea - Transport Area Open Meeting
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=US/Pacific:20060713T130000
DTEND;TZID=US/Pacific:20060713T150000
LOCATION:Room 513B
UID:2DCACC49-7EED-4C03-945B-0E77656772E9@ietf.org
DTSTAMP:20060612T072036Z
SEQUENCE:1
SUMMARY:INT - pana - Protocol for carrying Authenticati
 on for Network Access WG
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=US/Pacific:20060713T130000
DTEND;TZID=US/Pacific:20060713T150000
LOCATION:Room 513C-F
UID:573E8110-2C7A-41B5-B521-80817FA64744@ietf.org
DTSTAMP:20060612T072036Z
SEQUENCE:1
SUMMARY:RAI - sip - Session Initiation Protocol WG
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=US/Pacific:20060713T130000
DTEND;TZID=US/Pacific:20060713T150000
LOCATION:Room 519A
UID:99FEC0E9-46FE-4D8D-9C55-21D4BD71CA4C@ietf.org
DTSTAMP:20060612T072036Z
SEQUENCE:1
SUMMARY:RTG - manet - Mobile Ad-hoc Networks WG
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=US/Pacific:20060713T130000
DTEND;TZID=US/Pacific:20060713T150000
LOCATION:Room 519B
UID:4F7D0693-04B0-444C-A9FF-35388E359C6D@ietf.org
DTSTAMP:20060612T072036Z
SEQUENCE:1
SUMMARY:RTG - pce - Path Computation Element WG
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=US/Pacific:20060713T130000
DTEND;TZID=US/Pacific:20060713T150000
LOCATION:Room 515
UID:1462664F-41DE-4531-81C5-AEE095692642@ietf.org
DTSTAMP:20060612T072036Z
SEQUENCE:1
SUMMARY:SEC - saag - Security Area Directorate Open Mee
 ting
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=US/Pacific:20060713T130000
DTEND;TZID=US/Pacific:20060713T150000
LOCATION:Room 518AB
UID:E38C6B97-5812-4D6B-BA9A-2811AB5D8666@ietf.org
DTSTAMP:20060612T072036Z
SEQUENCE:1
SUMMARY:TSV - tcpm - TCP Maintenance and Minor Extensio
 ns WG
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=US/Pacific:20060713T151000
DTEND;TZID=US/Pacific:20060713T161000
LOCATION:Room 519B
UID:BFCCC456-E99F-4FB2-BB03-4591C3C5F69E@ietf.org
DTSTAMP:20060612T072036Z
SEQUENCE:1
SUMMARY:INT - dna - Detecting Network Attachment WG
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=US/Pacific:20060713T151000
DTEND;TZID=US/Pacific:20060713T161000
LOCATION:Room 518AB
UID:987C9D26-07D3-4193-AA2B-00C74FC33C29@ietf.org
DTSTAMP:20060612T072036Z
SEQUENCE:1
SUMMARY:INT - l2vpn - Layer 2 Virtual Private Networks 
 WG
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=US/Pacific:20060713T151000
DTEND;TZID=US/Pacific:20060713T161000
LOCATION:Room 513B
UID:6F90BA85-5102-4905-A94F-DB847348DD2E@ietf.org
DTSTAMP:20060612T072036Z
SEQUENCE:1
SUMMARY:OPS - imss - Internet and Management Support fo
 r Storage WG
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=US/Pacific:20060713T151000
DTEND;TZID=US/Pacific:20060713T161000
LOCATION:Room 515
UID:DBC6B3DF-9BE3-4641-A271-6041B3524F65@ietf.org
DTSTAMP:20060612T072036Z
SEQUENCE:1
SUMMARY:RTG - rpsec - Routing Protocol Security Require
 ments WG
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=US/Pacific:20060713T151000
DTEND;TZID=US/Pacific:20060713T161000
LOCATION:Room 519A
UID:A4EDC868-0C2B-485E-8529-B1F090068FDA@ietf.org
DTSTAMP:20060612T072036Z
SEQUENCE:1
SUMMARY:SEC - smime - S/MIME Mail Security WG
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=US/Pacific:20060713T151000
DTEND;TZID=US/Pacific:20060713T161000
LOCATION:Room 513C-F
UID:15B554D7-278D-48A1-9739-6B96C0AB30CD@ietf.org
DTSTAMP:20060612T072036Z
SEQUENCE:1
SUMMARY:TSV - nsis - Next Steps in Signaling WG
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=US/Pacific:20060713T170000
DTEND;TZID=US/Pacific:20060713T193000
LOCATION:Room 520ABC
UID:A9B62B87-DDC6-4B25-9CFE-D43D3B1D0B38@ietf.org
DTSTAMP:20060612T072036Z
SEQUENCE:1
SUMMARY:Technical Plenary
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=US/Pacific:20060714T090000
DTEND;TZID=US/Pacific:20060714T113000
LOCATION:Room 518AB
UID:A22C405E-0BF7-4D60-AF9C-872B3466E2F1@ietf.org
DTSTAMP:20060612T072036Z
SEQUENCE:1
SUMMARY:GEN - genarea - General Area Open Meeting
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=US/Pacific:20060714T090000
DTEND;TZID=US/Pacific:20060714T113000
LOCATION:Room 515
UID:49C00427-4834-43F4-B7F7-0BDB1263D90F@ietf.org
DTSTAMP:20060612T072036Z
SEQUENCE:1
SUMMARY:INT - l3vpn - Layer 3 Virtual Private Networks 
 WG
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=US/Pacific:20060714T090000
DTEND;TZID=US/Pacific:20060714T113000
LOCATION:Room 513B
UID:545E1516-F17D-469B-92D5-F3874A66618D@ietf.org
DTSTAMP:20060612T072036Z
SEQUENCE:1
SUMMARY:OPS - netconf - Network Configuration WG
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=US/Pacific:20060714T090000
DTEND;TZID=US/Pacific:20060714T113000
LOCATION:Room 519B
UID:952D23BF-DC1B-487B-B2BA-1430415CC040@ietf.org
DTSTAMP:20060612T072036Z
SEQUENCE:1
SUMMARY:RAI - avt - Audio/Video Transport WG
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=US/Pacific:20060714T090000
DTEND;TZID=US/Pacific:20060714T113000
LOCATION:Room 519A
UID:53687EBE-AE56-49AA-B9FE-92D76F1D4825@ietf.org
DTSTAMP:20060612T072036Z
SEQUENCE:1
SUMMARY:SEC - dkim - Domain Keys Identified Mail WG
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=US/Pacific:20060714T090000
DTEND;TZID=US/Pacific:20060714T113000
LOCATION:Room 519A
UID:BA4EF0D7-25CB-4240-BFEB-64BD2B01EC81@ietf.org
DTSTAMP:20060612T072036Z
SEQUENCE:1
SUMMARY:SEC - dkim - Domain Keys Identified Mail WG
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=US/Pacific:20060714T123000
DTEND;TZID=US/Pacific:20060714T150000
LOCATION:Room 513B
UID:994DC28E-2083-448B-8806-79ADFDB9DE6D@ietf.org
DTSTAMP:20060612T072036Z
SEQUENCE:1
SUMMARY:IRTF - HIPRG - Host Identity Protocol
END:VEVENT
END:VCALENDAR

--------------000307090503040501000305--


Return-Path: <lear@cisco.com>
X-Original-To: ietf-calsify@osafoundation.org
Delivered-To: ietf-calsify@osafoundation.org
Received: from laweleka.osafoundation.org (laweleka.osafoundation.org [204.152.186.98]) by leilani.osafoundation.org (Postfix) with ESMTP id E42577F7A5 for <ietf-calsify@osafoundation.org>; Mon, 12 Jun 2006 00:24:11 -0700 (PDT)
Received: from localhost (localhost [127.0.0.1]) by laweleka.osafoundation.org (Postfix) with ESMTP id B60961422C7 for <ietf-calsify@osafoundation.org>; Mon, 12 Jun 2006 00:24:11 -0700 (PDT)
Received: from laweleka.osafoundation.org ([127.0.0.1]) by localhost (laweleka.osafoundation.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 08685-02 for <ietf-calsify@osafoundation.org>; Mon, 12 Jun 2006 00:24:10 -0700 (PDT)
Received: from sj-iport-5.cisco.com (sj-iport-5.cisco.com [171.68.10.87]) by laweleka.osafoundation.org (Postfix) with ESMTP id 595C91422C1 for <ietf-calsify@osafoundation.org>; Mon, 12 Jun 2006 00:24:10 -0700 (PDT)
Received: from sj-dkim-6.cisco.com ([171.68.10.81]) by sj-iport-5.cisco.com with ESMTP; 12 Jun 2006 00:24:10 -0700
X-IronPort-AV: i="4.05,228,1146466800";  d="scan'208"; a="292999251:sNHT42457772"
Received: from sj-core-3.cisco.com (sj-core-3.cisco.com [171.68.223.137]) by sj-dkim-6.cisco.com (8.12.11/8.12.11) with ESMTP id k5C7O9CS031594 for <ietf-calsify@osafoundation.org>; Mon, 12 Jun 2006 00:24:09 -0700
Received: from imail.cisco.com (sjc12-sbr-sw3-3f5.cisco.com [172.19.96.182]) by sj-core-3.cisco.com (8.12.10/8.12.6) with ESMTP id k5C7O9Is018944 for <ietf-calsify@osafoundation.org>; Mon, 12 Jun 2006 00:24:09 -0700 (PDT)
Received: from [212.254.247.5] (ams3-vpn-dhcp108.cisco.com [10.61.64.108]) by imail.cisco.com (8.12.11/8.12.10) with ESMTP id k5C7K4rC004749 for <ietf-calsify@osafoundation.org>; Mon, 12 Jun 2006 00:20:05 -0700
Message-ID: <448D1697.5090600@cisco.com>
Date: Mon, 12 Jun 2006 09:24:07 +0200
From: Eliot Lear <lear@cisco.com>
User-Agent: Thunderbird 1.5.0.4 (Macintosh/20060530)
MIME-Version: 1.0
To: "ietf-calsify@osafoundation.org" <ietf-calsify@osafoundation.org>
Content-Type: multipart/mixed; boundary="------------060705030007010700040307"
Authentication-Results: sj-dkim-6.cisco.com; header.From=lear@cisco.com; dkim=pass ( 44 extraneous bytes; sig from cisco.com verified; ); 
DKIM-Signature: a=rsa-sha1; q=dns; l=3693; t=1150097050; x=1150961050; c=relaxed/simple; s=sjdkim6001; h=Content-Type:From:Subject:Content-Transfer-Encoding:MIME-Version; d=cisco.com; i=lear@cisco.com; z=From:Eliot=20Lear=20<lear@cisco.com> |Subject:[Fwd=3A=20CALSIFY=20-=20Requested=20session=20has=20been=20scheduled=20f or=20IETF=2066]; X=v=3Dcisco.com=3B=20h=3DQ8iLrtz5hlzROEEf+KYlphqIkgs=3D; b=iSaJ5iNPMsn6U8n2tpySQ0xY0Jw5Jtcd3g3IhD6Im0GgFA/ZKK4jSuqiykVdrgFV4ffeYiVl NdI2ZmlSSgEtSGbq1P0Bo2lPZxl7EvtFw18yMcczS85l9lMf9SJQGlGD;
X-Virus-Scanned: by amavisd-new and clamav at osafoundation.org
X-Spam-Status: No, hits=-0.7 tagged_above=-50.0 required=4.0 tests=AWL, TO_ADDRESS_EQ_REAL
X-Spam-Level: 
Subject: [Ietf-calsify] [Fwd: CALSIFY - Requested session has been scheduled for IETF 66]
X-BeenThere: ietf-calsify@osafoundation.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: ietf-calsify.osafoundation.org
List-Unsubscribe: <http://lists.osafoundation.org/mailman/listinfo/ietf-calsify>,  <mailto:ietf-calsify-request@osafoundation.org?subject=unsubscribe>
List-Archive: <http://lists.osafoundation.org/pipermail/ietf-calsify>
List-Post: <mailto:ietf-calsify@osafoundation.org>
List-Help: <mailto:ietf-calsify-request@osafoundation.org?subject=help>
List-Subscribe: <http://lists.osafoundation.org/mailman/listinfo/ietf-calsify>,  <mailto:ietf-calsify-request@osafoundation.org?subject=subscribe>
X-List-Received-Date: Mon, 12 Jun 2006 07:24:13 -0000

This is a multi-part message in MIME format.
--------------060705030007010700040307
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 7bit

FYI- this is very much subject to change.  We really need to get issues
on the table for this to be a meaningful meeting, IMHO.

Eliot

--------------060705030007010700040307
Content-Type: message/rfc822;
	name="CALSIFY - Requested session has been scheduled for IETF 66"
Content-Transfer-Encoding: 7bit
Content-Disposition: inline;
	filename*0="CALSIFY - Requested session has been scheduled for IETF 66"

X-Account-Key: account2
Received: from xbh-ams-331.emea.cisco.com ([144.254.231.71]) by
	xmb-ams-335.cisco.com with Microsoft SMTPSVC(6.0.3790.211); 
	Sun, 11 Jun 2006 23:16:52 +0200
Received: from xbh-sjc-211.amer.cisco.com ([171.70.151.144]) by
	xbh-ams-331.emea.cisco.com with Microsoft SMTPSVC(6.0.3790.0); 
	Sun, 11 Jun 2006 23:16:52 +0200
Received: from sj-iport-6.cisco.com ([171.71.176.117]) by
	xbh-sjc-211.amer.cisco.com with Microsoft SMTPSVC(6.0.3790.211);
	Sun, 11 Jun 2006 14:16:50 -0700
Received: from sj-dkim-8.cisco.com ([171.68.10.93])
	by sj-iport-6.cisco.com with ESMTP; 11 Jun 2006 14:16:50 -0700
Received: from sj-core-3.cisco.com (sj-core-3.cisco.com [171.68.223.137])
	by sj-dkim-8.cisco.com (8.12.11/8.12.11) with ESMTP id k5BLGoIh026852
	for <elear@exch.cisco.com>; Sun, 11 Jun 2006 14:16:50 -0700
Received: from sj-inbound-e.cisco.com (sj-inbound-e.cisco.com [128.107.243.14])
	by sj-core-3.cisco.com (8.12.10/8.12.6) with ESMTP id k5BLGkIu025380
	for <lear@cisco.com>; Sun, 11 Jun 2006 14:16:50 -0700 (PDT)
Received: from oak.neustar.com ([209.173.53.70])
	by sj-inbound-e.cisco.com with ESMTP; 11 Jun 2006 14:16:50 -0700
X-BrightmailFiltered: true
X-Brightmail-Tracker: AAAAAA==
X-IronPort-AV: i="4.05,227,1146466800"; 
	d="scan'208"; a="10836184:sNHT21168260"
Received: from ietf.org (stiedprweb1.va.neustar.com [10.91.34.42])
	by oak.neustar.com (8.12.8/8.12.8) with ESMTP id k5BLGnWR010811
	(version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO);
	Sun, 11 Jun 2006 21:16:49 GMT
Received: from mirror by ietf.org with local (Exim 4.43)
	id 1FpXIf-0007IK-0F; Sun, 11 Jun 2006 17:16:49 -0400
Content-Type: text/plain; charset="utf-8"
Mime-Version: 1.0
To: aki.niemi@nokia.com
Cc: lear@cisco.com, hardie@qualcomm.com, lisa@osafoundation.org,
	session-request@ietf.org
From: IETF Secretariat <agenda@ietf.org>
Subject: CALSIFY - Requested session has been scheduled for IETF 66 
Message-Id: <E1FpXIf-0007IK-0F@ietf.org>
Date: Sun, 11 Jun 2006 17:16:49 -0400
Authentication-Results: sj-dkim-8.cisco.com; header.From=agenda@ietf.org;
	dkim=neutral
Return-Path: mirror@ietf.org
X-OriginalArrivalTime: 11 Jun 2006 21:16:50.0944 (UTC)
	FILETIME=[5B195800:01C68D9C]

Dear Aki Niemi,

The sessions that you have requested have been scheduled.
Below is the scheduled session information followed by 
the information of sessions that you have requested.

CALSIFY Session 1 (2 hours)
Wednesday, Morning Session I 0900-1130
Room Name: Room 513B
----------------------------------------------



Requested Information:


---------------------------------------------------------
Working Group Name: calsify
Area Name: Applications Area
Session Requester: Aki Niemi

Number of Sessions: 1
Length of Session(s):  2 hours
                       
                       
Number of Attendees: 20
Conflicts to Avoid:
  First Priority:  apparea sieve imapext dkim
  Second Priority:  sip simple sipping
  BOF or IRTF Session: WARP

Special Requests:
  
---------------------------------------------------------


--------------060705030007010700040307--


Return-Path: <reinhold@kainhofer.com>
X-Original-To: Ietf-calsify@osafoundation.org
Delivered-To: Ietf-calsify@osafoundation.org
Received: from laweleka.osafoundation.org (laweleka.osafoundation.org [204.152.186.98]) by leilani.osafoundation.org (Postfix) with ESMTP id C54827F91E for <Ietf-calsify@osafoundation.org>; Fri,  9 Jun 2006 16:21:14 -0700 (PDT)
Received: from localhost (localhost [127.0.0.1]) by laweleka.osafoundation.org (Postfix) with ESMTP id B69E3142358 for <Ietf-calsify@osafoundation.org>; Fri,  9 Jun 2006 16:21:14 -0700 (PDT)
Received: from laweleka.osafoundation.org ([127.0.0.1]) by localhost (laweleka.osafoundation.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 27297-09 for <Ietf-calsify@osafoundation.org>; Fri, 9 Jun 2006 16:21:12 -0700 (PDT)
Received: from doob.fam.tuwien.ac.at (doob.fam.tuwien.ac.at [128.130.51.99]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by laweleka.osafoundation.org (Postfix) with ESMTP id D17BA142348 for <Ietf-calsify@osafoundation.org>; Fri,  9 Jun 2006 16:21:11 -0700 (PDT)
Received: from wiener.fam.tuwien.ac.at (wienernfs [12.0.0.100]) by doob.fam.tuwien.ac.at (8.13.4/8.13.4/Debian-3sarge1) with ESMTP id k59NL9E0013496 (version=TLSv1/SSLv3 cipher=AES256-SHA bits=256 verify=NOT) for <Ietf-calsify@osafoundation.org>; Sat, 10 Jun 2006 01:21:09 +0200
Received: from localhost ([127.0.0.1] helo=ip6-localhost) by wiener.fam.tuwien.ac.at with esmtp (Exim 4.50) id 1FoqHt-0006r6-Nq for Ietf-calsify@osafoundation.org; Sat, 10 Jun 2006 01:21:09 +0200
From: Reinhold Kainhofer <reinhold@kainhofer.com>
Organization: Vienna University of Technology
To: CALSIFY Mailinglist <Ietf-calsify@osafoundation.org>
Date: Sat, 10 Jun 2006 01:19:57 +0200
User-Agent: KMail/1.9.1
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Content-Disposition: inline
Message-Id: <200606100119.58017.reinhold@kainhofer.com>
X-Virus-Scanned: by amavisd-new and clamav at osafoundation.org
X-Spam-Status: No, hits=-0.4 tagged_above=-50.0 required=4.0 tests=AWL
X-Spam-Level: 
Subject: [Ietf-calsify] Another error in rfc 2445: seconds are missing in several DTSTAMPs
X-BeenThere: ietf-calsify@osafoundation.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: ietf-calsify.osafoundation.org
List-Unsubscribe: <http://lists.osafoundation.org/mailman/listinfo/ietf-calsify>,  <mailto:ietf-calsify-request@osafoundation.org?subject=unsubscribe>
List-Archive: <http://lists.osafoundation.org/pipermail/ietf-calsify>
List-Post: <mailto:ietf-calsify@osafoundation.org>
List-Help: <mailto:ietf-calsify-request@osafoundation.org?subject=help>
List-Subscribe: <http://lists.osafoundation.org/mailman/listinfo/ietf-calsify>,  <mailto:ietf-calsify-request@osafoundation.org?subject=subscribe>
X-List-Received-Date: Fri, 09 Jun 2006 23:21:14 -0000

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Hi all,

While talking with Harvey Allen about their web calendars, he noticed that in 
several examples the seconds in the DTSTAMPs  date-times are missing (which 
according to the definitions of sections 4.3.5 and 4.3.12 is NOT allowed). 

In particular, the following example iCalendar pieces have only hour and 
minute, but no seconds:
    -) all examples in  section "4.6.1 Event Component"
    -) the example in section "4.6.2 To-do Component"
    -) the example in section "4.6.3 Journal Component"
    -) the third example in section "5 iCalendar Object Examples" 

(Simply search for the regexp "T[0-9][0-9][0-9][0-9][^0-9]" to find them)

Cheers,
Reinhold
- -- 
- ------------------------------------------------------------------
Reinhold Kainhofer, Vienna, Austria
email: reinhold@kainhofer.com, http://reinhold.kainhofer.com/
 * Financial and Actuarial Mathematics, TU Wien, http://www.fam.tuwien.ac.at
 * K Desktop Environment, http://www.kde.org/, KOrganizer maintainer
 * Chorvereinigung "Jung-Wien", http://www.jung-wien.at/
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.3 (GNU/Linux)

iD8DBQFEigIdTqjEwhXvPN0RAlhwAKChwiXkSp74zA4auoylUEdkeOcXlACgpB9s
ywvpvT0Tgaaam4sWuQJzKjM=
=9kiI
-----END PGP SIGNATURE-----


Return-Path: <hervey@nsrc.org>
X-Original-To: ietf-calsify@osafoundation.org
Delivered-To: ietf-calsify@osafoundation.org
Received: from laweleka.osafoundation.org (laweleka.osafoundation.org [204.152.186.98]) by leilani.osafoundation.org (Postfix) with ESMTP id BC0CC7F910 for <ietf-calsify@osafoundation.org>; Fri,  9 Jun 2006 15:15:45 -0700 (PDT)
Received: from localhost (localhost [127.0.0.1]) by laweleka.osafoundation.org (Postfix) with ESMTP id A839D142358 for <ietf-calsify@osafoundation.org>; Fri,  9 Jun 2006 15:15:45 -0700 (PDT)
Received: from laweleka.osafoundation.org ([127.0.0.1]) by localhost (laweleka.osafoundation.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 19322-03 for <ietf-calsify@osafoundation.org>; Fri, 9 Jun 2006 15:15:43 -0700 (PDT)
Received: from smtp.uoregon.edu (mserv2.uoregon.edu [128.223.142.41]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by laweleka.osafoundation.org (Postfix) with ESMTP id 0FF021422CD for <ietf-calsify@osafoundation.org>; Fri,  9 Jun 2006 15:15:43 -0700 (PDT)
Received: from [192.168.0.112] (pc-30-253-58.san-damian4.pc.metropolis-inter.com [200.30.253.58]) (authenticated bits=0) by smtp.uoregon.edu (8.13.6/8.13.6) with ESMTP id k59MFYAb001628 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Fri, 9 Jun 2006 15:15:37 -0700
Message-ID: <4489F280.8060300@nsrc.org>
Date: Fri, 09 Jun 2006 18:13:20 -0400
From: Hervey Allen <hervey@nsrc.org>
Organization: Network Startup Resource Center
User-Agent: Thunderbird 1.5.0.4 (X11/20060516)
MIME-Version: 1.0
To: Reinhold Kainhofer <reinhold@kainhofer.com>
Subject: Re: [Ietf-calsify] [Fwd: icalendar feeds for network/tech meeting calendar]
References: <4489BF64.2010500@cisco.com> <200606092307.10237.reinhold@kainhofer.com>
In-Reply-To: <200606092307.10237.reinhold@kainhofer.com>
Content-Type: text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding: 7bit
X-Virus-Scanned: ClamAV 0.88.2/1524/Fri Jun  9 14:28:03 2006 on mserv2
X-Virus-Status: Clean
X-Virus-Scanned: by amavisd-new and clamav at osafoundation.org
X-Spam-Status: No, hits=0.1 tagged_above=-50.0 required=4.0 tests=TW_WR
X-Spam-Level: 
X-Mailman-Approved-At: Mon, 12 Jun 2006 09:57:22 -0700
Cc: Joe Abley <jabley@ca.afilias.info>, ietf-calsify@osafoundation.org
X-BeenThere: ietf-calsify@osafoundation.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: ietf-calsify.osafoundation.org
List-Unsubscribe: <http://lists.osafoundation.org/mailman/listinfo/ietf-calsify>,  <mailto:ietf-calsify-request@osafoundation.org?subject=unsubscribe>
List-Archive: <http://lists.osafoundation.org/pipermail/ietf-calsify>
List-Post: <mailto:ietf-calsify@osafoundation.org>
List-Help: <mailto:ietf-calsify-request@osafoundation.org?subject=help>
List-Subscribe: <http://lists.osafoundation.org/mailman/listinfo/ietf-calsify>,  <mailto:ietf-calsify-request@osafoundation.org?subject=subscribe>
X-List-Received-Date: Fri, 09 Jun 2006 22:15:45 -0000

Reinhold Kainhofer wrote:

>> Hervey Allen is the programmer responsible for the code, and I know  
>> he would love to receive feedback. 
> 
> Thanks a lot for the links. Unfortunately the files are not entirely correct 
> iCalendar. I admit it's only a small flaw, and doesn create any problems as 
> far as I can see, but they use local-time values for DTSTAMP:
> 
> DTSTAMP:20060609T041633
> 
> 
> RFC 2445, however, clearly says that DTSTAMP MUST be in UTC (see "4.8.7.2 
> Date/Time Stamp"):
> " Description: The value MUST be specified in the UTC time format."
> 

Thank you Reinhold! So, I dug a bit deeper. It appears that 
what I was basically missing is the "Z" designator at the 
end of the UTC timestamp for DTSTAMP and that seconds don't 
appear to be necessary according to the samples given in the 
RFC:

http://www.ietf.org/rfc/rfc2445.txt

Currently DTSTAMP looks like this (as an example):

DTSTAMP:20060609T1535Z

Does this look OK to you?


> I opened the wrc-all.ics calendar with korganizer and it seems to work just 
> fine (at least the dates coincide with the table on the web page, and the 
> titles seem correct, too).
> 

Cool. I had not tested with Korganizer and was hoping to 
find someone who would.

> And an additional suggestion:
> As each workshop has its own information page, you can attach the 
> corresponding URL to the event:
> ATTACH:http://ws.edu.isoc.org/helpfiles/workshop_info_main.php?id=175
> 
> Several calendaring applications (e.g. korganizer) then show a link to this 
> page in the preview pane for the event.
> 

I've added the ATTACH field per your suggestion. Is this 
working for you?

Thank you for the feedback. Very helpful.

Sincerely,
	Hervey
-- 
-------------------------------------------------
Hervey Allen      Network Startup Resource Center
hervey@nsrc.org GPG Key Fingerprint:
AC08 31CB E453 6C65 2AB3 4EDB CEEB 5A74 C6E5 624F


Return-Path: <reinhold@kainhofer.com>
X-Original-To: Ietf-calsify@osafoundation.org
Delivered-To: Ietf-calsify@osafoundation.org
Received: from laweleka.osafoundation.org (laweleka.osafoundation.org [204.152.186.98]) by leilani.osafoundation.org (Postfix) with ESMTP id CDB197F7C3 for <Ietf-calsify@osafoundation.org>; Fri,  9 Jun 2006 14:15:35 -0700 (PDT)
Received: from localhost (localhost [127.0.0.1]) by laweleka.osafoundation.org (Postfix) with ESMTP id BEE09142358 for <Ietf-calsify@osafoundation.org>; Fri,  9 Jun 2006 14:15:35 -0700 (PDT)
Received: from laweleka.osafoundation.org ([127.0.0.1]) by localhost (laweleka.osafoundation.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 10562-04 for <Ietf-calsify@osafoundation.org>; Fri, 9 Jun 2006 14:15:35 -0700 (PDT)
Received: from doob.fam.tuwien.ac.at (doob.fam.tuwien.ac.at [128.130.51.99]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by laweleka.osafoundation.org (Postfix) with ESMTP id E26B4142351 for <Ietf-calsify@osafoundation.org>; Fri,  9 Jun 2006 14:15:34 -0700 (PDT)
Received: from wiener.fam.tuwien.ac.at (wienernfs [12.0.0.100]) by doob.fam.tuwien.ac.at (8.13.4/8.13.4/Debian-3sarge1) with ESMTP id k59LFXg6001616 (version=TLSv1/SSLv3 cipher=AES256-SHA bits=256 verify=NOT) for <Ietf-calsify@osafoundation.org>; Fri, 9 Jun 2006 23:15:33 +0200
Received: from localhost ([127.0.0.1] helo=ip6-localhost) by wiener.fam.tuwien.ac.at with esmtp (Exim 4.50) id 1FooKL-00067i-05 for Ietf-calsify@osafoundation.org; Fri, 09 Jun 2006 23:15:33 +0200
From: Reinhold Kainhofer <reinhold@kainhofer.com>
Organization: Vienna University of Technology
To: CALSIFY Mailinglist <Ietf-calsify@osafoundation.org>
Date: Fri, 9 Jun 2006 23:14:21 +0200
User-Agent: KMail/1.9.1
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Content-Disposition: inline
Message-Id: <200606092314.21663.reinhold@kainhofer.com>
X-Virus-Scanned: by amavisd-new and clamav at osafoundation.org
X-Spam-Status: No, hits=-0.5 tagged_above=-50.0 required=4.0 tests=AWL
X-Spam-Level: 
Subject: [Ietf-calsify] Error in RFC 2445 regarding DTSTAMP being optional (in the grammar)
X-BeenThere: ietf-calsify@osafoundation.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: ietf-calsify.osafoundation.org
List-Unsubscribe: <http://lists.osafoundation.org/mailman/listinfo/ietf-calsify>,  <mailto:ietf-calsify-request@osafoundation.org?subject=unsubscribe>
List-Archive: <http://lists.osafoundation.org/pipermail/ietf-calsify>
List-Post: <mailto:ietf-calsify@osafoundation.org>
List-Help: <mailto:ietf-calsify-request@osafoundation.org?subject=help>
List-Subscribe: <http://lists.osafoundation.org/mailman/listinfo/ietf-calsify>,  <mailto:ietf-calsify-request@osafoundation.org?subject=subscribe>
X-List-Received-Date: Fri, 09 Jun 2006 21:15:35 -0000

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Hi all,
While reading rfc 2445 for the ISOC calendar conformance, I found that the 
grammar for VEVENT, VTODO, VJOURNAL, VFREEBUSY all say that the dtstamp 
property is optional (but must not appear more than once). However, the 
section on DTSTAMP reads:

4.8.7.2 Date/Time Stamp

   Property Name: DTSTAMP

   Purpose: The property indicates the date/time that the instance of
   the iCalendar object was created.

   Value Type: DATE-TIME

   Property Parameters: Non-standard property parameters can be
   specified on this property.

   Conformance: This property MUST be included in the "VEVENT", "VTODO",
   "VJOURNAL" or "VFREEBUSY" calendar components.

   Description: The value MUST be specified in the UTC time format.


So,clearly, the DTSTAMP property is not optional. I suppose this should be 
changed in the grammar? 
Or is it really optional and section 4.8.7.2 is wrong?

Cheers,
Reinhold
- -- 
- ------------------------------------------------------------------
Reinhold Kainhofer, Vienna, Austria
email: reinhold@kainhofer.com, http://reinhold.kainhofer.com/
 * Financial and Actuarial Mathematics, TU Wien, http://www.fam.tuwien.ac.at
 * K Desktop Environment, http://www.kde.org/, KOrganizer maintainer
 * Chorvereinigung "Jung-Wien", http://www.jung-wien.at/
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.3 (GNU/Linux)

iD8DBQFEieStTqjEwhXvPN0RAqZ0AJ9V/uW6TfV3nDMrXtAsDU/jzH3jowCgmXD9
P3/6q17H2/DcQmmIxYD+rK0=
=dOi8
-----END PGP SIGNATURE-----


Return-Path: <reinhold@kainhofer.com>
X-Original-To: ietf-calsify@osafoundation.org
Delivered-To: ietf-calsify@osafoundation.org
Received: from laweleka.osafoundation.org (laweleka.osafoundation.org [204.152.186.98]) by leilani.osafoundation.org (Postfix) with ESMTP id 1D3277F908 for <ietf-calsify@osafoundation.org>; Fri,  9 Jun 2006 14:08:37 -0700 (PDT)
Received: from localhost (localhost [127.0.0.1]) by laweleka.osafoundation.org (Postfix) with ESMTP id 0DC9B142346 for <ietf-calsify@osafoundation.org>; Fri,  9 Jun 2006 14:08:37 -0700 (PDT)
Received: from laweleka.osafoundation.org ([127.0.0.1]) by localhost (laweleka.osafoundation.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 25406-05 for <ietf-calsify@osafoundation.org>; Fri, 9 Jun 2006 14:08:35 -0700 (PDT)
Received: from doob.fam.tuwien.ac.at (doob.fam.tuwien.ac.at [128.130.51.99]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by laweleka.osafoundation.org (Postfix) with ESMTP id 125B014234D for <ietf-calsify@osafoundation.org>; Fri,  9 Jun 2006 14:08:34 -0700 (PDT)
Received: from wiener.fam.tuwien.ac.at (wienernfs [12.0.0.100]) by doob.fam.tuwien.ac.at (8.13.4/8.13.4/Debian-3sarge1) with ESMTP id k59L8LIZ000323 (version=TLSv1/SSLv3 cipher=AES256-SHA bits=256 verify=NOT); Fri, 9 Jun 2006 23:08:22 +0200
Received: from localhost ([127.0.0.1] helo=ip6-localhost) by wiener.fam.tuwien.ac.at with esmtp (Exim 4.50) id 1FooDN-00066n-MP; Fri, 09 Jun 2006 23:08:21 +0200
From: Reinhold Kainhofer <reinhold@kainhofer.com>
Organization: Vienna University of Technology
To: ietf-calsify@osafoundation.org
Subject: Re: [Ietf-calsify] [Fwd: icalendar feeds for network/tech meeting calendar]
Date: Fri, 9 Jun 2006 23:07:05 +0200
User-Agent: KMail/1.9.1
References: <4489BF64.2010500@cisco.com>
In-Reply-To: <4489BF64.2010500@cisco.com>
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: 7bit
Content-Disposition: inline
Message-Id: <200606092307.10237.reinhold@kainhofer.com>
X-Virus-Scanned: by amavisd-new and clamav at osafoundation.org
X-Spam-Status: No, hits=-0.5 tagged_above=-50.0 required=4.0 tests=AWL, TW_WR
X-Spam-Level: 
Cc: hervey@nsrc.org
X-BeenThere: ietf-calsify@osafoundation.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: ietf-calsify.osafoundation.org
List-Unsubscribe: <http://lists.osafoundation.org/mailman/listinfo/ietf-calsify>,  <mailto:ietf-calsify-request@osafoundation.org?subject=unsubscribe>
List-Archive: <http://lists.osafoundation.org/pipermail/ietf-calsify>
List-Post: <mailto:ietf-calsify@osafoundation.org>
List-Help: <mailto:ietf-calsify-request@osafoundation.org?subject=help>
List-Subscribe: <http://lists.osafoundation.org/mailman/listinfo/ietf-calsify>,  <mailto:ietf-calsify-request@osafoundation.org?subject=subscribe>
X-List-Received-Date: Fri, 09 Jun 2006 21:08:37 -0000

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Am Freitag, 9. Juni 2006 20:35 schrieb Eliot Lear:
> Encapsulated message
>   icalendar feeds for network/tech meeting calendar
> From: Joe Abley <jabley@ca.afilias.info>
>   To: IETF Discussion <ietf@ietf.org>
>   Date: Today 18:40:53
>    
> This is not especially on-topic here, but since (a) there are  
> probably more people here who have an interest in debugging/reviewing  
> RFC 2445 documents than anywhere else and (b) there are probably more  
> people here for whom a maintained calendar of meetings is a wildly  
> useful thing, I thought I'd forward it.
>
> Hervey Allen is the programmer responsible for the code, and I know  
> he would love to receive feedback. 

Thanks a lot for the links. Unfortunately the files are not entirely correct 
iCalendar. I admit it's only a small flaw, and doesn create any problems as 
far as I can see, but they use local-time values for DTSTAMP:

DTSTAMP:20060609T041633


RFC 2445, however, clearly says that DTSTAMP MUST be in UTC (see "4.8.7.2 
Date/Time Stamp"):
" Description: The value MUST be specified in the UTC time format."

> I believe all testing to date has  
> been done with Apple's iCal and Mozilla Sunbird.

I opened the wrc-all.ics calendar with korganizer and it seems to work just 
fine (at least the dates coincide with the table on the web page, and the 
titles seem correct, too).

And an additional suggestion:
As each workshop has its own information page, you can attach the 
corresponding URL to the event:
ATTACH:http://ws.edu.isoc.org/helpfiles/workshop_info_main.php?id=175

Several calendaring applications (e.g. korganizer) then show a link to this 
page in the preview pane for the event.

Cheers,
Reinhold
- -- 
- ------------------------------------------------------------------
Reinhold Kainhofer, Vienna, Austria
email: reinhold@kainhofer.com, http://reinhold.kainhofer.com/
 * Financial and Actuarial Mathematics, TU Wien, http://www.fam.tuwien.ac.at
 * K Desktop Environment, http://www.kde.org/, KOrganizer maintainer
 * Chorvereinigung "Jung-Wien", http://www.jung-wien.at/
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.3 (GNU/Linux)

iD8DBQFEieL+TqjEwhXvPN0RAir8AJwPLCifYcAtM6wUqv0Ww/jqEf70HQCdGUus
FTb2vietnzvcmf7gaCoNFrQ=
=fGGC
-----END PGP SIGNATURE-----


Return-Path: <lear@cisco.com>
X-Original-To: ietf-calsify@osafoundation.org
Delivered-To: ietf-calsify@osafoundation.org
Received: from laweleka.osafoundation.org (laweleka.osafoundation.org [204.152.186.98]) by leilani.osafoundation.org (Postfix) with ESMTP id 8C0F87F7CF for <ietf-calsify@osafoundation.org>; Fri,  9 Jun 2006 11:35:19 -0700 (PDT)
Received: from localhost (localhost [127.0.0.1]) by laweleka.osafoundation.org (Postfix) with ESMTP id 7022E142358 for <ietf-calsify@osafoundation.org>; Fri,  9 Jun 2006 11:35:19 -0700 (PDT)
Received: from laweleka.osafoundation.org ([127.0.0.1]) by localhost (laweleka.osafoundation.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 27342-10 for <ietf-calsify@osafoundation.org>; Fri, 9 Jun 2006 11:35:18 -0700 (PDT)
Received: from sj-iport-4.cisco.com (sj-iport-4.cisco.com [171.68.10.86]) by laweleka.osafoundation.org (Postfix) with ESMTP id E1382142351 for <ietf-calsify@osafoundation.org>; Fri,  9 Jun 2006 11:35:17 -0700 (PDT)
Received: from sj-dkim-1.cisco.com ([171.71.179.21]) by sj-iport-4.cisco.com with ESMTP; 09 Jun 2006 11:35:18 -0700
X-IronPort-AV: i="4.05,224,1146466800";  d="scan'208"; a="1823027957:sNHT47834408"
Received: from sj-core-2.cisco.com (sj-core-2.cisco.com [171.71.177.254]) by sj-dkim-1.cisco.com (8.12.11/8.12.11) with ESMTP id k59IZHAa013628 for <ietf-calsify@osafoundation.org>; Fri, 9 Jun 2006 11:35:17 -0700
Received: from imail.cisco.com (sjc12-sbr-sw3-3f5.cisco.com [172.19.96.182]) by sj-core-2.cisco.com (8.12.10/8.12.6) with ESMTP id k59IZHke020242 for <ietf-calsify@osafoundation.org>; Fri, 9 Jun 2006 11:35:17 -0700 (PDT)
Received: from [212.254.247.5] (ams3-vpn-dhcp4368.cisco.com [10.61.81.15]) by imail.cisco.com (8.12.11/8.12.10) with ESMTP id k59IVLq9018433 for <ietf-calsify@osafoundation.org>; Fri, 9 Jun 2006 11:31:21 -0700
Message-ID: <4489BF64.2010500@cisco.com>
Date: Fri, 09 Jun 2006 20:35:16 +0200
From: Eliot Lear <lear@cisco.com>
User-Agent: Thunderbird 1.5.0.4 (Macintosh/20060530)
MIME-Version: 1.0
To: "ietf-calsify@osafoundation.org" <ietf-calsify@osafoundation.org>
Content-Type: multipart/mixed; boundary="------------080008050606050802080806"
Authentication-Results: sj-dkim-1.cisco.com; header.From=lear@cisco.com; dkim=pass ( 44 extraneous bytes; sig from cisco.com verified; ); 
DKIM-Signature: a=rsa-sha1; q=dns; l=5874; t=1149878117; x=1150742117; c=relaxed/simple; s=sjdkim1001; h=From:Subject; d=cisco.com; i=lear@cisco.com; z=From:Eliot=20Lear=20<lear@cisco.com> |Subject:[Fwd=3A=20icalendar=20feeds=20for=20network/tech=20meeting=20calendar]; X=v=3Dcisco.com=3B=20h=3Dmv8psGkxFVd7k+rkNsPwK+X0JFE=3D; b=e6TOIDFqNXuq6tv4srncHI9yjNDQjM9QFqVw6IdjB6whQaNeZNgoVqQHodhkNz3e7HHVbiZY yxOb4W0yREFuDB+uXFzInzALE+M5Ip4I4wEZW2cPtDAc62KeUiASsJGG;
X-Virus-Scanned: by amavisd-new and clamav at osafoundation.org
X-Spam-Status: No, hits=-0.7 tagged_above=-50.0 required=4.0 tests=AWL, TO_ADDRESS_EQ_REAL
X-Spam-Level: 
Subject: [Ietf-calsify] [Fwd: icalendar feeds for network/tech meeting calendar]
X-BeenThere: ietf-calsify@osafoundation.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: ietf-calsify.osafoundation.org
List-Unsubscribe: <http://lists.osafoundation.org/mailman/listinfo/ietf-calsify>,  <mailto:ietf-calsify-request@osafoundation.org?subject=unsubscribe>
List-Archive: <http://lists.osafoundation.org/pipermail/ietf-calsify>
List-Post: <mailto:ietf-calsify@osafoundation.org>
List-Help: <mailto:ietf-calsify-request@osafoundation.org?subject=help>
List-Subscribe: <http://lists.osafoundation.org/mailman/listinfo/ietf-calsify>,  <mailto:ietf-calsify-request@osafoundation.org?subject=subscribe>
X-List-Received-Date: Fri, 09 Jun 2006 18:35:19 -0000

This is a multi-part message in MIME format.
--------------080008050606050802080806
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: 7bit

FYI

--------------080008050606050802080806
Content-Type: message/rfc822;
	name="icalendar feeds for network/tech meeting calendar"
Content-Transfer-Encoding: 7bit
Content-Disposition: inline;
	filename="icalendar feeds for network/tech meeting calendar"

X-Account-Key: account2
Received: from xbh-ams-331.emea.cisco.com ([144.254.231.71]) by
	xmb-ams-335.cisco.com with Microsoft SMTPSVC(6.0.3790.211); 
	Fri, 9 Jun 2006 18:41:18 +0200
Received: from xbh-sjc-221.amer.cisco.com ([128.107.191.63]) by
	xbh-ams-331.emea.cisco.com with Microsoft SMTPSVC(6.0.3790.0); 
	Fri, 9 Jun 2006 18:41:18 +0200
Received: from sj-iport-5.cisco.com ([171.68.10.87]) by
	xbh-sjc-221.amer.cisco.com with Microsoft SMTPSVC(6.0.3790.211);
	Fri, 9 Jun 2006 09:41:16 -0700
Received: from sj-dkim-4.cisco.com ([171.71.179.196])
	by sj-iport-5.cisco.com with ESMTP; 09 Jun 2006 09:41:15 -0700
Received: from sj-core-1.cisco.com (sj-core-1.cisco.com [171.71.177.237])
	by sj-dkim-4.cisco.com (8.12.11/8.12.11) with ESMTP id k59GfFM2017538; 
	Fri, 9 Jun 2006 09:41:15 -0700
Received: from sj-inbound-a.cisco.com (sj-inbound-a.cisco.com
	[128.107.234.204])
	by sj-core-1.cisco.com (8.12.10/8.12.6) with ESMTP id k59Gf7A9019594;
	Fri, 9 Jun 2006 09:41:11 -0700 (PDT)
Received: from stiedprmman1.ietf.org (HELO megatron.ietf.org)
	([156.154.16.145])
	by sj-inbound-a.cisco.com with ESMTP; 09 Jun 2006 09:41:03 -0700
X-from-outside-Cisco: 156.154.16.145
X-BrightmailFiltered: true
X-Brightmail-Tracker: AAAAAQAAA+k=
X-IronPort-AV: i="4.05,224,1146466800"; 
	d="scan'208"; a="514405455:sNHT500976524"
Received: from [127.0.0.1] (helo=stiedprmman1.va.neustar.com)
	by megatron.ietf.org with esmtp (Exim 4.43)
	id 1Fok2c-0000rH-Pz; Fri, 09 Jun 2006 12:40:58 -0400
Received: from [10.91.34.44] (helo=ietf-mx.ietf.org)
	by megatron.ietf.org with esmtp (Exim 4.43) id 1Fok2b-0000pe-ST
	for ietf@ietf.org; Fri, 09 Jun 2006 12:40:57 -0400
Received: from monster.hopcount.ca ([199.212.90.4])
	by ietf-mx.ietf.org with esmtp (Exim 4.43) id 1Fok2a-0004ZJ-JB
	for ietf@ietf.org; Fri, 09 Jun 2006 12:40:57 -0400
Received: from octopus.hopcount.ca ([199.212.90.5])
	by monster.hopcount.ca with esmtpsa (TLSv1:RC4-SHA:128)
	(Exim 4.61 (FreeBSD)) (envelope-from <jabley@ca.afilias.info>)
	id 1Fok2Z-000NEN-52
	for ietf@ietf.org; Fri, 09 Jun 2006 16:40:56 +0000
Mime-Version: 1.0 (Apple Message framework v750)
References: <44899558.3050705@nsrc.org>
Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed
Message-Id: <95527BC7-BC51-49BA-BB46-7AF6A5350A06@ca.afilias.info>
Content-Transfer-Encoding: 7bit
From: Joe Abley <jabley@ca.afilias.info>
Date: Fri, 9 Jun 2006 12:40:53 -0400
To: IETF Discussion <ietf@ietf.org>
X-Mailer: Apple Mail (2.750)
X-Spam-Score: 0.0 (/)
X-Scan-Signature: 3e15cc4fdc61d7bce84032741d11c8e5
Subject: icalendar feeds for network/tech meeting calendar
X-BeenThere: ietf@ietf.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: IETF-Discussion <ietf.ietf.org>
List-Unsubscribe: <https://www1.ietf.org/mailman/listinfo/ietf>,
	<mailto:ietf-request@ietf.org?subject=unsubscribe>
List-Post: <mailto:ietf@ietf.org>
List-Help: <mailto:ietf-request@ietf.org?subject=help>
List-Subscribe: <https://www1.ietf.org/mailman/listinfo/ietf>,
	<mailto:ietf-request@ietf.org?subject=subscribe>
Errors-To: ietf-bounces@ietf.org
Authentication-Results: sj-dkim-4.cisco.com; header.From=jabley@ca.afilias.info;
	dkim=neutral
Return-Path: ietf-bounces@ietf.org
X-OriginalArrivalTime: 09 Jun 2006 16:41:16.0694 (UTC)
	FILETIME=[87178360:01C68BE3]

This is not especially on-topic here, but since (a) there are  
probably more people here who have an interest in debugging/reviewing  
RFC 2445 documents than anywhere else and (b) there are probably more  
people here for whom a maintained calendar of meetings is a wildly  
useful thing, I thought I'd forward it.

Hervey Allen is the programmer responsible for the code, and I know  
he would love to receive feedback. I believe all testing to date has  
been done with Apple's iCal and Mozilla Sunbird.

The calendar is provided by ISOC and NSRC.

Begin forwarded message:

> From: Hervey Allen <hervey@nsrc.org>
> Date: 9 June 2006 11:35:52 EDT (CA)
> To: net-meeting-coord@ws.edu.isoc.org
> Subject: [net-meeting-coord] iCal feeds for Network Training Events  
> Calendar available
> Reply-To: net-meeting-coord@ws.edu.isoc.org
>
> The Network Education and Training Calendar of Events located here:
>
> http://ws.edu.isoc.org/calendar/
>
> Now has several iCal feeds available. You can choose from all  
> events (past and future), upcoming or previous. The feeds are  
> available here:
>
> http://ws.edu.isoc.org/calendar/ical/
>
> In addition, if you are interested in adding an event to the  
> calendar that you think belongs you can create an account on the  
> site and then add an event using this page:
>
> http://ws.edu.isoc.org/organizers/create-event.php
>
> All this is linked off the main calendar page.
>
> Questions or comments can be sent to myself or admin@ws.edu.isoc.org.
>
> - Hervey Allen
>
> -- 
> -------------------------------------------------
> Hervey Allen      Network Startup Resource Center
> hervey@nsrc.org GPG Key Fingerprint:
> AC08 31CB E453 6C65 2AB3 4EDB CEEB 5A74 C6E5 624F
>
> ______________________________________________________________________ 
> ______
> archive: http://ws.edu.isoc.org/archive/net-meeting-coord/index.html
> calendar: http://ws.edu.isoc.org/calendar/
>


_______________________________________________
Ietf mailing list
Ietf@ietf.org
https://www1.ietf.org/mailman/listinfo/ietf


--------------080008050606050802080806--


Return-Path: <lear@cisco.com>
X-Original-To: ietf-calsify@osafoundation.org
Delivered-To: ietf-calsify@osafoundation.org
Received: from laweleka.osafoundation.org (laweleka.osafoundation.org [204.152.186.98]) by leilani.osafoundation.org (Postfix) with ESMTP id 56ACC7F700 for <ietf-calsify@osafoundation.org>; Tue,  6 Jun 2006 08:31:45 -0700 (PDT)
Received: from localhost (localhost [127.0.0.1]) by laweleka.osafoundation.org (Postfix) with ESMTP id 19591142314 for <ietf-calsify@osafoundation.org>; Tue,  6 Jun 2006 08:31:45 -0700 (PDT)
Received: from laweleka.osafoundation.org ([127.0.0.1]) by localhost (laweleka.osafoundation.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 03146-04 for <ietf-calsify@osafoundation.org>; Tue, 6 Jun 2006 08:31:43 -0700 (PDT)
Received: from sj-iport-5.cisco.com (sj-iport-5.cisco.com [171.68.10.87]) by laweleka.osafoundation.org (Postfix) with ESMTP id A3538142311 for <ietf-calsify@osafoundation.org>; Tue,  6 Jun 2006 08:31:41 -0700 (PDT)
Received: from sj-dkim-7.cisco.com ([171.68.10.88]) by sj-iport-5.cisco.com with ESMTP; 06 Jun 2006 08:31:41 -0700
X-IronPort-AV: i="4.05,214,1146466800";  d="scan'208"; a="289731135:sNHT246832168"
Received: from sj-core-4.cisco.com (sj-core-4.cisco.com [171.68.223.138]) by sj-dkim-7.cisco.com (8.12.11/8.12.11) with ESMTP id k56FVfsX013574 for <ietf-calsify@osafoundation.org>; Tue, 6 Jun 2006 08:31:41 -0700
Received: from imail.cisco.com (sjc12-sbr-sw3-3f5.cisco.com [172.19.96.182]) by sj-core-4.cisco.com (8.12.10/8.12.6) with ESMTP id k56FVfcL011450 for <ietf-calsify@osafoundation.org>; Tue, 6 Jun 2006 08:31:41 -0700 (PDT)
Received: from [212.254.247.5] (ams3-vpn-dhcp476.cisco.com [10.61.65.220]) by imail.cisco.com (8.12.11/8.12.10) with ESMTP id k56FRuME015980 for <ietf-calsify@osafoundation.org>; Tue, 6 Jun 2006 08:27:57 -0700
Message-ID: <44859FDC.6090403@cisco.com>
Date: Tue, 06 Jun 2006 17:31:40 +0200
From: Eliot Lear <lear@cisco.com>
User-Agent: Thunderbird 1.5.0.4 (Macintosh/20060530)
MIME-Version: 1.0
To: "ietf-calsify@osafoundation.org" <ietf-calsify@osafoundation.org>
Content-Type: multipart/mixed; boundary="------------060407070000090302010507"
Authentication-Results: sj-dkim-7.cisco.com; header.From=lear@cisco.com; dkim=pass ( 44 extraneous bytes; sig from cisco.com verified; ); 
DKIM-Signature: a=rsa-sha1; q=dns; l=4465; t=1149607901; x=1150471901; c=relaxed/simple; s=sjdkim7001; h=Content-Type:From:Subject:Content-Transfer-Encoding:MIME-Version; d=cisco.com; i=lear@cisco.com; z=From:Eliot=20Lear=20<lear@cisco.com> |Subject:[Fwd=3A=2066th=20IETF=20-=20Visa=20Requirements=20for=20Canada]; X=v=3Dcisco.com=3B=20h=3DTfQ8kcNbVwvo231R5lZBDnFvoOo=3D; b=GK7vjtNAZcvxNF4O6g0Xlk0tDB4NmV6PHwMLj9G7MxEHbw7fAxvXZ5rgd8F3uhZKDmsxSfQb hpumbStwef/4VsggAyFihvajN2CZtt+d3bvBxjIu6XtQnAl/IPaQ3rtL;
X-Virus-Scanned: by amavisd-new and clamav at osafoundation.org
X-Spam-Status: No, hits=-0.8 tagged_above=-50.0 required=4.0 tests=AWL, TO_ADDRESS_EQ_REAL
X-Spam-Level: 
Subject: [Ietf-calsify] [Fwd: 66th IETF - Visa Requirements for Canada]
X-BeenThere: ietf-calsify@osafoundation.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: ietf-calsify.osafoundation.org
List-Unsubscribe: <http://lists.osafoundation.org/mailman/listinfo/ietf-calsify>,  <mailto:ietf-calsify-request@osafoundation.org?subject=unsubscribe>
List-Archive: <http://lists.osafoundation.org/pipermail/ietf-calsify>
List-Post: <mailto:ietf-calsify@osafoundation.org>
List-Help: <mailto:ietf-calsify-request@osafoundation.org?subject=help>
List-Subscribe: <http://lists.osafoundation.org/mailman/listinfo/ietf-calsify>,  <mailto:ietf-calsify-request@osafoundation.org?subject=subscribe>
X-List-Received-Date: Tue, 06 Jun 2006 15:31:45 -0000

This is a multi-part message in MIME format.
--------------060407070000090302010507
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 7bit

For those attending IETF 66 in Montreal, please be advised of Canadian
visa requirements found at the web sites in the attached message.

This will not apply to those of us streaming from home ;-)

Eliot

--------------060407070000090302010507
Content-Type: message/rfc822; name="66th IETF - Visa Requirements for Canada"
Content-Transfer-Encoding: 7bit
Content-Disposition: inline;
	filename="66th IETF - Visa Requirements for Canada"

X-Account-Key: account2
Received: from xbh-ams-332.emea.cisco.com ([144.254.231.87]) by
	xmb-ams-335.cisco.com with Microsoft SMTPSVC(6.0.3790.211); 
	Tue, 6 Jun 2006 16:19:49 +0200
Received: from xbh-sjc-231.amer.cisco.com ([128.107.191.100]) by
	xbh-ams-332.emea.cisco.com with Microsoft SMTPSVC(6.0.3790.0); 
	Tue, 6 Jun 2006 16:19:48 +0200
Received: from sj-iport-4.cisco.com ([171.68.10.86]) by
	xbh-sjc-231.amer.cisco.com with Microsoft SMTPSVC(6.0.3790.211);
	Tue, 6 Jun 2006 07:19:35 -0700
Received: from sj-dkim-1.cisco.com ([171.71.179.21])
	by sj-iport-4.cisco.com with ESMTP; 06 Jun 2006 07:19:20 -0700
Received: from sj-core-2.cisco.com (sj-core-2.cisco.com [171.71.177.254])
	by sj-dkim-1.cisco.com (8.12.11/8.12.11) with ESMTP id k56EJJFo009029; 
	Tue, 6 Jun 2006 07:19:19 -0700
Received: from sj-inbound-a.cisco.com (sj-inbound-a.cisco.com
	[128.107.234.204])
	by sj-core-2.cisco.com (8.12.10/8.12.6) with ESMTP id k56EJFks006008;
	Tue, 6 Jun 2006 07:19:19 -0700 (PDT)
Received: from lists.ietf.org (HELO megatron.ietf.org) ([156.154.16.145])
	by sj-inbound-a.cisco.com with ESMTP; 06 Jun 2006 07:18:54 -0700
X-from-outside-Cisco: 156.154.16.145
X-BrightmailFiltered: true
X-Brightmail-Tracker: AAAAAQAAA+s=
X-IronPort-AV: i="4.05,214,1146466800"; 
	d="scan'208"; a="511212576:sNHT23766864"
Received: from [127.0.0.1] (helo=stiedprmman1.va.neustar.com)
	by megatron.ietf.org with esmtp (Exim 4.43)
	id 1FncOQ-00007Y-Dp; Tue, 06 Jun 2006 10:18:50 -0400
Received: from [10.91.34.44] (helo=ietf-mx.ietf.org)
	by megatron.ietf.org with esmtp (Exim 4.43)
	id 1FncOP-00007Q-Ph; Tue, 06 Jun 2006 10:18:49 -0400
Received: from oak.neustar.com ([209.173.53.70])
	by ietf-mx.ietf.org with esmtp (Exim 4.43)
	id 1FncON-0003Za-Hc; Tue, 06 Jun 2006 10:18:49 -0400
Received: from ietf.org (stiedprweb1.va.neustar.com [10.91.34.42])
	by oak.neustar.com (8.12.8/8.12.8) with ESMTP id k56EIlWR029817
	(version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO);
	Tue, 6 Jun 2006 14:18:47 GMT
Received: from mirror by ietf.org with local (Exim 4.43)
	id 1FncON-00082G-CH; Tue, 06 Jun 2006 10:18:47 -0400
Content-Type: text/plain; charset="utf-8"
Mime-Version: 1.0
To: IETF Announcement list <ietf-announce@ietf.org>
From: IETF Secretariat <ietf-secretariat@ietf.org>
Message-Id: <E1FncON-00082G-CH@ietf.org>
Date: Tue, 06 Jun 2006 10:18:47 -0400
Content-Transfer-Encoding: quoted-printable
X-MIME-Autoconverted: from 8bit to quoted-printable by oak.neustar.com id
	k56EIlWR029817
X-Spam-Score: 0.1 (/)
X-Scan-Signature: cf4fa59384e76e63313391b70cd0dd25
Cc: wgchairs@ietf.org
Subject: 66th IETF - Visa Requirements for Canada 
X-BeenThere: wgchairs@ietf.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: Working Group Chairs <wgchairs.ietf.org>
List-Unsubscribe: <https://www1.ietf.org/mailman/listinfo/wgchairs>,
	<mailto:wgchairs-request@ietf.org?subject=unsubscribe>
List-Post: <mailto:wgchairs@ietf.org>
List-Help: <mailto:wgchairs-request@ietf.org?subject=help>
List-Subscribe: <https://www1.ietf.org/mailman/listinfo/wgchairs>,
	<mailto:wgchairs-request@ietf.org?subject=subscribe>
Errors-To: wgchairs-bounces@ietf.org
Authentication-Results: sj-dkim-1.cisco.com;
	header.From=ietf-secretariat@ietf.org; dkim=neutral
Return-Path: wgchairs-bounces@ietf.org
X-OriginalArrivalTime: 06 Jun 2006 14:19:35.0720 (UTC)
	FILETIME=[3CE09280:01C68974]

66th IETF Meeting
Montreal, Quebec, Canada
July 9-14, 2006
Hosted by Ericsson  http://www.ericsson.com


Don=E2=80=99t forget to check visa requirements for entering Canada. You =
can get more
information at:
=20
http://www.ietf.org/meetings/visa_requirements.html or
http://www.cic.gc.ca/english/visit/visas.html

For more hotel information and meeting registration:=20
http://www.ietf.org/meetings/IETF-66.html=20


--------------060407070000090302010507--


Return-Path: <reinhold@kainhofer.com>
X-Original-To: ietf-calsify@osafoundation.org
Delivered-To: ietf-calsify@osafoundation.org
Received: from laweleka.osafoundation.org (laweleka.osafoundation.org [204.152.186.98]) by leilani.osafoundation.org (Postfix) with ESMTP id C88127F6D3 for <ietf-calsify@osafoundation.org>; Mon,  5 Jun 2006 13:01:40 -0700 (PDT)
Received: from localhost (localhost [127.0.0.1]) by laweleka.osafoundation.org (Postfix) with ESMTP id B977E1422A5 for <ietf-calsify@osafoundation.org>; Mon,  5 Jun 2006 13:01:40 -0700 (PDT)
Received: from laweleka.osafoundation.org ([127.0.0.1]) by localhost (laweleka.osafoundation.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 02747-01 for <ietf-calsify@osafoundation.org>; Mon, 5 Jun 2006 13:01:37 -0700 (PDT)
Received: from doob.fam.tuwien.ac.at (doob.fam.tuwien.ac.at [128.130.51.99]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by laweleka.osafoundation.org (Postfix) with ESMTP id A4E471422BE for <ietf-calsify@osafoundation.org>; Mon,  5 Jun 2006 13:01:36 -0700 (PDT)
Received: from wiener.fam.tuwien.ac.at (wienernfs [12.0.0.100]) by doob.fam.tuwien.ac.at (8.13.4/8.13.4/Debian-3sarge1) with ESMTP id k55K1XP7018406 (version=TLSv1/SSLv3 cipher=AES256-SHA bits=256 verify=NOT) for <ietf-calsify@osafoundation.org>; Mon, 5 Jun 2006 22:01:33 +0200
Received: from localhost ([127.0.0.1] helo=ip6-localhost) by wiener.fam.tuwien.ac.at with esmtp (Exim 4.50) id 1FnLGX-0006Hq-Mv for ietf-calsify@osafoundation.org; Mon, 05 Jun 2006 22:01:33 +0200
From: Reinhold Kainhofer <reinhold@kainhofer.com>
Organization: Vienna University of Technology
To: ietf-calsify@osafoundation.org
Subject: Re: [Ietf-calsify] Re: calsify and kcal
Date: Mon, 5 Jun 2006 22:00:23 +0200
User-Agent: KMail/1.9.1
References: <4481AEE6.8000906@ofcourseimright.com> <200606040157.11247.reinhold@kainhofer.com>
In-Reply-To: <200606040157.11247.reinhold@kainhofer.com>
Content-Type: text/plain; charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
Content-Disposition: inline
Message-Id: <200606052200.26420.reinhold@kainhofer.com>
X-Virus-Scanned: by amavisd-new and clamav at osafoundation.org
X-Spam-Status: No, hits=-0.6 tagged_above=-50.0 required=4.0 tests=AWL
X-Spam-Level: 
X-BeenThere: ietf-calsify@osafoundation.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: ietf-calsify.osafoundation.org
List-Unsubscribe: <http://lists.osafoundation.org/mailman/listinfo/ietf-calsify>,  <mailto:ietf-calsify-request@osafoundation.org?subject=unsubscribe>
List-Archive: <http://lists.osafoundation.org/pipermail/ietf-calsify>
List-Post: <mailto:ietf-calsify@osafoundation.org>
List-Help: <mailto:ietf-calsify-request@osafoundation.org?subject=help>
List-Subscribe: <http://lists.osafoundation.org/mailman/listinfo/ietf-calsify>,  <mailto:ietf-calsify-request@osafoundation.org?subject=subscribe>
X-List-Received-Date: Mon, 05 Jun 2006 20:01:40 -0000

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Am Sonntag, 4. Juni 2006 01:57 schrieb Reinhold Kainhofer:
> I also found a web page where it was described to include some paragraph in
> a possible rfc 2445 revision, but I can't find that page again....

Okay, I found a printout and googled for that page... Seems it was the 
conclusion of a discussion on ietf-calendar (which is a real goldmine of 
problems and clarifications of RFC 2445ff.) 

It was a clarification that RDATE with VALUE=DATE does inherit the time from 
DTSTART, while EXDATE with VALUE=DATE does not inherit the time and excludes 
all events on that given day. To exclude only one particular instance, you 
need to use VALUE=DATE-TIME:
http://tipi.sourceforge.net/doc/recur/apa.html


I suppose that the issues listed as "Incorporated" at 
http://www.softwarestudio.org/iCal/2445Issues.html are included in the latest 
draft? (Sorry, haven't checked it myself...). Also, several of the "Discuss" 
items there are really items that should be discussed and clarified in rfc 
2445bis.

Cheers,
Reinhold

- -- 
- ------------------------------------------------------------------
Reinhold Kainhofer, Vienna, Austria
email: reinhold@kainhofer.com, http://reinhold.kainhofer.com/
 * Financial and Actuarial Mathematics, TU Wien, http://www.fam.tuwien.ac.at
 * K Desktop Environment, http://www.kde.org/, KOrganizer maintainer
 * Chorvereinigung "Jung-Wien", http://www.jung-wien.at/
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.3 (GNU/Linux)

iD8DBQFEhI1aTqjEwhXvPN0RAkRWAJ9xDv1arG+LR3A6YRP/W4OULbwsuQCbBdSP
+AVM2EU2i+1hn4l795DV+7g=
=7U+X
-----END PGP SIGNATURE-----


Return-Path: <lear@cisco.com>
X-Original-To: ietf-calsify@osafoundation.org
Delivered-To: ietf-calsify@osafoundation.org
Received: from laweleka.osafoundation.org (laweleka.osafoundation.org [204.152.186.98]) by leilani.osafoundation.org (Postfix) with ESMTP id 308387F73B for <ietf-calsify@osafoundation.org>; Mon,  5 Jun 2006 09:13:18 -0700 (PDT)
Received: from localhost (localhost [127.0.0.1]) by laweleka.osafoundation.org (Postfix) with ESMTP id 1FFF61422D3 for <ietf-calsify@osafoundation.org>; Mon,  5 Jun 2006 09:13:18 -0700 (PDT)
Received: from laweleka.osafoundation.org ([127.0.0.1]) by localhost (laweleka.osafoundation.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 09228-01 for <ietf-calsify@osafoundation.org>; Mon, 5 Jun 2006 09:13:17 -0700 (PDT)
Received: from sj-iport-4.cisco.com (sj-iport-4.cisco.com [171.68.10.86]) by laweleka.osafoundation.org (Postfix) with ESMTP id 83BCA1422D0 for <ietf-calsify@osafoundation.org>; Mon,  5 Jun 2006 09:13:17 -0700 (PDT)
Received: from sj-dkim-3.cisco.com ([171.71.179.195]) by sj-iport-4.cisco.com with ESMTP; 05 Jun 2006 09:12:06 -0700
X-IronPort-AV: i="4.05,211,1146466800";  d="html'217?scan'217,208,217"; a="1819374560:sNHT1843852316"
Received: from sj-core-1.cisco.com (sj-core-1.cisco.com [171.71.177.237]) by sj-dkim-3.cisco.com (8.12.11/8.12.11) with ESMTP id k55GC64v032678 for <ietf-calsify@osafoundation.org>; Mon, 5 Jun 2006 09:12:06 -0700
Received: from imail.cisco.com (sjc12-sbr-sw3-3f5.cisco.com [172.19.96.182]) by sj-core-1.cisco.com (8.12.10/8.12.6) with ESMTP id k55GC69s006421 for <ietf-calsify@osafoundation.org>; Mon, 5 Jun 2006 09:12:06 -0700 (PDT)
Received: from [212.254.247.6] (ams3-vpn-dhcp4504.cisco.com [10.61.81.151]) by imail.cisco.com (8.12.11/8.12.10) with ESMTP id k55G8PF2017243 for <ietf-calsify@osafoundation.org>; Mon, 5 Jun 2006 09:08:25 -0700
Message-ID: <448457D4.6050700@cisco.com>
Date: Mon, 05 Jun 2006 18:12:04 +0200
From: Eliot Lear <lear@cisco.com>
User-Agent: Thunderbird 1.5.0.4 (Macintosh/20060530)
MIME-Version: 1.0
To: "ietf-calsify@osafoundation.org" <ietf-calsify@osafoundation.org>
Content-Type: multipart/mixed; boundary="------------020901030209090406030104"
Authentication-Results: sj-dkim-3.cisco.com; header.From=lear@cisco.com; dkim=pass ( 56 extraneous bytes; sig from cisco.com verified; ); 
DKIM-Signature: a=rsa-sha1; q=dns; l=7374; t=1149523926; x=1150387926; c=relaxed/simple; s=sjdkim3001; h=Content-Type:From:Subject:Content-Transfer-Encoding:MIME-Version; d=cisco.com; i=lear@cisco.com; z=From:Eliot=20Lear=20<lear@cisco.com> |Subject:revised=20charter,=20take=202; X=v=3Dcisco.com=3B=20h=3D5myJDW7cWQfpi7J9MSU2jnevzXU=3D; b=j4mt7Nq/h/gDwDW9iKPqRjPCq2QmGhLAiuXiFxSCWcmL9uJr7aQs0knLA8uf7TGQKmUx0dtT ysOoX8kxG6QKJVoGM6sOfqnn2x44MQR3B2XZChzitDhxBIDIEfu99gT7;
X-Virus-Scanned: by amavisd-new and clamav at osafoundation.org
X-Spam-Status: No, hits=-0.6 tagged_above=-50.0 required=4.0 tests=AWL, HTML_50_60, HTML_MESSAGE, HTML_TAG_EXIST_TBODY, TO_ADDRESS_EQ_REAL
X-Spam-Level: 
Subject: [Ietf-calsify] revised charter, take 2
X-BeenThere: ietf-calsify@osafoundation.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: ietf-calsify.osafoundation.org
List-Unsubscribe: <http://lists.osafoundation.org/mailman/listinfo/ietf-calsify>,  <mailto:ietf-calsify-request@osafoundation.org?subject=unsubscribe>
List-Archive: <http://lists.osafoundation.org/pipermail/ietf-calsify>
List-Post: <mailto:ietf-calsify@osafoundation.org>
List-Help: <mailto:ietf-calsify-request@osafoundation.org?subject=help>
List-Subscribe: <http://lists.osafoundation.org/mailman/listinfo/ietf-calsify>,  <mailto:ietf-calsify-request@osafoundation.org?subject=subscribe>
X-List-Received-Date: Mon, 05 Jun 2006 16:13:18 -0000

This is a multi-part message in MIME format.
--------------020901030209090406030104
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: 7bit

This one defers decision of draft v. ps until the fall.  Comments?

Eliot

--------------020901030209090406030104
Content-Type: text/html; x-mac-type="0"; x-mac-creator="0";
	name="calsify-charter.html"
Content-Transfer-Encoding: 7bit
Content-Disposition: inline;
 filename="calsify-charter.html"

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html><head><title>Calendaring and Scheduling Standards Simplification (calsify) Charter</title></head>
<body style="background-color: rgb(255, 255, 255);"><center>
<table border="0" cellpadding="0" cellspacing="0"><tbody><tr>
<td><a href="/home.html"><img src="/images/header/ietflogo_sm.gif" border="0"></a></td><td><a href="/home.html"><img src="/images/header/home11.gif" border="0"></a></td>
<td><img src="/images/header/separator.gif" border="0"></td><td><a href="/html.charters/wg-dir.html"><img src="/images/header/wg11.gif" border="0"></a></td>
<td><img src="/images/header/separator.gif" border="0"></td><td><a href="/meetings/meetings.html"><img src="/images/header/meetings11.gif" border="0"></a></td>
<td><img src="/images/header/separator.gif" border="0"></td><td><a href="/proceedings/directory.html"><img src="/images/header/proceed11.gif" border="0"></a></td>
<td><img src="/images/header/separator.gif" border="0"></td><td><a href="/ID.html"><img src="/images/header/id-index11.gif" border="0"></a></td>
<td><img src="/images/header/separator.gif" border="0"></td><td><a href="/rfc.html"><img src="/images/header/rfc11.gif" border="0"></a></td>
</tr></tbody></table>
</center><hr>
<h1>Calendaring and Scheduling Standards Simplification (calsify)</h1>
<p>Last Modified: 2006-04-25 <br>
</p><h2>Chair(s):</h2>
<li> <a href="mailto:lear@cisco.com">Eliot Lear
&lt;lear@cisco.com&gt;</a>
<br><br></li><li> <a href="mailto:aki.niemi@nokia.com">Aki Niemi
&lt;aki.niemi@nokia.com&gt;</a>
<br><br><h2>Applications Area Director(s):</h2>
</li><li> <a href="mailto:hardie@qualcomm.com">Ted
Hardie &lt;hardie@qualcomm.com&gt;</a>
<br></li><li> <a href="mailto:lisa@osafoundation.org">Lisa Dusseault
&lt;lisa@osafoundation.org&gt;</a>
<br><h2>Applications Area Advisor:</h2>
</li><li> <a href="mailto:lisa@osafoundation.org">Lisa
Dusseault &lt;lisa@osafoundation.org&gt;</a>
<br><h2>Mailing Lists:</h2> General Discussion:
ietf-calsify@osafoundation.org<br>
To Subscribe: <a href="http://lists.osafoundation.org/mailman/listinfo/ietf-calsify">http://lists.osafoundation.org/mailman/listinfo/ietf-calsify</a><br>
Archive: <a href="http://lists.osafoundation.org/pipermail/ietf-calsify/">http://lists.osafoundation.org/pipermail/ietf-calsify/</a><br>
</li>
<h2>Description of Working Group:</h2>
The Calendaring and Scheduling standards, defined in RFC's 2445, 2446,<br>and
2447 were released in November 1998, and further described in RFC<br>3283.
They were designed to progress the level of interoperability<br>between
dissimilar calendaring and scheduling systems. The Calendaring<br>and
Scheduling Core Object Specification, iCalendar, succeeded in<br>establishing
itself as the common format for exchanging calendaring<br>information
across the Internet. On the other hand, only basic<br>interoperability
has been achieved between different scheduling systems.<br><br>The
Calsify working group is chartered to:<br><br>(1) Revise the Calendaring
and Scheduling Standards to advance the<br>state of interoperable
calendaring and scheduling by addressing<br>the known
interoperability issues, &nbsp;errata, and problems found based on<br>implementation experience.<br><br>(2) Clarify
the registration process for iCalendar extensions (i.e.,<br>the
current core object specification only provides a template<br>to
register new properties).<br><br>(3) Provide a means to ease transition from, and to co-exist with,<br>the earlier iCalendar standards to the new ones. <br><br>Proposing an XML representation or
transformation of iCalendar<br>objects is out of the scope of
this working group.<br><br>Depending on the results of the update process on the standards documents the working<br>group will consider whether advancing the documents to draft standard is appropriate. &nbsp;If<br>we decide to move the documents to draft status, milestones may get changed and/or added<br>to allow for any additional work necessary to advance the documents.<br><br>
<h2>Goals and Milestones:</h2>
<table><tbody>
<tr align="left" valign="top"><td></td><td valign="top" width="70">Done</td><td>&nbsp;&nbsp;</td><td>Submit
iMIP bis draft 00 </td></tr>
<tr align="left" valign="top"><td></td><td valign="top" width="70">Done</td><td>&nbsp;&nbsp;</td><td>Submit
iCalendar bis draft 00, with formatting changes from RFC2445. </td></tr>
<tr align="left" valign="top"><td></td><td valign="top" width="70">Done</td><td>&nbsp;&nbsp;</td><td>Submit
iTIP bis draft 00 </td></tr>




<tr align="left" valign="top"><td></td><td valign="top" width="70">June 2006</td><td>&nbsp;&nbsp;</td><td>Submit
updated version of rfc2445bis&nbsp; draft </td></tr>
<tr><td></td><td>June 2006</td><td></td><td>Submit updated version of rfc2446bis draft</td></tr><tr><td></td><td>June 2006</td><td></td><td>Submit updated version of rfc2447bis draft</td></tr><tr align="left" valign="top"><td></td><td valign="top" width="70">Sep 2006</td><td>&nbsp;&nbsp;</td><td>Working Group Last Call on rfc2445bis draft </td></tr>
<tr align="left" valign="top"><td></td><td valign="top" width="70">Oct 2006</td><td>&nbsp;&nbsp;</td><td>Working Group Last Call on rfc2447bis draft</td></tr>

<tr align="left" valign="top"><td></td><td valign="top" width="70">Oct 2006</td><td>&nbsp;&nbsp;</td><td>Working Group Last Call on rfc2446bis draft </td></tr>
<tr><td></td><td>Nov 2006</td><td></td><td>Decide whether documents move to PS or DS</td></tr><tr align="left" valign="top"><td></td><td valign="top" width="70">Jan 2007</td><td>&nbsp;&nbsp;</td><td>Submit rfc2446bis draft to IESG </td></tr>
<tr align="left" valign="top"><td></td><td valign="top" width="70">Jan 2007</td><td>&nbsp;&nbsp;</td><td>Submit rfc2445bis to IESG </td></tr>
<tr align="left" valign="top"><td></td><td valign="top" width="70">Jan 2007</td><td>&nbsp;&nbsp;</td><td>Submit rfc2447bis to IESG </td></tr>



</tbody></table><h2>Internet-Drafts:</h2>
<a href="/internet-drafts/draft-ietf-calsify-rfc2447bis-01.txt">
iCalendar Message-Based Interoperability Protocol (iMIP) </a>
(34975 bytes)<br>
<a href="/internet-drafts/draft-ietf-calsify-2446bis-01.txt">
iCalendar Transport-Independent Interoperability Protocol (iTIP) </a>
(296391 bytes)<br>
<a href="/internet-drafts/draft-ietf-calsify-rfc2445bis-00.txt">
Internet Calendaring and Scheduling Core Object Specification
(iCalendar) </a> (295173 bytes)<br>
<h2>No Request For Comments</h2>
<hr><i> IETF Secretariat - Please send questions, comments,
and/or
suggestions to </i>
<a href="mailto:ietf-web@ietf.org">ietf-web@ietf.org</a>.
<p><a href="/html.charters/wg-dir.html">
<img src="/icons/back.gif"> Return to working group
directory. </a> </p><p>
<a href="/home.html"><img src="/icons/back.gif">
<img src="/icons/back.gif">
Return to IETF home page. </a>
</p></body></html>
--------------020901030209090406030104--


Return-Path: <reinhold@kainhofer.com>
X-Original-To: Ietf-calsify@osafoundation.org
Delivered-To: Ietf-calsify@osafoundation.org
Received: from laweleka.osafoundation.org (laweleka.osafoundation.org [204.152.186.98]) by leilani.osafoundation.org (Postfix) with ESMTP id 98AB67F7D0 for <Ietf-calsify@osafoundation.org>; Sat,  3 Jun 2006 16:58:31 -0700 (PDT)
Received: from localhost (localhost [127.0.0.1]) by laweleka.osafoundation.org (Postfix) with ESMTP id 89C921422BF for <Ietf-calsify@osafoundation.org>; Sat,  3 Jun 2006 16:58:31 -0700 (PDT)
Received: from laweleka.osafoundation.org ([127.0.0.1]) by localhost (laweleka.osafoundation.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 20566-08 for <Ietf-calsify@osafoundation.org>; Sat, 3 Jun 2006 16:58:29 -0700 (PDT)
Received: from doob.fam.tuwien.ac.at (doob.fam.tuwien.ac.at [128.130.51.99]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by laweleka.osafoundation.org (Postfix) with ESMTP id F309A1422BC for <Ietf-calsify@osafoundation.org>; Sat,  3 Jun 2006 16:58:28 -0700 (PDT)
Received: from wiener.fam.tuwien.ac.at (wienernfs [12.0.0.100]) by doob.fam.tuwien.ac.at (8.13.4/8.13.4/Debian-3sarge1) with ESMTP id k53NwNdj031413 (version=TLSv1/SSLv3 cipher=AES256-SHA bits=256 verify=NOT); Sun, 4 Jun 2006 01:58:23 +0200
Received: from localhost ([127.0.0.1] helo=ip6-localhost) by wiener.fam.tuwien.ac.at with esmtp (Exim 4.50) id 1Fmg0d-0000mM-FL; Sun, 04 Jun 2006 01:58:23 +0200
From: Reinhold Kainhofer <reinhold@kainhofer.com>
Organization: Vienna University of Technology
To: Eliot Lear <lear@ofcourseimright.com>
Date: Sun, 4 Jun 2006 01:57:08 +0200
User-Agent: KMail/1.9.1
References: <4481AEE6.8000906@ofcourseimright.com>
In-Reply-To: <4481AEE6.8000906@ofcourseimright.com>
Content-Type: text/plain; charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
Content-Disposition: inline
Message-Id: <200606040157.11247.reinhold@kainhofer.com>
X-Virus-Scanned: by amavisd-new and clamav at osafoundation.org
X-Spam-Status: No, hits=-0.8 tagged_above=-50.0 required=4.0 tests=AWL
X-Spam-Level: 
Cc: CALSIFY Mailinglist <Ietf-calsify@osafoundation.org>
Subject: [Ietf-calsify] Re: calsify and kcal
X-BeenThere: ietf-calsify@osafoundation.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: ietf-calsify.osafoundation.org
List-Unsubscribe: <http://lists.osafoundation.org/mailman/listinfo/ietf-calsify>,  <mailto:ietf-calsify-request@osafoundation.org?subject=unsubscribe>
List-Archive: <http://lists.osafoundation.org/pipermail/ietf-calsify>
List-Post: <mailto:ietf-calsify@osafoundation.org>
List-Help: <mailto:ietf-calsify-request@osafoundation.org?subject=help>
List-Subscribe: <http://lists.osafoundation.org/mailman/listinfo/ietf-calsify>,  <mailto:ietf-calsify-request@osafoundation.org?subject=subscribe>
X-List-Received-Date: Sat, 03 Jun 2006 23:58:31 -0000

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Hello Eliot,

Am Samstag, 3. Juni 2006 17:46 schrieb Eliot Lear:
> My name is Eliot Lear and I am one of the co-chairs of the IETF calsify
> working group.  We are currently revising our charter and re-enlivening
> the group.  I see that you have done a lot of work on kcal, and I was
> wondering if you wanted to comment on shortcomings or interoperability
> issues you've found with RFCs 2445, 2446, and 2447.  We maintain an
> active list now, if you're not already on it.  It's
> ietf-calsify@osafoundation.org.
>
> Are you interested in participating?

Thanks a lot for the hint. I've been subscribed for about two years now, and I 
have mainly concerns about the recurrence rules (the examples are rather 
trivial, the border cases and cases that would need clarification are not 
included in the RFC). But also some other areas might/should be cleared.

- -) For example, the P1D vs. PT24H discussion (whether there is a difference, 
which of them should be deprecated/removed, etc). My stance is written in 
http://lists.osafoundation.org/pipermail/ietf-calsify/2005-April/000607.html:
P1D means that the event ends exactly at the same (local) time the next day, 
even if that is only 23 hours or 25 hours later due to a DST shift, while 
P24H is always exactly 24 hours. Maybe an example highlighting these 
differences might help.

- -) But then we also have the problem what should happen if the end date of a 
DURATION: P1D event does not exist:
http://lists.osafoundation.org/pipermail/ietf-calsify/2005-April/000561.html

For RRULEs it's clear that the occurence (start tiem) simply doesn't happen 
(as it's "out of scope"), but here the start time exists, only the end time 
doesn't.

- -) For recurring events, nothing in the RFC 2445  tells you how to properly 
calculate the end date/time (see 
http://lists.osafoundation.org/pipermail/ietf-calsify/2005-April/000483.html 
and 
http://lists.osafoundation.org/pipermail/ietf-calsify/2005-April/000491.html). 
I suppose it should be start date/time of the occurrence plus the duration, 
calculated from the initial DTSTART and DTEND (or DURATION), right? RFC 2446 
has one sentence for VTODOS, but RFC 2445 doesn't even have that.
Now, the problem is, how do we calculate the duration of the initial DTSTART 
and DTEND? In particular, is there a way to express a daily recurrence rule 
that specifies an event that always starts at 01:00 and ends at 13:00 (both 
local time)? The problems again appear when DST shifts happen.

- -) Section 4.3.10 says:
   "If BYxxx rule part values are found which are beyond the available
   scope (ie, BYMONTHDAY=30 in February), they are simply ignored."

Here an example should be given (what the available scope is and what ignored 
means here). E.g.

  DTSTART;TZID=Europe/Vienna: 20050201T120000
  RRULE:FREQ=MONTHLY;BYMONTHDAY=30;FREQ=3
results in occurrences on 1 Feb 2006, 30 May 2006, 30 Aug 2006, 30 Nov 2006, 
30 May 2006.
I.e. "they are simply ignored" means that the whole occurrence is ignored, not 
the rule part value (which would result in the day being taken from the 
DTSTART) .

- -) End date not inclusive: For date/times, the non-inclusive end date/time is 
clear, but for date-only events, most (all?) implementations understand the 
non-inclusive end date as the first day after the event. E.g. DTEND: 20060604 
means that the event goes on until June 3. The consensus was to clear this up 
in the RFC and define this as standard (although I suppose this will 
introduce some inconsistency somewhere. I thought about this a while back, 
but can't remember now).
Frank Dawson explained somewhere that it was actually intended to mean that 
the event's end is 20060604T23:59:59... But it seems no-one implemented it 
this way.



When I re-wrote the whole recurrence class for libkcal, I had several cases 
where the RFC should be made more clear, but I seem to have deleted my mails 
to calsify in my mail client. It's been on my to-do list for ages to write 
them down and send them again to calsify for consideration of the revised 
draft, but I haven't found the time for it yet. I think I sent them to 
ietf-calendar. 

Okay, I found some mails:

- -) The interaction between the BY* rule parts should be exemplified. I wrote 
several examples in 
http://www.imc.org/ietf-calendar/mail-archive/msg06787.html
I didn't give the answers there, but they now most seem pretty clear to me and 
they might help in understanding how the rrule parts are supposed to be 
evaluated. 

If you think they are all trivial to answer, or not realistic cases, look at 
all VTIMEZONE definitions:
http://www.imc.org/ietf-calendar/mail-archive/msg06789.html

The whole thread contains lots of thoughts about how rrules are actually 
supposed to be evaluated, which is far from trivial as soon as multiple BY* 
parts are involved.

- -) In one of the cases above, I (or rather Sam Roberts) think the RFC has an 
error which resulted in all these "wrong"(?) VTIMEZONE definitions:
http://www.imc.org/ietf-calendar/mail-archive/msg06792.html

- -) RFC 2445 says in section 4.3.10 "The "DTSTART" property 
value, if specified, counts as the first occurrence.". The "if specified" in 
this context is supposed to mean "if it matches the BY* rules", or "if it 
would be generated as a recurrence date by the RRULE". 
It does not mean if it is specified (i.e. exists) in the VEVENT at all.
(http://www.imc.org/ietf-calendar/mail-archive/msg06796.html)

- -) section 4.8.5.4 "Recurrence Rule" says 
"   The "DTSTART" and "DTEND" property pair or "DTSTART" and "DURATION"
   property pair, specified within the iCalendar object defines the
   first instance of the recurrence. "

Here, "first instance of the recurrence" does NOT mean the recurrence 
generated by that particular RRULE, but it rather means the whole set of 
occurences of the event (which is calculated of the DTSTART + RRULE dates + 
RDATE - EXRULE dates - EXDATE). This is particularly important as otherwise 
an EXRULE would always exclude the original start date/time.


I also found a web page where it was described to include some paragraph in a 
possible rfc 2445 revision, but I can't find that page again.... 

Cheers,
Reinhold
- -- 
- ------------------------------------------------------------------
Reinhold Kainhofer, Vienna, Austria
email: reinhold@kainhofer.com, http://reinhold.kainhofer.com/
 * Financial and Actuarial Mathematics, TU Wien, http://www.fam.tuwien.ac.at
 * K Desktop Environment, http://www.kde.org/, KOrganizer maintainer
 * Chorvereinigung "Jung-Wien", http://www.jung-wien.at/
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.3 (GNU/Linux)

iD8DBQFEgiHXTqjEwhXvPN0RAtQAAKCYMmvmfKEOY/NyxMRh0kYkLUkdewCcDEPN
ux9jv+3wTRNjBttzdQij7eg=
=mlov
-----END PGP SIGNATURE-----