# HG changeset patch # User Paul Boddie # Date 1311272996 -7200 # Node ID ee0e3f1920e2eb8c21039d36b3f29aadefee7bb5 # Parent 7668ad359843573c11279e0830b929f053f7337a Changed the RFC URLs to point to an active site. diff -r 7668ad359843 -r ee0e3f1920e2 vCalendar.py --- a/vCalendar.py Mon Jul 18 00:22:57 2011 +0200 +++ b/vCalendar.py Thu Jul 21 20:29:56 2011 +0200 @@ -22,9 +22,13 @@ References: +RFC 5545: Internet Calendaring and Scheduling Core Object Specification + (iCalendar) + http://www.rfc-editor.org/rfc/rfc5545.txt + RFC 2445: Internet Calendaring and Scheduling Core Object Specification (iCalendar) - http://rfc.net/rfc2445.html + http://www.rfc-editor.org/rfc/rfc2445.txt """ import vContent @@ -40,7 +44,7 @@ "ALTREP", "DELEGATED-FROM", "DELEGATED-TO", "DIR", "MEMBER", "SENT-BY" ]) MULTIVALUED_PARAMETERS = set([ - "DELEGATED-FROM", "DELEGATED-TO", "MEMBER" + "DELEGATED-FROM", "DELEGATED-TO", "MEMBER", "CATEGORIES" ]) QUOTED_TYPES = set(["URI"]) diff -r 7668ad359843 -r ee0e3f1920e2 vContent.py --- a/vContent.py Mon Jul 18 00:22:57 2011 +0200 +++ b/vContent.py Thu Jul 21 20:29:56 2011 +0200 @@ -22,15 +22,19 @@ References: +RFC 5545: Internet Calendaring and Scheduling Core Object Specification + (iCalendar) + http://www.rfc-editor.org/rfc/rfc5545.txt + RFC 2445: Internet Calendaring and Scheduling Core Object Specification (iCalendar) - http://rfc.net/rfc2445.html + http://www.rfc-editor.org/rfc/rfc2445.txt RFC 2425: A MIME Content-Type for Directory Information - http://rfc.net/rfc2425.html + http://www.rfc-editor.org/rfc/rfc2425.txt RFC 2426: vCard MIME Directory Profile - http://rfc.net/rfc2426.html + http://www.rfc-editor.org/rfc/rfc2426.txt """ try: