
From nobody Mon Dec  1 08:13:24 2014
Return-Path: <cyrus@daboo.name>
X-Original-To: calsify@ietfa.amsl.com
Delivered-To: calsify@ietfa.amsl.com
Received: from localhost (ietfa.amsl.com [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id B68A81A6EEF for <calsify@ietfa.amsl.com>; Mon,  1 Dec 2014 08:13:22 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -1.91
X-Spam-Level: 
X-Spam-Status: No, score=-1.91 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, T_RP_MATCHES_RCVD=-0.01] autolearn=ham
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id TMqp0AYcMVAJ for <calsify@ietfa.amsl.com>; Mon,  1 Dec 2014 08:13:21 -0800 (PST)
Received: from daboo.name (daboo.name [173.13.55.49]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 691431A6EE5 for <calsify@ietf.org>; Mon,  1 Dec 2014 08:13:21 -0800 (PST)
Received: from localhost (localhost [127.0.0.1]) by daboo.name (Postfix) with ESMTP id A48C54E054E; Mon,  1 Dec 2014 11:13:20 -0500 (EST)
X-Virus-Scanned: amavisd-new at example.com
Received: from daboo.name ([127.0.0.1]) by localhost (daboo.name [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id tc5xuYjg7pwH; Mon,  1 Dec 2014 11:13:20 -0500 (EST)
Received: from caldav.corp.apple.com (unknown [17.45.162.46]) by daboo.name (Postfix) with ESMTPSA id 55BED4E0543; Mon,  1 Dec 2014 11:13:18 -0500 (EST)
Date: Mon, 01 Dec 2014 11:13:14 -0500
From: Cyrus Daboo <cyrus@daboo.name>
To: Ken Murchison <murch@andrew.cmu.edu>, Philipp Kewisch <kewisch@gmail.com>,  calsify@ietf.org
Message-ID: <16516D9541B5FAA31B727D1B@caldav.corp.apple.com>
In-Reply-To: <547397A2.2080609@andrew.cmu.edu>
References: <CAF4+nEHEH96m2Ef3q4BNbYQ0ePeGh5vJpmUzZDFEmfQJCLsHmw@mail.gmail.com> <546CEF71.3070300@dmfs.org> <546CF310.3010807@gmail.com> <DCE1133EEF10EE6BC2F346CF@caldav.corp.apple.com> <547397A2.2080609@andrew.cmu.edu>
X-Mailer: Mulberry/4.1.0b1 (Mac OS X)
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii; format=flowed
Content-Transfer-Encoding: 7bit
Content-Disposition: inline; size=1659
Archived-At: http://mailarchive.ietf.org/arch/msg/calsify/zcuKywC71dIqfhua6uO5ftRlTJE
Subject: Re: [calsify] WG Last Call: draft-ietf-calext-rscale-01.txt
X-BeenThere: calsify@ietf.org
X-Mailman-Version: 2.1.15
Precedence: list
List-Id: <calsify.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/calsify>, <mailto:calsify-request@ietf.org?subject=unsubscribe>
List-Archive: <http://www.ietf.org/mail-archive/web/calsify/>
List-Post: <mailto:calsify@ietf.org>
List-Help: <mailto:calsify-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/calsify>, <mailto:calsify-request@ietf.org?subject=subscribe>
X-List-Received-Date: Mon, 01 Dec 2014 16:13:22 -0000

Hi Ken,

--On November 24, 2014 at 3:40:02 PM -0500 Ken Murchison 
<murch@andrew.cmu.edu> wrote:

>>    2. Correctly parse any "rscale" JSON member in an "rrule" JSOB object.
>
> In the above to steps,  I think "rrule" JSON object should be "recur"
> JSON object.

Correct.

>>    5. Serialize the "SKIP" element in an "RRULE" property as a "skip"
>> JSON member in the "rrule" JSON object. The value of the "skip" JSON
>> member MUST be a string containing lowercased values for the "SKIP"
>> element as defined by this specification.
>
> Why lowercased?  We preserve case for "freq" and "wkst", and presumably
> "byday".

My mistake. The standard case-mapping rules for jCal and xCal should be 
used.

>>    6. Correctly parse any "skip" JSON member in an "rrule" JSOB object.
>>
>>
>> And I will do an equivalent for xCal, defining new XML elements as
>> needed. I think that should address Marten's comment.
>>
>
> Does this look correct for an RRULE such as:
> RRULE:FREQ=YEARLY;RSCALE=CHINESE;SKIP=YES;BYMONTH=6,6L
>
>          [
>            "rrule",
>            {},
>            "recur",
>            {
>              "freq": "YEARLY",
>              "rscale": "CHINESE",
>              "skip": "YES",
>              "bymonth": [
>                6,
>                "6L"
>              ]
>            }
>          ],
>
>
>
>            <rrule>
>              <recur>
>                <freq>YEARLY</freq>
>                <rscale>CHINESE</rscale>
>                <skip>YES</skip>
>                <bymonth>6</bymonth>
>                <bymonth>6L</bymonth>
>              </recur>
>            </rrule>

Yes those look right to me.

-- 
Cyrus Daboo


From nobody Wed Dec 10 07:25:47 2014
Return-Path: <internet-drafts@ietf.org>
X-Original-To: calsify@ietfa.amsl.com
Delivered-To: calsify@ietfa.amsl.com
Received: from localhost (ietfa.amsl.com [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id E04AF1A0362; Wed, 10 Dec 2014 07:25:35 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -1.9
X-Spam-Level: 
X-Spam-Status: No, score=-1.9 tagged_above=-999 required=5 tests=[BAYES_00=-1.9] autolearn=ham
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id mJZ3OAUk2t9B; Wed, 10 Dec 2014 07:25:31 -0800 (PST)
Received: from ietfa.amsl.com (localhost [IPv6:::1]) by ietfa.amsl.com (Postfix) with ESMTP id D6EFE1A1A96; Wed, 10 Dec 2014 07:25:29 -0800 (PST)
MIME-Version: 1.0
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: 7bit
From: internet-drafts@ietf.org
To: i-d-announce@ietf.org
X-Test-IDTracker: no
X-IETF-IDTracker: 5.7.4
Auto-Submitted: auto-generated
Precedence: bulk
Message-ID: <20141210152529.4946.45861.idtracker@ietfa.amsl.com>
Date: Wed, 10 Dec 2014 07:25:29 -0800
Archived-At: http://mailarchive.ietf.org/arch/msg/calsify/NEQY9Q_DwM12KD_-SVeL7A3oKac
Cc: calsify@ietf.org
Subject: [calsify] I-D Action: draft-ietf-calext-rscale-02.txt
X-BeenThere: calsify@ietf.org
X-Mailman-Version: 2.1.15
List-Id: <calsify.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/calsify>, <mailto:calsify-request@ietf.org?subject=unsubscribe>
List-Archive: <http://www.ietf.org/mail-archive/web/calsify/>
List-Post: <mailto:calsify@ietf.org>
List-Help: <mailto:calsify-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/calsify>, <mailto:calsify-request@ietf.org?subject=subscribe>
X-List-Received-Date: Wed, 10 Dec 2014 15:25:36 -0000

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

        Title           : Non-Gregorian Recurrence Rules in iCalendar
        Authors         : Cyrus Daboo
                          Gregory Yakushev
	Filename        : draft-ietf-calext-rscale-02.txt
	Pages           : 18
	Date            : 2014-12-10

Abstract:
   This document defines how non-Gregorian recurrence rules can be
   specified and used in iCalendar data, and with CalDAV servers.


The IETF datatracker status page for this draft is:
https://datatracker.ietf.org/doc/draft-ietf-calext-rscale/

There's also a htmlized version available at:
http://tools.ietf.org/html/draft-ietf-calext-rscale-02

A diff from the previous version is available at:
http://www.ietf.org/rfcdiff?url2=draft-ietf-calext-rscale-02


Please note that it may take a couple of minutes from the time of submission
until the htmlized version and diff are available at tools.ietf.org.

Internet-Drafts are also available by anonymous FTP at:
ftp://ftp.ietf.org/internet-drafts/


From nobody Wed Dec 10 07:41:56 2014
Return-Path: <cyrus@daboo.name>
X-Original-To: calsify@ietfa.amsl.com
Delivered-To: calsify@ietfa.amsl.com
Received: from localhost (ietfa.amsl.com [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id 1D5831A6FF1 for <calsify@ietfa.amsl.com>; Wed, 10 Dec 2014 07:41:50 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -1.91
X-Spam-Level: 
X-Spam-Status: No, score=-1.91 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, RCVD_IN_DNSWL_NONE=-0.0001, T_RP_MATCHES_RCVD=-0.01] autolearn=ham
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id b8e8N0rwxrcy for <calsify@ietfa.amsl.com>; Wed, 10 Dec 2014 07:41:46 -0800 (PST)
Received: from daboo.name (daboo.name [173.13.55.49]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 12EFF1A6FED for <calsify@ietf.org>; Wed, 10 Dec 2014 07:41:46 -0800 (PST)
Received: from localhost (localhost [127.0.0.1]) by daboo.name (Postfix) with ESMTP id 58AA25B57E8 for <calsify@ietf.org>; Wed, 10 Dec 2014 10:41:45 -0500 (EST)
X-Virus-Scanned: amavisd-new at example.com
Received: from daboo.name ([127.0.0.1]) by localhost (daboo.name [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id pubAzIyNSJWo for <calsify@ietf.org>; Wed, 10 Dec 2014 10:41:45 -0500 (EST)
Received: from caldav.corp.apple.com (unknown [17.45.162.46]) by daboo.name (Postfix) with ESMTPSA id 8E8D35B57D8 for <calsify@ietf.org>; Wed, 10 Dec 2014 10:41:44 -0500 (EST)
Date: Wed, 10 Dec 2014 10:41:40 -0500
From: Cyrus Daboo <cyrus@daboo.name>
To: calsify@ietf.org
Message-ID: <5CB82A64E9B94D1A75693DB6@caldav.corp.apple.com>
In-Reply-To: <20141210152529.4946.45861.idtracker@ietfa.amsl.com>
References: <20141210152529.4946.45861.idtracker@ietfa.amsl.com>
X-Mailer: Mulberry/4.1.0b1 (Mac OS X)
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii; format=flowed
Content-Transfer-Encoding: 7bit
Content-Disposition: inline; size=312
Archived-At: http://mailarchive.ietf.org/arch/msg/calsify/7fyY2PoSIXJum-D1mBIFcN0jKQ4
Subject: Re: [calsify] I-D Action: draft-ietf-calext-rscale-02.txt
X-BeenThere: calsify@ietf.org
X-Mailman-Version: 2.1.15
Precedence: list
List-Id: <calsify.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/calsify>, <mailto:calsify-request@ietf.org?subject=unsubscribe>
List-Archive: <http://www.ietf.org/mail-archive/web/calsify/>
List-Post: <mailto:calsify@ietf.org>
List-Help: <mailto:calsify-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/calsify>, <mailto:calsify-request@ietf.org?subject=subscribe>
X-List-Received-Date: Wed, 10 Dec 2014 15:41:50 -0000

Hi folks,
I have posted a new version of thew rscale spec that I think addresses all 
the comments we had during the WG last call (which I believe has 
concluded). Please review the changes (the major items being the addition 
of sections describing changes to jCal and xCal to support rscale).

-- 
Cyrus Daboo


From nobody Wed Dec 10 07:56:46 2014
Return-Path: <murch@andrew.cmu.edu>
X-Original-To: calsify@ietfa.amsl.com
Delivered-To: calsify@ietfa.amsl.com
Received: from localhost (ietfa.amsl.com [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id 6EFE31A1B21 for <calsify@ietfa.amsl.com>; Wed, 10 Dec 2014 07:56:42 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -4.21
X-Spam-Level: 
X-Spam-Status: No, score=-4.21 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, RCVD_IN_DNSWL_MED=-2.3, T_RP_MATCHES_RCVD=-0.01] autolearn=ham
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id ezBekMEuygUM for <calsify@ietfa.amsl.com>; Wed, 10 Dec 2014 07:56:31 -0800 (PST)
Received: from smtp.andrew.cmu.edu (SMTP.ANDREW.CMU.EDU [128.2.105.204]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 7BC581A0103 for <calsify@ietf.org>; Wed, 10 Dec 2014 07:56:31 -0800 (PST)
Received: from localhost.localdomain (cpe-76-180-151-43.buffalo.res.rr.com [76.180.151.43]) (user=murch mech=PLAIN (0 bits)) by smtp.andrew.cmu.edu (8.14.8/8.14.8) with ESMTP id sBAFuSRV005642 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT) for <calsify@ietf.org>; Wed, 10 Dec 2014 10:56:29 -0500
Message-ID: <54886D2C.8070100@andrew.cmu.edu>
Date: Wed, 10 Dec 2014 10:56:28 -0500
From: Ken Murchison <murch@andrew.cmu.edu>
Organization: Carnegie Mellon University
User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.2.0
MIME-Version: 1.0
To: calsify@ietf.org
References: <20141210152529.4946.45861.idtracker@ietfa.amsl.com> <5CB82A64E9B94D1A75693DB6@caldav.corp.apple.com>
In-Reply-To: <5CB82A64E9B94D1A75693DB6@caldav.corp.apple.com>
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding: 7bit
X-PMX-Version: 6.0.3.2322014, Antispam-Engine: 2.7.2.2107409, Antispam-Data: 2014.12.10.154221
X-SMTP-Spam-Clean: 33% ( SXL_IP_DYNAMIC 3, TO_IN_SUBJECT 0.5, HTML_00_01 0.05, HTML_00_10 0.05, BODYTEXTP_SIZE_3000_LESS 0, BODY_SIZE_1000_LESS 0, BODY_SIZE_2000_LESS 0, BODY_SIZE_5000_LESS 0, BODY_SIZE_600_699 0, BODY_SIZE_7000_LESS 0, DATE_TZ_NA 0, FROM_EDU_TLD 0, NO_URI_FOUND 0, RDNS_GENERIC_POOLED 0, RDNS_POOLED 0, RDNS_RESIDENTIAL 0, RDNS_SUSP 0, RDNS_SUSP_GENERIC 0, RDNS_SUSP_SPECIFIC 0, REFERENCES 0, __BOUNCE_CHALLENGE_SUBJ 0, __BOUNCE_NDR_SUBJ_EXEMPT 0, __CT 0, __CTE 0, __CT_TEXT_PLAIN 0, __FORWARDED_MSG 0, __HAS_FROM 0, __HAS_MSGID 0, __IN_REP_TO 0, __MIME_TEXT_ONLY 0, __MIME_VERSION 0, __MOZILLA_MSGID 0, __MOZILLA_USER_AGENT 0, __PHISH_SPEAR_STRUCTURE_1 0, __RDNS_POOLED_1 0, __REFERENCES 0, __SANE_MSGID 0, __SUBJ_ALPHA_NEGATE 0, __TO_IN_SUBJECT 0, __TO_MALFORMED_2 0, __TO_NO_NAME 0, __USER_AGENT 0)
X-SMTP-Spam-Score: 33%
X-Scanned-By: MIMEDefang 2.74 on 128.2.105.204
Archived-At: http://mailarchive.ietf.org/arch/msg/calsify/0W2gqmunwqRsQ79-6TEGuvsW4l8
Subject: Re: [calsify] I-D Action: draft-ietf-calext-rscale-02.txt
X-BeenThere: calsify@ietf.org
X-Mailman-Version: 2.1.15
Precedence: list
List-Id: <calsify.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/calsify>, <mailto:calsify-request@ietf.org?subject=unsubscribe>
List-Archive: <http://www.ietf.org/mail-archive/web/calsify/>
List-Post: <mailto:calsify@ietf.org>
List-Help: <mailto:calsify-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/calsify>, <mailto:calsify-request@ietf.org?subject=subscribe>
X-List-Received-Date: Wed, 10 Dec 2014 15:56:42 -0000

Hi Cyrus,

On 12/10/2014 10:41 AM, Cyrus Daboo wrote:
> Hi folks,
> I have posted a new version of thew rscale spec that I think addresses 
> all the comments we had during the WG last call (which I believe has 
> concluded). Please review the changes (the major items being the 
> addition of sections describing changes to jCal and xCal to support 
> rscale).
>

I have reviewed the changes and the document looks good to me.  My 
existing iCal <-> jCal/xCal code matches what you have documented.

-- 
Kenneth Murchison
Principal Systems Software Engineer
Carnegie Mellon University


From nobody Wed Dec 10 20:06:34 2014
Return-Path: <d3e3e3@gmail.com>
X-Original-To: calsify@ietfa.amsl.com
Delivered-To: calsify@ietfa.amsl.com
Received: from localhost (ietfa.amsl.com [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id 3AE241A8785 for <calsify@ietfa.amsl.com>; Wed, 10 Dec 2014 20:06:32 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -0.35
X-Spam-Level: 
X-Spam-Status: No, score=-0.35 tagged_above=-999 required=5 tests=[BAYES_05=-0.5, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, FREEMAIL_ENVFROM_END_DIGIT=0.25, FREEMAIL_FROM=0.001, SPF_PASS=-0.001] autolearn=no
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 5p4SooPkYsTP for <calsify@ietfa.amsl.com>; Wed, 10 Dec 2014 20:06:30 -0800 (PST)
Received: from mail-wi0-x235.google.com (mail-wi0-x235.google.com [IPv6:2a00:1450:400c:c05::235]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 9A9441A701E for <calsify@ietf.org>; Wed, 10 Dec 2014 20:06:30 -0800 (PST)
Received: by mail-wi0-f181.google.com with SMTP id r20so7298060wiv.8 for <calsify@ietf.org>; Wed, 10 Dec 2014 20:06:29 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113;  h=mime-version:from:date:message-id:subject:to:content-type; bh=WcK3BeCqBOCjX8oHM/f4uu6BAMdxwrUUs8UTp3U2X/k=; b=hCzzcgU8NtKdryyiXPJuvWD+FbI/abCIM1MMucVeCst1MAf4/I1gK2xatXeVuCDo2W Sz9oeBt277t0XtNRhxEHDPBMYY5A1m7BSbS4O4KPpoCKIw0iQp7eB6AAMrt3P5GmH1TC VCffhfI+pqLPpR5rjYO1HLKW48b3bnX+yp+l7Nq1QG3+fJkahUqYso7Dl6aUr1Ld9AaE ap2ylNgGvL7Uw0+dtnW3cJyKSIlkuGNJSvLc/T+FKS89g5/8+y/yP8XozUl2NwHL9VQp 8a8RsF5IK1a4ziKXAYcXW5WtduX1lMqFVjQI6z8QRwssmS8ppK/az6+ZqVbMl2K21iCB Axzg==
X-Received: by 10.194.7.97 with SMTP id i1mr12073857wja.31.1418270789218; Wed, 10 Dec 2014 20:06:29 -0800 (PST)
MIME-Version: 1.0
Received: by 10.194.60.237 with HTTP; Wed, 10 Dec 2014 20:06:09 -0800 (PST)
From: Donald Eastlake <d3e3e3@gmail.com>
Date: Wed, 10 Dec 2014 23:06:09 -0500
Message-ID: <CAF4+nEHLdSc8zOfB39X2Gi-PXDo7aqxGvyakt_7Rm7G9YFz8EQ@mail.gmail.com>
To: calsify@ietf.org
Content-Type: text/plain; charset=UTF-8
Archived-At: http://mailarchive.ietf.org/arch/msg/calsify/egbRNNTUFJjAZRPSYVjbGD1qZwc
Subject: [calsify] IPR poll on draft-ietf-calext-rscale-02.txt
X-BeenThere: calsify@ietf.org
X-Mailman-Version: 2.1.15
Precedence: list
List-Id: <calsify.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/calsify>, <mailto:calsify-request@ietf.org?subject=unsubscribe>
List-Archive: <http://www.ietf.org/mail-archive/web/calsify/>
List-Post: <mailto:calsify@ietf.org>
List-Help: <mailto:calsify-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/calsify>, <mailto:calsify-request@ietf.org?subject=subscribe>
X-List-Received-Date: Thu, 11 Dec 2014 04:06:32 -0000

Hi,

This is a poll as to whether any participant in this WG is personally
aware any IPR in draft-ietf-calext-rscale-02.txt that has not been
properly disclosed. No IPR declarations have been filed against this
draft thus far so the question is whether any participant is aware of
any IPR.

The authors of the draft must respond to the query. A simple statement
that they are unaware of any IPR is a satisfactory response.

Thanks,
Donald
=============================
 Donald E. Eastlake 3rd   +1-508-333-2270 (cell)
 155 Beaver Street, Milford, MA 01757 USA
 d3e3e3@gmail.com


From nobody Wed Dec 10 20:14:38 2014
Return-Path: <cyrus@daboo.name>
X-Original-To: calsify@ietfa.amsl.com
Delivered-To: calsify@ietfa.amsl.com
Received: from localhost (ietfa.amsl.com [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id 6C7881A0A6A for <calsify@ietfa.amsl.com>; Wed, 10 Dec 2014 20:14:36 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -0.51
X-Spam-Level: 
X-Spam-Status: No, score=-0.51 tagged_above=-999 required=5 tests=[BAYES_05=-0.5, RCVD_IN_DNSWL_NONE=-0.0001, T_RP_MATCHES_RCVD=-0.01] autolearn=ham
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id b6z2eLSyAk7q for <calsify@ietfa.amsl.com>; Wed, 10 Dec 2014 20:14:33 -0800 (PST)
Received: from daboo.name (daboo.name [173.13.55.49]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 009281A1A13 for <calsify@ietf.org>; Wed, 10 Dec 2014 20:14:32 -0800 (PST)
Received: from localhost (localhost [127.0.0.1]) by daboo.name (Postfix) with ESMTP id 2DD115C1DF1; Wed, 10 Dec 2014 23:14:32 -0500 (EST)
X-Virus-Scanned: amavisd-new at example.com
Received: from daboo.name ([127.0.0.1]) by localhost (daboo.name [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 5RHPjV9b1s1h; Wed, 10 Dec 2014 23:14:32 -0500 (EST)
Received: from [10.0.1.25] (unknown [173.13.55.49]) by daboo.name (Postfix) with ESMTPSA id 92FB65C1DE6; Wed, 10 Dec 2014 23:14:31 -0500 (EST)
Date: Wed, 10 Dec 2014 23:14:28 -0500
From: Cyrus Daboo <cyrus@daboo.name>
To: Donald Eastlake <d3e3e3@gmail.com>, calsify@ietf.org
Message-ID: <1B474D4187FD1C16BA6442DC@cyrus.local>
In-Reply-To: <CAF4+nEHLdSc8zOfB39X2Gi-PXDo7aqxGvyakt_7Rm7G9YFz8EQ@mail.gmail.com>
References: <CAF4+nEHLdSc8zOfB39X2Gi-PXDo7aqxGvyakt_7Rm7G9YFz8EQ@mail.gmail.com>
X-Mailer: Mulberry/4.1.0b1 (Mac OS X)
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii; format=flowed
Content-Transfer-Encoding: 7bit
Content-Disposition: inline; size=300
Archived-At: http://mailarchive.ietf.org/arch/msg/calsify/YBecipNSEQRdoEUghfm9aIv0nok
Subject: Re: [calsify] IPR poll on draft-ietf-calext-rscale-02.txt
X-BeenThere: calsify@ietf.org
X-Mailman-Version: 2.1.15
Precedence: list
List-Id: <calsify.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/calsify>, <mailto:calsify-request@ietf.org?subject=unsubscribe>
List-Archive: <http://www.ietf.org/mail-archive/web/calsify/>
List-Post: <mailto:calsify@ietf.org>
List-Help: <mailto:calsify-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/calsify>, <mailto:calsify-request@ietf.org?subject=subscribe>
X-List-Received-Date: Thu, 11 Dec 2014 04:14:37 -0000

Hi Donald,

--On December 10, 2014 at 11:06:09 PM -0500 Donald Eastlake 
<d3e3e3@gmail.com> wrote:

> The authors of the draft must respond to the query. A simple statement
> that they are unaware of any IPR is a satisfactory response.

I am unaware of any IPR related to the draft.

-- 
Cyrus Daboo


From nobody Thu Dec 11 01:23:13 2014
Return-Path: <yakushev@google.com>
X-Original-To: calsify@ietfa.amsl.com
Delivered-To: calsify@ietfa.amsl.com
Received: from localhost (ietfa.amsl.com [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id A51781ACD47 for <calsify@ietfa.amsl.com>; Thu, 11 Dec 2014 01:23:11 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: 0.012
X-Spam-Level: 
X-Spam-Status: No, score=0.012 tagged_above=-999 required=5 tests=[BAYES_05=-0.5, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, FM_FORGED_GMAIL=0.622, HTML_MESSAGE=0.001, SPF_PASS=-0.001, T_RP_MATCHES_RCVD=-0.01] autolearn=no
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id D9ebEbjHR5Bc for <calsify@ietfa.amsl.com>; Thu, 11 Dec 2014 01:23:10 -0800 (PST)
Received: from mail-qg0-x22f.google.com (mail-qg0-x22f.google.com [IPv6:2607:f8b0:400d:c04::22f]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 879E01ACD4D for <calsify@ietf.org>; Thu, 11 Dec 2014 01:23:09 -0800 (PST)
Received: by mail-qg0-f47.google.com with SMTP id q108so1386363qgd.6 for <calsify@ietf.org>; Thu, 11 Dec 2014 01:23:08 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=mime-version:references:from:date:message-id:subject:to :content-type; bh=DjzCqBa213PingIjpHhcGduNxaDOdoz4mn0R7JEfdTg=; b=KEmHjlAeXKdMSMuUD4dyJU5IhJSSRGg7wo9FnuGALCLl43MrVCc3eONo3mXYrafwBw 6ZU1fuhz4AXXFYFQrr+U9qOEkCRsic0YbqnFAmCQtAHM85j2Ib1bvBQsSbx91HSxJZ08 Gh74w7RaB7pkOrTZhSGr80UfhsfIPRpdqMVSc6jx9zKGt5G8xt4Bj68hpUzW1QY0RMZA Ti9naZlkqOI+1hFuLWL1NqW1DT6bqOiFY+DeLBV+Oo1g809Mq/E28oCTJPCe6J/Ny/zk PtFzhHulH4ljRDYrnR13ELMOuOOaYhJ2KWFMzXVr3TIu/x6CEcaXqakQiDB74ZDkPEJ9 sMBA==
X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:references:from:date:message-id :subject:to:content-type; bh=DjzCqBa213PingIjpHhcGduNxaDOdoz4mn0R7JEfdTg=; b=WpRx8QktU3wPrpCsS407UFxkfMaqV6htFOYBVMHPjbjCS+7dnT25JEXG2CbxoueZYK +Z8yXy37AxnjGQ2Q7sFeLyld1cFKTA3hOAeGl0cX8FpyPRTYHO+LUTqgFoGywntFDszL DzL+kla1QoxKQsWzDOZoV0DN0pOY/+8DOctACpF82VYVveDqMF5+LokeRxc0/R5lExRl 4hxplxUrWwlGr/oAXQxwrrduZizEl7Df3mYocxmaerSDqFh/RC7FGgljy0N9raYb8Rrd LwzmKFT3Wdeam3YnFKAhQbOBNG8yk0nhGa8lnbJxrEEB5koMk7ZsLcYL5Rg1707alB56 +YXQ==
X-Gm-Message-State: ALoCoQlYD3sfG24yaK5zfHYOCfasyKo8r7QHTkpHxtQtSbEs24MtmRuM3/uGJK5th31ZEaCAjNYt
X-Received: by 10.140.21.106 with SMTP id 97mr16645521qgk.61.1418289788626; Thu, 11 Dec 2014 01:23:08 -0800 (PST)
MIME-Version: 1.0
References: <CAF4+nEHLdSc8zOfB39X2Gi-PXDo7aqxGvyakt_7Rm7G9YFz8EQ@mail.gmail.com>
From: Gregory Yakushev <yakushev@google.com>
Date: Thu, 11 Dec 2014 09:23:08 +0000
Message-ID: <CAJxDCqW8wXOJswropka4FuCOZW=DC4U=YvTMRK28Lw=E=VP1ww@mail.gmail.com>
To: Donald Eastlake <d3e3e3@gmail.com>, calsify@ietf.org
Content-Type: multipart/alternative; boundary=001a11c158c40a5b800509ed5342
Archived-At: http://mailarchive.ietf.org/arch/msg/calsify/r8-pHanlxeqHAe2wxvg8VMJ3-Tg
Subject: Re: [calsify] IPR poll on draft-ietf-calext-rscale-02.txt
X-BeenThere: calsify@ietf.org
X-Mailman-Version: 2.1.15
Precedence: list
List-Id: <calsify.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/calsify>, <mailto:calsify-request@ietf.org?subject=unsubscribe>
List-Archive: <http://www.ietf.org/mail-archive/web/calsify/>
List-Post: <mailto:calsify@ietf.org>
List-Help: <mailto:calsify-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/calsify>, <mailto:calsify-request@ietf.org?subject=subscribe>
X-List-Received-Date: Thu, 11 Dec 2014 09:23:11 -0000

--001a11c158c40a5b800509ed5342
Content-Type: text/plain; charset=UTF-8

I am aunaware of any IPR related to the draft.

Grisha

On Thu Dec 11 2014 at 5:06:38 AM Donald Eastlake <d3e3e3@gmail.com> wrote:

> Hi,
>
> This is a poll as to whether any participant in this WG is personally
> aware any IPR in draft-ietf-calext-rscale-02.txt that has not been
> properly disclosed. No IPR declarations have been filed against this
> draft thus far so the question is whether any participant is aware of
> any IPR.
>
> The authors of the draft must respond to the query. A simple statement
> that they are unaware of any IPR is a satisfactory response.
>
> Thanks,
> Donald
> =============================
>  Donald E. Eastlake 3rd   +1-508-333-2270 (cell)
>  155 Beaver Street, Milford, MA 01757 USA
>  d3e3e3@gmail.com
>
> _______________________________________________
> calsify mailing list
> calsify@ietf.org
> https://www.ietf.org/mailman/listinfo/calsify
>

--001a11c158c40a5b800509ed5342
Content-Type: text/html; charset=UTF-8
Content-Transfer-Encoding: quoted-printable

I am aunaware of any IPR related to the draft.<div><br></div><div>Grisha<br=
><br><div class=3D"gmail_quote">On Thu Dec 11 2014 at 5:06:38 AM Donald Eas=
tlake &lt;<a href=3D"mailto:d3e3e3@gmail.com">d3e3e3@gmail.com</a>&gt; wrot=
e:<br><blockquote class=3D"gmail_quote" style=3D"margin:0 0 0 .8ex;border-l=
eft:1px #ccc solid;padding-left:1ex">Hi,<br>
<br>
This is a poll as to whether any participant in this WG is personally<br>
aware any IPR in draft-ietf-calext-rscale-02.<u></u>txt that has not been<b=
r>
properly disclosed. No IPR declarations have been filed against this<br>
draft thus far so the question is whether any participant is aware of<br>
any IPR.<br>
<br>
The authors of the draft must respond to the query. A simple statement<br>
that they are unaware of any IPR is a satisfactory response.<br>
<br>
Thanks,<br>
Donald<br>
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D<br>
=C2=A0Donald E. Eastlake 3rd=C2=A0 =C2=A0+1-508-333-2270 (cell)<br>
=C2=A0155 Beaver Street, Milford, MA 01757 USA<br>
=C2=A0<a href=3D"mailto:d3e3e3@gmail.com" target=3D"_blank">d3e3e3@gmail.co=
m</a><br>
<br>
______________________________<u></u>_________________<br>
calsify mailing list<br>
<a href=3D"mailto:calsify@ietf.org" target=3D"_blank">calsify@ietf.org</a><=
br>
<a href=3D"https://www.ietf.org/mailman/listinfo/calsify" target=3D"_blank"=
>https://www.ietf.org/mailman/<u></u>listinfo/calsify</a><br>
</blockquote></div></div>

--001a11c158c40a5b800509ed5342--


From nobody Fri Dec 12 06:14:40 2014
Return-Path: <aanganes@mitre.org>
X-Original-To: calsify@ietfa.amsl.com
Delivered-To: calsify@ietfa.amsl.com
Received: from localhost (ietfa.amsl.com [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id E69491A1A81 for <calsify@ietfa.amsl.com>; Fri, 12 Dec 2014 06:14:37 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -1.909
X-Spam-Level: 
X-Spam-Status: No, score=-1.909 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, HTML_MESSAGE=0.001, T_RP_MATCHES_RCVD=-0.01] autolearn=ham
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 1M_5AZceU1EE for <calsify@ietfa.amsl.com>; Fri, 12 Dec 2014 06:14:35 -0800 (PST)
Received: from smtpvbsrv1.mitre.org (smtpvbsrv1.mitre.org [198.49.146.234]) by ietfa.amsl.com (Postfix) with ESMTP id E6DA41A1A15 for <calsify@ietf.org>; Fri, 12 Dec 2014 06:14:34 -0800 (PST)
Received: from smtpvbsrv1.mitre.org (localhost.localdomain [127.0.0.1]) by localhost (Postfix) with SMTP id 7A37E52E05D; Fri, 12 Dec 2014 09:14:34 -0500 (EST)
Received: from IMCCAS04.MITRE.ORG (imccas04.mitre.org [129.83.29.81]) by smtpvbsrv1.mitre.org (Postfix) with ESMTP id 6EFB952E04F; Fri, 12 Dec 2014 09:14:34 -0500 (EST)
Received: from IMCMBX04.MITRE.ORG ([169.254.4.9]) by IMCCAS04.MITRE.ORG ([129.83.29.81]) with mapi id 14.03.0174.001; Fri, 12 Dec 2014 09:14:34 -0500
From: "Anganes, Amanda L" <aanganes@mitre.org>
To: "calsify@ietf.org" <calsify@ietf.org>
Thread-Topic: draft-ietf-calext-rscale-02.txt consensus
Thread-Index: AQHQFhXz8tymQ+MMTUqUort8Syw+YA==
Date: Fri, 12 Dec 2014 14:14:32 +0000
Message-ID: <D0B0627B.2426B%aanganes@mitre.org>
Accept-Language: en-US
Content-Language: en-US
X-MS-Has-Attach: 
X-MS-TNEF-Correlator: 
user-agent: Microsoft-MacOutlook/14.4.7.141117
x-originating-ip: [172.31.3.144]
Content-Type: multipart/alternative; boundary="_000_D0B0627B2426Baanganesmitreorg_"
MIME-Version: 1.0
Archived-At: http://mailarchive.ietf.org/arch/msg/calsify/DJjJ0aoWv5c8gdx9z4pww6zmWtg
Subject: [calsify] draft-ietf-calext-rscale-02.txt consensus
X-BeenThere: calsify@ietf.org
X-Mailman-Version: 2.1.15
Precedence: list
List-Id: <calsify.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/calsify>, <mailto:calsify-request@ietf.org?subject=unsubscribe>
List-Archive: <http://www.ietf.org/mail-archive/web/calsify/>
List-Post: <mailto:calsify@ietf.org>
List-Help: <mailto:calsify-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/calsify>, <mailto:calsify-request@ietf.org?subject=subscribe>
X-List-Received-Date: Fri, 12 Dec 2014 14:14:38 -0000

--_000_D0B0627B2426Baanganesmitreorg_
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: quoted-printable

Greetings,

Based on the discussion and edits made to the RSCALE draft, the WG Chairs h=
ave determined that there is consensus for draft-ietf-calext-rscale-02.txt.=
 Thank you to all who contributed! RCF publication will be requested.

Cheers,

Amanda & Donald

------------------------
Amanda Anganes | 781-271-3103 | aanganes@mitre.org
The MITRE Corporation | K83C: Collaboration & Social Computing

--_000_D0B0627B2426Baanganesmitreorg_
Content-Type: text/html; charset="us-ascii"
Content-ID: <AFFE8BBE8E66BD47A84A1544F30B7674@imc.mitre.org>
Content-Transfer-Encoding: quoted-printable

<html>
<head>
<meta http-equiv=3D"Content-Type" content=3D"text/html; charset=3Dus-ascii"=
>
</head>
<body style=3D"word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-lin=
e-break: after-white-space; color: rgb(0, 0, 0); font-size: 14px; font-fami=
ly: Calibri, sans-serif;">
<div>Greetings,</div>
<div><br>
</div>
<div>Based on the discussion and edits made to the RSCALE draft, the WG Cha=
irs have determined that there is consensus for draft-ietf-calext-rscale-02=
.txt. Thank you to all who contributed! RCF publication will be requested. =
&nbsp;</div>
<div><br>
</div>
<div>Cheers,</div>
<div><br>
</div>
<div>Amanda &amp; Donald</div>
<div><br>
</div>
<div>
<div>------------------------</div>
<div>
<div>Amanda Anganes | 781-271-3103 | aanganes@mitre.org</div>
<div>The MITRE Corporation | K83C: Collaboration &amp; Social Computing</di=
v>
</div>
</div>
</body>
</html>

--_000_D0B0627B2426Baanganesmitreorg_--


From nobody Fri Dec 12 06:16:48 2014
Return-Path: <aanganes@mitre.org>
X-Original-To: calsify@ietfa.amsl.com
Delivered-To: calsify@ietfa.amsl.com
Received: from localhost (ietfa.amsl.com [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id B5DC21A1A81 for <calsify@ietfa.amsl.com>; Fri, 12 Dec 2014 06:16:44 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -1.909
X-Spam-Level: 
X-Spam-Status: No, score=-1.909 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, HTML_MESSAGE=0.001, T_RP_MATCHES_RCVD=-0.01] autolearn=ham
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id kqa9B_XF0cHu for <calsify@ietfa.amsl.com>; Fri, 12 Dec 2014 06:16:37 -0800 (PST)
Received: from smtpvbsrv1.mitre.org (smtpvbsrv1.mitre.org [198.49.146.234]) by ietfa.amsl.com (Postfix) with ESMTP id 8A2821A1A15 for <calsify@ietf.org>; Fri, 12 Dec 2014 06:16:37 -0800 (PST)
Received: from smtpvbsrv1.mitre.org (localhost.localdomain [127.0.0.1]) by localhost (Postfix) with SMTP id 3FB4952E04F for <calsify@ietf.org>; Fri, 12 Dec 2014 09:16:37 -0500 (EST)
Received: from IMCCAS01.MITRE.ORG (imccas01.mitre.org [129.83.29.78]) by smtpvbsrv1.mitre.org (Postfix) with ESMTP id 35B2452E01A for <calsify@ietf.org>; Fri, 12 Dec 2014 09:16:37 -0500 (EST)
Received: from IMCMBX04.MITRE.ORG ([169.254.4.9]) by IMCCAS01.MITRE.ORG ([129.83.29.68]) with mapi id 14.03.0174.001; Fri, 12 Dec 2014 09:16:36 -0500
From: "Anganes, Amanda L" <aanganes@mitre.org>
To: "Anganes, Amanda L" <aanganes@mitre.org>, "calsify@ietf.org" <calsify@ietf.org>
Thread-Topic: [calsify] draft-ietf-calext-rscale-02.txt consensus
Thread-Index: AQHQFhY9PxCsP3Wpb0mfZ6K8ClSrKw==
Date: Fri, 12 Dec 2014 14:16:36 +0000
Message-ID: <D0B062BD.2426E%aanganes@mitre.org>
Accept-Language: en-US
Content-Language: en-US
X-MS-Has-Attach: 
X-MS-TNEF-Correlator: 
user-agent: Microsoft-MacOutlook/14.4.7.141117
x-originating-ip: [172.31.3.144]
Content-Type: multipart/alternative; boundary="_000_D0B062BD2426Eaanganesmitreorg_"
MIME-Version: 1.0
Archived-At: http://mailarchive.ietf.org/arch/msg/calsify/mQCkWkrApywaneg-1WVnDgztjAE
Subject: Re: [calsify] draft-ietf-calext-rscale-02.txt consensus
X-BeenThere: calsify@ietf.org
X-Mailman-Version: 2.1.15
Precedence: list
List-Id: <calsify.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/calsify>, <mailto:calsify-request@ietf.org?subject=unsubscribe>
List-Archive: <http://www.ietf.org/mail-archive/web/calsify/>
List-Post: <mailto:calsify@ietf.org>
List-Help: <mailto:calsify-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/calsify>, <mailto:calsify-request@ietf.org?subject=subscribe>
X-List-Received-Date: Fri, 12 Dec 2014 14:16:44 -0000

--_000_D0B062BD2426Eaanganesmitreorg_
Content-Type: text/plain; charset="Windows-1252"
Content-Transfer-Encoding: quoted-printable

My apologies, that should say "RFC", not "RCF". Typing too fast=85

From: <Anganes>, "Anganes, Amanda L" <aanganes@mitre.org<mailto:aanganes@mi=
tre.org>>
Date: Friday, December 12, 2014 at 9:14 AM
To: "calsify@ietf.org<mailto:calsify@ietf.org>" <calsify@ietf.org<mailto:ca=
lsify@ietf.org>>
Subject: [calsify] draft-ietf-calext-rscale-02.txt consensus

Greetings,

Based on the discussion and edits made to the RSCALE draft, the WG Chairs h=
ave determined that there is consensus for draft-ietf-calext-rscale-02.txt.=
 Thank you to all who contributed! RCF publication will be requested.

Cheers,

Amanda & Donald

------------------------
Amanda Anganes | 781-271-3103 | aanganes@mitre.org<mailto:aanganes@mitre.or=
g>
The MITRE Corporation | K83C: Collaboration & Social Computing

--_000_D0B062BD2426Eaanganesmitreorg_
Content-Type: text/html; charset="Windows-1252"
Content-ID: <444301D96067BE40A1580FF0AF0AA17E@imc.mitre.org>
Content-Transfer-Encoding: quoted-printable

<html>
<head>
<meta http-equiv=3D"Content-Type" content=3D"text/html; charset=3DWindows-1=
252">
</head>
<body style=3D"word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-lin=
e-break: after-white-space; color: rgb(0, 0, 0); font-size: 14px; font-fami=
ly: Calibri, sans-serif;">
<div>My apologies, that should say &quot;RFC&quot;, not &quot;RCF&quot;. Ty=
ping too fast=85</div>
<div><br>
</div>
<span id=3D"OLK_SRC_BODY_SECTION">
<div style=3D"font-family:Calibri; font-size:11pt; text-align:left; color:b=
lack; BORDER-BOTTOM: medium none; BORDER-LEFT: medium none; PADDING-BOTTOM:=
 0in; PADDING-LEFT: 0in; PADDING-RIGHT: 0in; BORDER-TOP: #b5c4df 1pt solid;=
 BORDER-RIGHT: medium none; PADDING-TOP: 3pt">
<span style=3D"font-weight:bold">From: </span>&lt;Anganes&gt;, &quot;Angane=
s, Amanda L&quot; &lt;<a href=3D"mailto:aanganes@mitre.org">aanganes@mitre.=
org</a>&gt;<br>
<span style=3D"font-weight:bold">Date: </span>Friday, December 12, 2014 at =
9:14 AM<br>
<span style=3D"font-weight:bold">To: </span>&quot;<a href=3D"mailto:calsify=
@ietf.org">calsify@ietf.org</a>&quot; &lt;<a href=3D"mailto:calsify@ietf.or=
g">calsify@ietf.org</a>&gt;<br>
<span style=3D"font-weight:bold">Subject: </span>[calsify] draft-ietf-calex=
t-rscale-02.txt consensus<br>
</div>
<div><br>
</div>
<blockquote id=3D"MAC_OUTLOOK_ATTRIBUTION_BLOCKQUOTE" style=3D"BORDER-LEFT:=
 #b5c4df 5 solid; PADDING:0 0 0 5; MARGIN:0 0 0 5;">
<div>
<div style=3D"word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line=
-break: after-white-space; color: rgb(0, 0, 0); font-size: 14px; font-famil=
y: Calibri, sans-serif;">
<div>Greetings,</div>
<div><br>
</div>
<div>Based on the discussion and edits made to the RSCALE draft, the WG Cha=
irs have determined that there is consensus for draft-ietf-calext-rscale-02=
.txt. Thank you to all who contributed! RCF publication will be requested. =
&nbsp;</div>
<div><br>
</div>
<div>Cheers,</div>
<div><br>
</div>
<div>Amanda &amp; Donald</div>
<div><br>
</div>
<div>
<div>------------------------</div>
<div>
<div>Amanda Anganes | 781-271-3103 | <a href=3D"mailto:aanganes@mitre.org">=
aanganes@mitre.org</a></div>
<div>The MITRE Corporation | K83C: Collaboration &amp; Social Computing</di=
v>
</div>
</div>
</div>
</div>
</blockquote>
</span>
</body>
</html>

--_000_D0B062BD2426Eaanganesmitreorg_--


From nobody Fri Dec 19 09:47:55 2014
Return-Path: <ietf-secretariat-reply@ietf.org>
X-Original-To: calsify@ietfa.amsl.com
Delivered-To: calsify@ietfa.amsl.com
Received: from localhost (ietfa.amsl.com [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id EA0771A8A17 for <calsify@ietfa.amsl.com>; Fri, 19 Dec 2014 09:44:17 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -1.9
X-Spam-Level: 
X-Spam-Status: No, score=-1.9 tagged_above=-999 required=5 tests=[BAYES_00=-1.9] autolearn=ham
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id kS100HIlY6h2 for <calsify@ietfa.amsl.com>; Fri, 19 Dec 2014 09:44:16 -0800 (PST)
Received: from ietfa.amsl.com (localhost [IPv6:::1]) by ietfa.amsl.com (Postfix) with ESMTP id 6FB061A8A61 for <calsify@ietf.org>; Fri, 19 Dec 2014 09:44:15 -0800 (PST)
MIME-Version: 1.0
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: 7bit
To: calsify@ietf.org
X-Test-IDTracker: no
X-IETF-IDTracker: 5.9.0
Auto-Submitted: auto-generated
Precedence: bulk
Message-ID: <20141219174415.26607.57538.idtracker@ietfa.amsl.com>
Date: Fri, 19 Dec 2014 09:44:15 -0800
From: IETF Secretariat <ietf-secretariat-reply@ietf.org>
Archived-At: http://mailarchive.ietf.org/arch/msg/calsify/cAMTIHPsB27wIFONWQtFCPmHBig
X-Mailman-Approved-At: Fri, 19 Dec 2014 09:47:47 -0800
Subject: [calsify] Milestones changed for calext WG
X-BeenThere: calsify@ietf.org
X-Mailman-Version: 2.1.15
List-Id: <calsify.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/calsify>, <mailto:calsify-request@ietf.org?subject=unsubscribe>
List-Archive: <http://www.ietf.org/mail-archive/web/calsify/>
List-Post: <mailto:calsify@ietf.org>
List-Help: <mailto:calsify-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/calsify>, <mailto:calsify-request@ietf.org?subject=subscribe>
X-List-Received-Date: Fri, 19 Dec 2014 17:44:18 -0000

URL: http://datatracker.ietf.org/wg/calext/charter/


From nobody Fri Dec 19 10:49:08 2014
Return-Path: <aanganes@mitre.org>
X-Original-To: calsify@ietfa.amsl.com
Delivered-To: calsify@ietfa.amsl.com
Received: from localhost (ietfa.amsl.com [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id 7353F1A87BB for <calsify@ietfa.amsl.com>; Fri, 19 Dec 2014 10:49:07 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -0.509
X-Spam-Level: 
X-Spam-Status: No, score=-0.509 tagged_above=-999 required=5 tests=[BAYES_05=-0.5, HTML_MESSAGE=0.001, T_RP_MATCHES_RCVD=-0.01] autolearn=ham
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id x9dKTXhw5Du8 for <calsify@ietfa.amsl.com>; Fri, 19 Dec 2014 10:49:06 -0800 (PST)
Received: from smtpvbsrv1.mitre.org (smtpvbsrv1.mitre.org [198.49.146.234]) by ietfa.amsl.com (Postfix) with ESMTP id 3A4FF1A1B7F for <calsify@ietf.org>; Fri, 19 Dec 2014 10:49:06 -0800 (PST)
Received: from smtpvbsrv1.mitre.org (localhost.localdomain [127.0.0.1]) by localhost (Postfix) with SMTP id 7B33952E242 for <calsify@ietf.org>; Fri, 19 Dec 2014 13:49:05 -0500 (EST)
Received: from IMCCAS03.MITRE.ORG (imccas03.mitre.org [129.83.29.80]) by smtpvbsrv1.mitre.org (Postfix) with ESMTP id 734D052E23F for <calsify@ietf.org>; Fri, 19 Dec 2014 13:49:05 -0500 (EST)
Received: from IMCMBX04.MITRE.ORG ([169.254.4.182]) by IMCCAS03.MITRE.ORG ([129.83.29.80]) with mapi id 14.03.0174.001; Fri, 19 Dec 2014 13:49:05 -0500
From: "Anganes, Amanda L" <aanganes@mitre.org>
To: "calsify@ietf.org" <calsify@ietf.org>
Thread-Topic: Call for WG Adoption: draft-daboo-calendar-availability-05 
Thread-Index: AQHQG7x2t0iihNy4Pk6dfdvI4KT6WQ==
Date: Fri, 19 Dec 2014 18:49:04 +0000
Message-ID: <D0B9DD5A.2470D%aanganes@mitre.org>
Accept-Language: en-US
Content-Language: en-US
X-MS-Has-Attach: 
X-MS-TNEF-Correlator: 
user-agent: Microsoft-MacOutlook/14.4.7.141117
x-originating-ip: [172.31.4.222]
Content-Type: multipart/alternative; boundary="_000_D0B9DD5A2470Daanganesmitreorg_"
MIME-Version: 1.0
Archived-At: http://mailarchive.ietf.org/arch/msg/calsify/qMG2tJmQ2irlOvqotMhRIhdTUdQ
Subject: [calsify] Call for WG Adoption: draft-daboo-calendar-availability-05
X-BeenThere: calsify@ietf.org
X-Mailman-Version: 2.1.15
Precedence: list
List-Id: <calsify.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/calsify>, <mailto:calsify-request@ietf.org?subject=unsubscribe>
List-Archive: <http://www.ietf.org/mail-archive/web/calsify/>
List-Post: <mailto:calsify@ietf.org>
List-Help: <mailto:calsify-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/calsify>, <mailto:calsify-request@ietf.org?subject=subscribe>
X-List-Received-Date: Fri, 19 Dec 2014 18:49:07 -0000

--_000_D0B9DD5A2470Daanganesmitreorg_
Content-Type: text/plain; charset="Windows-1252"
Content-Transfer-Encoding: quoted-printable

Greetings,

This is a call for comments on the adoption of draft-daboo-calendar-availab=
ility-05 as an official Calendering Extensions Working Group draft. Due to =
the holiday season, this call for adoption will run a bit longer =96 please=
 comment by January 16th.

Thanks,

Amanda & Donald


--_000_D0B9DD5A2470Daanganesmitreorg_
Content-Type: text/html; charset="Windows-1252"
Content-ID: <D98F434035904546872AF5741006AC4F@imc.mitre.org>
Content-Transfer-Encoding: quoted-printable

<html>
<head>
<meta http-equiv=3D"Content-Type" content=3D"text/html; charset=3DWindows-1=
252">
</head>
<body style=3D"word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-lin=
e-break: after-white-space; color: rgb(0, 0, 0); font-size: 14px; font-fami=
ly: Calibri, sans-serif;">
<div>Greetings,</div>
<div><br>
</div>
<div>This is a call for comments on the adoption of draft-daboo-calendar-av=
ailability-05 as an official Calendering Extensions Working Group draft. Du=
e to the holiday season, this call for adoption will run a bit longer =96 p=
lease comment by January 16th.</div>
<div><br>
</div>
<div>Thanks,</div>
<div><br>
</div>
<div>Amanda &amp; Donald</div>
<div><br>
</div>
</body>
</html>

--_000_D0B9DD5A2470Daanganesmitreorg_--


From nobody Fri Dec 19 10:50:11 2014
Return-Path: <aanganes@mitre.org>
X-Original-To: calsify@ietfa.amsl.com
Delivered-To: calsify@ietfa.amsl.com
Received: from localhost (ietfa.amsl.com [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id A5F6E1A1B7F for <calsify@ietfa.amsl.com>; Fri, 19 Dec 2014 10:50:08 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -1.909
X-Spam-Level: 
X-Spam-Status: No, score=-1.909 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, HTML_MESSAGE=0.001, T_RP_MATCHES_RCVD=-0.01] autolearn=ham
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id NxxC1DwzvVA3 for <calsify@ietfa.amsl.com>; Fri, 19 Dec 2014 10:50:06 -0800 (PST)
Received: from smtpvbsrv1.mitre.org (smtpvbsrv1.mitre.org [198.49.146.234]) by ietfa.amsl.com (Postfix) with ESMTP id AB7D31A9072 for <calsify@ietf.org>; Fri, 19 Dec 2014 10:50:06 -0800 (PST)
Received: from smtpvbsrv1.mitre.org (localhost.localdomain [127.0.0.1]) by localhost (Postfix) with SMTP id 6067052E23F for <calsify@ietf.org>; Fri, 19 Dec 2014 13:50:06 -0500 (EST)
Received: from IMCCAS01.MITRE.ORG (imccas01.mitre.org [129.83.29.78]) by smtpvbsrv1.mitre.org (Postfix) with ESMTP id 561703AE00B for <calsify@ietf.org>; Fri, 19 Dec 2014 13:50:06 -0500 (EST)
Received: from IMCMBX04.MITRE.ORG ([169.254.4.182]) by IMCCAS01.MITRE.ORG ([129.83.29.68]) with mapi id 14.03.0174.001; Fri, 19 Dec 2014 13:50:06 -0500
From: "Anganes, Amanda L" <aanganes@mitre.org>
To: "calsify@ietf.org" <calsify@ietf.org>
Thread-Topic: Call for WG Adoption: draft-daboo-icalendar-extensions-08
Thread-Index: AQHQG7yaQn7ZIG96S0CU2tssenhpBw==
Date: Fri, 19 Dec 2014 18:50:05 +0000
Message-ID: <D0B9DD98.24712%aanganes@mitre.org>
Accept-Language: en-US
Content-Language: en-US
X-MS-Has-Attach: 
X-MS-TNEF-Correlator: 
user-agent: Microsoft-MacOutlook/14.4.7.141117
x-originating-ip: [172.31.4.222]
Content-Type: multipart/alternative; boundary="_000_D0B9DD9824712aanganesmitreorg_"
MIME-Version: 1.0
Archived-At: http://mailarchive.ietf.org/arch/msg/calsify/BKctPAVu9-iEYgZIjkPRjaWPHR4
Subject: [calsify] Call for WG Adoption: draft-daboo-icalendar-extensions-08
X-BeenThere: calsify@ietf.org
X-Mailman-Version: 2.1.15
Precedence: list
List-Id: <calsify.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/calsify>, <mailto:calsify-request@ietf.org?subject=unsubscribe>
List-Archive: <http://www.ietf.org/mail-archive/web/calsify/>
List-Post: <mailto:calsify@ietf.org>
List-Help: <mailto:calsify-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/calsify>, <mailto:calsify-request@ietf.org?subject=subscribe>
X-List-Received-Date: Fri, 19 Dec 2014 18:50:09 -0000

--_000_D0B9DD9824712aanganesmitreorg_
Content-Type: text/plain; charset="Windows-1252"
Content-Transfer-Encoding: quoted-printable

Greetings,

This is a call for comments on the adoption of draft-daboo-icalendar-extens=
ions-08 as an official Calendering Extensions Working Group draft. Due to t=
he holiday season, this call for adoption will run a bit longer =96 please =
comment by January 16th.

Thanks,

Amanda & Donald


--_000_D0B9DD9824712aanganesmitreorg_
Content-Type: text/html; charset="Windows-1252"
Content-ID: <CAA496AF87FA8F4B9BBDF64578AAE97D@imc.mitre.org>
Content-Transfer-Encoding: quoted-printable

<html>
<head>
<meta http-equiv=3D"Content-Type" content=3D"text/html; charset=3DWindows-1=
252">
</head>
<body style=3D"word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-lin=
e-break: after-white-space; color: rgb(0, 0, 0); font-size: 14px; font-fami=
ly: Calibri, sans-serif;">
<div>
<div>Greetings,</div>
<div><br>
</div>
<div>This is a call for comments on the adoption of&nbsp;draft-daboo-icalen=
dar-extensions-08&nbsp;as an official Calendering Extensions Working Group =
draft. Due to the holiday season, this call for adoption will run a bit lon=
ger =96 please comment by January 16th.</div>
<div><br>
</div>
<div>Thanks,</div>
<div><br>
</div>
<div>Amanda &amp; Donald</div>
</div>
<br>
</body>
</html>

--_000_D0B9DD9824712aanganesmitreorg_--


From nobody Fri Dec 19 11:28:43 2014
Return-Path: <ietf-secretariat-reply@ietf.org>
X-Original-To: calsify@ietfa.amsl.com
Delivered-To: calsify@ietfa.amsl.com
Received: from localhost (ietfa.amsl.com [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id 24E961ACD67 for <calsify@ietfa.amsl.com>; Fri, 19 Dec 2014 11:17:54 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -1.9
X-Spam-Level: 
X-Spam-Status: No, score=-1.9 tagged_above=-999 required=5 tests=[BAYES_00=-1.9] autolearn=ham
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id ZYmGsSPdMtRv for <calsify@ietfa.amsl.com>; Fri, 19 Dec 2014 11:17:51 -0800 (PST)
Received: from ietfa.amsl.com (localhost [IPv6:::1]) by ietfa.amsl.com (Postfix) with ESMTP id B69901ACD70 for <calsify@ietf.org>; Fri, 19 Dec 2014 11:17:49 -0800 (PST)
MIME-Version: 1.0
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: 7bit
To: calsify@ietf.org
X-Test-IDTracker: no
X-IETF-IDTracker: 5.9.0
Auto-Submitted: auto-generated
Precedence: bulk
Message-ID: <20141219191749.25078.72418.idtracker@ietfa.amsl.com>
Date: Fri, 19 Dec 2014 11:17:49 -0800
From: IETF Secretariat <ietf-secretariat-reply@ietf.org>
Archived-At: http://mailarchive.ietf.org/arch/msg/calsify/n0i5j7wuB6Xb0HVi26yJDy9-ePM
X-Mailman-Approved-At: Fri, 19 Dec 2014 11:28:37 -0800
Subject: [calsify] Milestones changed for calext WG
X-BeenThere: calsify@ietf.org
X-Mailman-Version: 2.1.15
List-Id: <calsify.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/calsify>, <mailto:calsify-request@ietf.org?subject=unsubscribe>
List-Archive: <http://www.ietf.org/mail-archive/web/calsify/>
List-Post: <mailto:calsify@ietf.org>
List-Help: <mailto:calsify-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/calsify>, <mailto:calsify-request@ietf.org?subject=subscribe>
X-List-Received-Date: Fri, 19 Dec 2014 19:17:54 -0000

Changed milestone "Submit non-Gregorian recurrence rule draft to IESG
for publication", set state to active from review, accepting new
milestone.

Changed milestone "WG adoption of an availability draft", set state to
active from review, accepting new milestone.

Changed milestone "WG adoption of an extensions draft", set state to
active from review, accepting new milestone.

Changed milestone "Submit availability draft to IESG for publication",
set state to active from review, accepting new milestone.

Changed milestone "Submit extensions draft to IESG for publication",
set state to active from review, accepting new milestone.

URL: http://datatracker.ietf.org/wg/calext/charter/


From nobody Fri Dec 19 16:12:17 2014
Return-Path: <murch@andrew.cmu.edu>
X-Original-To: calsify@ietfa.amsl.com
Delivered-To: calsify@ietfa.amsl.com
Received: from localhost (ietfa.amsl.com [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id 716CB1A9112 for <calsify@ietfa.amsl.com>; Fri, 19 Dec 2014 16:12:15 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -4.21
X-Spam-Level: 
X-Spam-Status: No, score=-4.21 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, RCVD_IN_DNSWL_MED=-2.3, T_RP_MATCHES_RCVD=-0.01] autolearn=ham
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id tPGjJ2bTTKI6 for <calsify@ietfa.amsl.com>; Fri, 19 Dec 2014 16:12:13 -0800 (PST)
Received: from smtp.andrew.cmu.edu (SMTP.ANDREW.CMU.EDU [128.2.157.38]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 5198D1A8A52 for <calsify@ietf.org>; Fri, 19 Dec 2014 16:12:13 -0800 (PST)
Received: from [192.168.1.143] (cpe-76-180-151-43.buffalo.res.rr.com [76.180.151.43]) (user=murch mech=PLAIN (0 bits)) by smtp.andrew.cmu.edu (8.14.8/8.14.8) with ESMTP id sBK0CA1e023727 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Fri, 19 Dec 2014 19:12:11 -0500
References: <D0B9DD5A.2470D%aanganes@mitre.org>
Mime-Version: 1.0 (1.0)
In-Reply-To: <D0B9DD5A.2470D%aanganes@mitre.org>
Content-Type: text/plain; charset=utf-8
Content-Transfer-Encoding: quoted-printable
Message-Id: <141D3310-179C-4B76-BBC5-3ECACB483D41@andrew.cmu.edu>
X-Mailer: iPad Mail (12B440)
From: Ken Murchison <murch@andrew.cmu.edu>
Date: Fri, 19 Dec 2014 19:12:10 -0500
To: "Anganes, Amanda L" <aanganes@mitre.org>
X-PMX-Version: 6.0.3.2322014, Antispam-Engine: 2.7.2.2107409, Antispam-Data: 2014.12.20.33
X-SMTP-Spam-Clean: 28% ( SXL_IP_DYNAMIC 3, HTML_00_01 0.05, HTML_00_10 0.05, MIME_LOWER_CASE 0.05, SUPERLONG_LINE 0.05, BODYTEXTP_SIZE_3000_LESS 0, BODY_SIZE_1000_LESS 0, BODY_SIZE_2000_LESS 0, BODY_SIZE_5000_LESS 0, BODY_SIZE_7000_LESS 0, BODY_SIZE_700_799 0, DATE_TZ_NA 0, FROM_EDU_TLD 0, RDNS_GENERIC_POOLED 0, RDNS_POOLED 0, RDNS_RESIDENTIAL 0, RDNS_SUSP 0, RDNS_SUSP_GENERIC 0, RDNS_SUSP_SPECIFIC 0, REFERENCES 0, __ANY_URI 0, __BOUNCE_CHALLENGE_SUBJ 0, __BOUNCE_NDR_SUBJ_EXEMPT 0, __CT 0, __CTE 0, __CT_TEXT_PLAIN 0, __FORWARDED_MSG 0, __HAS_FROM 0, __HAS_MSGID 0, __HAS_X_MAILER 0, __IN_REP_TO 0, __MIME_TEXT_ONLY 0, __MIME_VERSION 0, __MSGID_APPLEMAIL 0, __PHISH_SPEAR_STRUCTURE_1 0, __RDNS_POOLED_1 0, __REFERENCES 0, __SANE_MSGID 0, __SUBJ_ALPHA_NEGATE 0, __TO_MALFORMED_2 0, __URI_NO_PATH 0, __URI_NS )
X-SMTP-Spam-Score: 28%
X-Scanned-By: MIMEDefang 2.74 on 128.2.157.38
Archived-At: http://mailarchive.ietf.org/arch/msg/calsify/BWja27gM0qriCENHwUzmtLGyKqE
Cc: "calsify@ietf.org" <calsify@ietf.org>
Subject: Re: [calsify] Call for WG Adoption: draft-daboo-calendar-availability-05
X-BeenThere: calsify@ietf.org
X-Mailman-Version: 2.1.15
Precedence: list
List-Id: <calsify.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/calsify>, <mailto:calsify-request@ietf.org?subject=unsubscribe>
List-Archive: <http://www.ietf.org/mail-archive/web/calsify/>
List-Post: <mailto:calsify@ietf.org>
List-Help: <mailto:calsify-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/calsify>, <mailto:calsify-request@ietf.org?subject=subscribe>
X-List-Received-Date: Sat, 20 Dec 2014 00:12:16 -0000

I'm in favor of adopting this document.

Kenneth Murchison=20
Principal Systems Software Engineer
Carnegie Mellon University

> On Dec 19, 2014, at 1:49 PM, Anganes, Amanda L <aanganes@mitre.org> wrote:=

>=20
> Greetings,
>=20
> This is a call for comments on the adoption of draft-daboo-calendar-availa=
bility-05 as an official Calendering Extensions Working Group draft. Due to t=
he holiday season, this call for adoption will run a bit longer =E2=80=93 pl=
ease comment by January 16th.
>=20
> Thanks,
>=20
> Amanda & Donald
>=20
> _______________________________________________
> calsify mailing list
> calsify@ietf.org
> https://www.ietf.org/mailman/listinfo/calsify


From nobody Fri Dec 19 16:12:40 2014
Return-Path: <murch@andrew.cmu.edu>
X-Original-To: calsify@ietfa.amsl.com
Delivered-To: calsify@ietfa.amsl.com
Received: from localhost (ietfa.amsl.com [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id 16AC81A9168 for <calsify@ietfa.amsl.com>; Fri, 19 Dec 2014 16:12:39 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -4.21
X-Spam-Level: 
X-Spam-Status: No, score=-4.21 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, RCVD_IN_DNSWL_MED=-2.3, T_RP_MATCHES_RCVD=-0.01] autolearn=ham
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id vfsl7gqSxgL8 for <calsify@ietfa.amsl.com>; Fri, 19 Dec 2014 16:12:36 -0800 (PST)
Received: from smtp.andrew.cmu.edu (SMTP.ANDREW.CMU.EDU [128.2.157.38]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 299F21A9232 for <calsify@ietf.org>; Fri, 19 Dec 2014 16:12:36 -0800 (PST)
Received: from [192.168.1.143] (cpe-76-180-151-43.buffalo.res.rr.com [76.180.151.43]) (user=murch mech=PLAIN (0 bits)) by smtp.andrew.cmu.edu (8.14.8/8.14.8) with ESMTP id sBK0CA1f023727 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Fri, 19 Dec 2014 19:12:34 -0500
References: <D0B9DD98.24712%aanganes@mitre.org>
Mime-Version: 1.0 (1.0)
In-Reply-To: <D0B9DD98.24712%aanganes@mitre.org>
Content-Type: text/plain; charset=utf-8
Content-Transfer-Encoding: quoted-printable
Message-Id: <1E5BEEF1-C5A6-4100-A1D1-0A59B55F30F4@andrew.cmu.edu>
X-Mailer: iPad Mail (12B440)
From: Ken Murchison <murch@andrew.cmu.edu>
Date: Fri, 19 Dec 2014 19:12:35 -0500
To: "Anganes, Amanda L" <aanganes@mitre.org>
X-PMX-Version: 6.0.3.2322014, Antispam-Engine: 2.7.2.2107409, Antispam-Data: 2014.12.20.319
X-SMTP-Spam-Clean: 28% ( SXL_IP_DYNAMIC 3, HTML_00_01 0.05, HTML_00_10 0.05, MIME_LOWER_CASE 0.05, SUPERLONG_LINE 0.05, BODYTEXTP_SIZE_3000_LESS 0, BODY_SIZE_1000_LESS 0, BODY_SIZE_2000_LESS 0, BODY_SIZE_5000_LESS 0, BODY_SIZE_600_699 0, BODY_SIZE_7000_LESS 0, DATE_TZ_NA 0, FROM_EDU_TLD 0, RDNS_GENERIC_POOLED 0, RDNS_POOLED 0, RDNS_RESIDENTIAL 0, RDNS_SUSP 0, RDNS_SUSP_GENERIC 0, RDNS_SUSP_SPECIFIC 0, REFERENCES 0, __ANY_URI 0, __BOUNCE_CHALLENGE_SUBJ 0, __BOUNCE_NDR_SUBJ_EXEMPT 0, __CT 0, __CTE 0, __CT_TEXT_PLAIN 0, __FORWARDED_MSG 0, __HAS_FROM 0, __HAS_MSGID 0, __HAS_X_MAILER 0, __IN_REP_TO 0, __MIME_TEXT_ONLY 0, __MIME_VERSION 0, __MSGID_APPLEMAIL 0, __PHISH_SPEAR_STRUCTURE_1 0, __RDNS_POOLED_1 0, __REFERENCES 0, __SANE_MSGID 0, __SUBJ_ALPHA_NEGATE 0, __TO_MALFORMED_2 0, __URI_NO_PATH 0, __URI_NS )
X-SMTP-Spam-Score: 28%
X-Scanned-By: MIMEDefang 2.74 on 128.2.157.38
Archived-At: http://mailarchive.ietf.org/arch/msg/calsify/HMF6PT3dvjtprMF3heeyMz9KmPA
Cc: "calsify@ietf.org" <calsify@ietf.org>
Subject: Re: [calsify] Call for WG Adoption: draft-daboo-icalendar-extensions-08
X-BeenThere: calsify@ietf.org
X-Mailman-Version: 2.1.15
Precedence: list
List-Id: <calsify.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/calsify>, <mailto:calsify-request@ietf.org?subject=unsubscribe>
List-Archive: <http://www.ietf.org/mail-archive/web/calsify/>
List-Post: <mailto:calsify@ietf.org>
List-Help: <mailto:calsify-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/calsify>, <mailto:calsify-request@ietf.org?subject=subscribe>
X-List-Received-Date: Sat, 20 Dec 2014 00:12:39 -0000

I'm in favor of adopting this document.

Kenneth Murchison=20
Principal Systems Software Engineer
Carnegie Mellon University

> On Dec 19, 2014, at 1:50 PM, Anganes, Amanda L <aanganes@mitre.org> wrote:=

>=20
> Greetings,
>=20
> This is a call for comments on the adoption of draft-daboo-icalendar-exten=
sions-08 as an official Calendering Extensions Working Group draft. Due to t=
he holiday season, this call for adoption will run a bit longer =E2=80=93 pl=
ease comment by January 16th.
>=20
> Thanks,
>=20
> Amanda & Donald
>=20
> _______________________________________________
> calsify mailing list
> calsify@ietf.org
> https://www.ietf.org/mailman/listinfo/calsify


From nobody Tue Dec 23 04:23:19 2014
Return-Path: <yakushev@google.com>
X-Original-To: calsify@ietfa.amsl.com
Delivered-To: calsify@ietfa.amsl.com
Received: from localhost (ietfa.amsl.com [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id 914761ACE5F for <calsify@ietfa.amsl.com>; Tue, 23 Dec 2014 04:23:18 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -1.388
X-Spam-Level: 
X-Spam-Status: No, score=-1.388 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, FM_FORGED_GMAIL=0.622, HTML_MESSAGE=0.001, SPF_PASS=-0.001, T_RP_MATCHES_RCVD=-0.01] autolearn=no
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id NDAegGtjk_Z4 for <calsify@ietfa.amsl.com>; Tue, 23 Dec 2014 04:23:17 -0800 (PST)
Received: from mail-qg0-x22e.google.com (mail-qg0-x22e.google.com [IPv6:2607:f8b0:400d:c04::22e]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id CB7671ACE1A for <calsify@ietf.org>; Tue, 23 Dec 2014 04:20:33 -0800 (PST)
Received: by mail-qg0-f46.google.com with SMTP id q107so4431530qgd.5 for <calsify@ietf.org>; Tue, 23 Dec 2014 04:20:33 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=mime-version:references:from:date:message-id:subject:to :content-type; bh=vnu1Nm88Yr44WxqYYB4yfk9vUzzpkC8++rKPBlpBbcw=; b=BC/kmv4defIuxxGkJTWeDI96bl3rskC73wkH4V3vBulqKMQcCS3Xwpb1zsIIk0tgZf cIk49zvTUSOYjK+bHm/UusB6ZXQAl75UlxkkO0z0DoFV4iei9gsEZNIfXGjF33af2aqi oG/fxa2J7t3rP8zG/YPhXOtl2VjIroMpglnyn+L85lyeOCW2WT27v2k7UMYhC/AaH/EQ 1iYDUQsF0FBDNC4DxvNgn7HBbjwbDWkmShQSZhkEK3zSM1kh9bRpU1KtHPQtpbRBVAR9 5GuKotWNvJRuTJIVPDT7ynV272unn9wLud8IVR+i1LaroaqvhxAcLVAvYWraOKcp38M1 eTIA==
X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:references:from:date:message-id :subject:to:content-type; bh=vnu1Nm88Yr44WxqYYB4yfk9vUzzpkC8++rKPBlpBbcw=; b=TNH8rWVnB5XMdV+u1VoJIRnNQkod7hP+gROjQ71U5GOs7XZjMMfvzKaD4yvzBRbnNJ 6r3wlv5LD1zfgrDuRdEZZbF7gIlTkUYIa/R+y7aNrf/JxZaPfK9mxqugINr9zJDL+BPX 3T3vVTHyl1265Vx0JoKZuDmoTblCViA5T7lS6muE3RVXPCrDlfCAcMwpdEsBdZDnL9Az +5wxq4MXF7Kg3ZhKuui19x8J+CwAaZqvQqYhX/4sgcUp3uRPg2Zttr6/WAu2UERlT7kE vYMFDNfUZeZITJeBXmWvYiOTl6C50aorh0mESyVZj11sf1UKF/zhw+YhPS76vrkbB1VK UEpA==
X-Gm-Message-State: ALoCoQktpyg2Vk3Uhc4UZVUV2PNSjxBrge6xWwnZNhzxbeY6QZpBtPsEm+o0yFeO3uh+kW4fhKom
X-Received: by 10.224.4.133 with SMTP id 5mr44947798qar.37.1419337232872; Tue, 23 Dec 2014 04:20:32 -0800 (PST)
MIME-Version: 1.0
References: <D0B9DD98.24712%aanganes@mitre.org>
From: Gregory Yakushev <yakushev@google.com>
Date: Tue, 23 Dec 2014 12:20:32 +0000
Message-ID: <CAJxDCqVB0WwYYPag8bhT-8SUdF3cHDV+5A9U-yC4hDy_4C3QjA@mail.gmail.com>
To: "Anganes, Amanda L" <aanganes@mitre.org>, "calsify@ietf.org" <calsify@ietf.org>
Content-Type: multipart/alternative; boundary=001a11c221089513d4050ae133f6
Archived-At: http://mailarchive.ietf.org/arch/msg/calsify/5ZeaIh_vpj264CyUaN6hrZObqx8
Subject: Re: [calsify] Call for WG Adoption: draft-daboo-icalendar-extensions-08
X-BeenThere: calsify@ietf.org
X-Mailman-Version: 2.1.15
Precedence: list
List-Id: <calsify.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/calsify>, <mailto:calsify-request@ietf.org?subject=unsubscribe>
List-Archive: <http://www.ietf.org/mail-archive/web/calsify/>
List-Post: <mailto:calsify@ietf.org>
List-Help: <mailto:calsify-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/calsify>, <mailto:calsify-request@ietf.org?subject=subscribe>
X-List-Received-Date: Tue, 23 Dec 2014 12:23:18 -0000

--001a11c221089513d4050ae133f6
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: quoted-printable

I'm in favor of adopting this document.

Grisha (@Google)

On Fri Dec 19 2014 at 7:50:12 PM Anganes, Amanda L <aanganes@mitre.org>
wrote:

>  Greetings,
>
>  This is a call for comments on the adoption
> of draft-daboo-icalendar-extensions-08 as an official Calendering
> Extensions Working Group draft. Due to the holiday season, this call for
> adoption will run a bit longer =E2=80=93 please comment by January 16th.
>
>  Thanks,
>
>  Amanda & Donald
>
>  _______________________________________________
> calsify mailing list
> calsify@ietf.org
> https://www.ietf.org/mailman/listinfo/calsify
>

--001a11c221089513d4050ae133f6
Content-Type: text/html; charset=UTF-8
Content-Transfer-Encoding: quoted-printable

<span style=3D"font-size:13.1999998092651px;line-height:19.7999992370605px"=
>I&#39;m in favor of adopting this document.</span><div><span style=3D"line=
-height:19.7999992370605px"><br></span></div><div><span style=3D"line-heigh=
t:19.7999992370605px">Grisha (</span><span style=3D"line-height:19.79999923=
70605px;font-size:13.1999998092651px">@Google)</span></div><div><br><div cl=
ass=3D"gmail_quote">On Fri Dec 19 2014 at 7:50:12 PM Anganes, Amanda L &lt;=
<a href=3D"mailto:aanganes@mitre.org">aanganes@mitre.org</a>&gt; wrote:<br>=
<blockquote class=3D"gmail_quote" style=3D"margin:0 0 0 .8ex;border-left:1p=
x #ccc solid;padding-left:1ex">



<div style=3D"word-wrap:break-word;color:rgb(0,0,0);font-size:14px;font-fam=
ily:Calibri,sans-serif">
<div>
<div>Greetings,</div>
<div><br>
</div>
<div>This is a call for comments on the adoption of=C2=A0draft-daboo-icalen=
dar-extensions-08=C2=A0as an official Calendering Extensions Working Group =
draft. Due to the holiday season, this call for adoption will run a bit lon=
ger =E2=80=93 please comment by January 16th.</div>
<div><br>
</div>
<div>Thanks,</div>
<div><br>
</div>
<div>Amanda &amp; Donald</div>
</div>
<br>
</div>

______________________________<u></u>_________________<br>
calsify mailing list<br>
<a href=3D"mailto:calsify@ietf.org" target=3D"_blank">calsify@ietf.org</a><=
br>
<a href=3D"https://www.ietf.org/mailman/listinfo/calsify" target=3D"_blank"=
>https://www.ietf.org/mailman/<u></u>listinfo/calsify</a><br>
</blockquote></div></div>

--001a11c221089513d4050ae133f6--


From nobody Wed Dec 31 09:55:34 2014
Return-Path: <d3e3e3@gmail.com>
X-Original-To: calsify@ietfa.amsl.com
Delivered-To: calsify@ietfa.amsl.com
Received: from localhost (ietfa.amsl.com [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id 4F15A1A0366 for <calsify@ietfa.amsl.com>; Wed, 31 Dec 2014 09:55:33 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: 0.149
X-Spam-Level: 
X-Spam-Status: No, score=0.149 tagged_above=-999 required=5 tests=[BAYES_40=-0.001, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, FREEMAIL_ENVFROM_END_DIGIT=0.25, FREEMAIL_FROM=0.001, SPF_PASS=-0.001] autolearn=no
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id Xt0N4DTJldos for <calsify@ietfa.amsl.com>; Wed, 31 Dec 2014 09:55:32 -0800 (PST)
Received: from mail-ob0-x236.google.com (mail-ob0-x236.google.com [IPv6:2607:f8b0:4003:c01::236]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 109FE1A0363 for <calsify@ietf.org>; Wed, 31 Dec 2014 09:55:32 -0800 (PST)
Received: by mail-ob0-f182.google.com with SMTP id wo20so48898248obc.13 for <calsify@ietf.org>; Wed, 31 Dec 2014 09:55:31 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113;  h=mime-version:from:date:message-id:subject:to:content-type; bh=eg6CCpfQF2s9cxL5rsIMr/2tPRDiBABybYXhORINXLc=; b=k5zgQO0FRuGFlM9iGekRNmy3J11c4rxOF9/vHK/6HBbvjhtjfrwZHeFXHQBksZ3UIv tLjOdMlu1UPs1ANyxsTTcuhZUZxxEP90AvJhVjj4ePcuN7YCCRNIZlxEvbFB3DKR1v5+ OvX+f+62ZahyStd4v2Jszpy5G6evqsNkiiLBLZLmnDAGaFwcZvvJBnryw75HoBDfVm97 KIN4Xis2QqOcDv1wu9C4sYtn7FdkUsKYw039VNYTKpAGpgy6TJMUdj3sC9MOvEZyIVFz srK4ujjCxM9FB1KEWi547TmtRqNa/XSeId7jkoOCHPGlTg6Hv0OXNJJjFrIvYBqzIcDa IjMw==
X-Received: by 10.182.126.137 with SMTP id my9mr40121888obb.41.1420048531271;  Wed, 31 Dec 2014 09:55:31 -0800 (PST)
MIME-Version: 1.0
Received: by 10.76.104.104 with HTTP; Wed, 31 Dec 2014 09:55:10 -0800 (PST)
From: Donald Eastlake <d3e3e3@gmail.com>
Date: Wed, 31 Dec 2014 12:55:10 -0500
Message-ID: <CAF4+nEG_jiggYQQ90DBEBnsn9A16X8=pJ9g27+n+Crya5AOTtQ@mail.gmail.com>
To: calsify@ietf.org
Content-Type: text/plain; charset=UTF-8
Archived-At: http://mailarchive.ietf.org/arch/msg/calsify/E7V6-6iVQa-goKJ-9pCrSPimMYg
Subject: [calsify] Tweaks to draft-ietf-calext-rscale-02
X-BeenThere: calsify@ietf.org
X-Mailman-Version: 2.1.15
Precedence: list
List-Id: <calsify.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/calsify>, <mailto:calsify-request@ietf.org?subject=unsubscribe>
List-Archive: <http://www.ietf.org/mail-archive/web/calsify/>
List-Post: <mailto:calsify@ietf.org>
List-Help: <mailto:calsify-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/calsify>, <mailto:calsify-request@ietf.org?subject=subscribe>
X-List-Received-Date: Wed, 31 Dec 2014 17:55:33 -0000

Hi Guys,

I suppose this isn't a very good New Year's present but in the process
of filling in the publication request write-up template, I noticed two
minor things about the rscale draft that should be added (or else it
will likely just get bounced back to us with a request to add them).

(1) It is generally a requirement that the information as to what RFCs
are updated (or obsoleted) by a draft appear in the Appendix and the
Introduction as well as at to the top of the first page.

(2) If it is claimed that the draft updates RFC X, then the IESG
really likes to see a clear description or summary someplace in the
document as to what it actually changes in RFC X. This could be
summarized in the Introduction or could be in an Appendix with a
pointer to it from the Introduction or someplace else in the document.

The above obviously don't involve any technical change so I think a
revision can be posted with those additions and I can go ahead and
request publication as an RFC.

Thanks,
Donald
=============================
 Donald E. Eastlake 3rd   +1-508-333-2270 (cell)
 155 Beaver Street, Milford, MA 01757 USA
 d3e3e3@gmail.com

