summaryrefslogtreecommitdiff
path: root/design-data
Commit message (Collapse)AuthorAgeFilesLines
* fix trailing-whitespace for entire projectAllen Winter2022-09-241-5/+5
|
* Internally represent GEO properties as textAllen Winter2022-06-111-1/+1
| | | | | | This allows arbitrary precision for the GEO values fixes: #531
* REUSE complianceAllen Winter2022-06-061-1/+2
| | | | fixes: #489
* design-data/parameters.csv: Fix enum value clashingAllen Winter2022-04-281-3/+2
| | | | | | | | | | | | | | From: Milan Crha <mcrha@redhat.com> Date: Wed, 27 Apr 2022 12:37:46 +0200 Subject: [PATCH] parameters.csv: Fix enum value clashing Two problems: * EMAIL being defined twice * REASON and REQUIRED use the same value The effect of this patch is that only the ICAL_REASON_PARAMETER value changes from 43 to 47, the ICAL_EMAIL_PARAMETER value stays unchanged.
* design-data/value-types.csv - fix enum ICAL_ICAL_PROXIMITY_VALUEAllen Winter2022-04-281-1/+1
| | | | | | | ICAL_DATETIMEDATE_VALUE and ICAL_PROXIMITY_VALUE were set to the same value (5036). Now ICAL_DATETIMEDATE_VALUE=5036 and ICAL_PROXIMITY_VALUE=5039
* design-data/properties.csv - remove dupe entry for "NAME"Allen Winter2022-04-281-3/+3
| | | | | | | | | | | | | | There were 2 NAME properties: * CAP Properties","RFC 4324 Section 2.1.2", NAME - used to add locale-specific descs to components. * Properties for iCalendar","RFC 7986 Section 5", NAME - specifies the name of the calendar. Now we have 1 property that can have either context but uses the same enum value (151). RFCs shouldn't use the same identifier string to describe two different contexts.
* LOCATION-TYPE is a multivalued propertyKen Murchison2022-01-181-1/+1
|
* restrictions.csv, icalrestriction.c.in: consolidate VALARM restrictions and ↵Ken Murchison2022-01-181-195/+57
| | | | validation functions
* icalrestriction.c.in: consolidate STATUS value validation functionsKen Murchison2022-01-181-12/+12
|
* Add Event Publishing Extensions (RFC 9073) components, properties, ↵Ken Murchison2022-01-186-3/+309
| | | | parameters, values
* value-types.csv: add blank lines for readabilityKen Murchison2022-01-181-0/+9
|
* properties.csv: add blank lines for readabilityKen Murchison2022-01-181-0/+13
|
* parameters.csv: add comment for RELTYPE:SNOOZEKen Murchison2022-01-181-0/+1
|
* parameters.csv: add blank lines for readabilityKen Murchison2022-01-181-0/+9
|
* value-types.csv: fix commentKen Murchison2022-01-181-1/+1
|
* Add/update: VALARM Extensions (RFC 9074) properties, parameters, valuesKen Murchison2022-01-184-2/+6
|
* restrictions.csv: fix typoKen Murchison2022-01-061-1/+1
|
* restrictions.csv: DECLINECOUNTER,VEVENT: DURATION and DTEND are mutually ↵Дилян Палаузов2021-11-081-3/+3
| | | | | | | | | exclusive My reading of https://datatracker.ietf.org/doc/html/rfc5546#section-3.2.8 is that for METHOD:DECLINECOUNTER either DTEND or DURATION must be present. If both are absent, the usual logic of calculating the end applies, based on the value-type of DTSTART.
* Fix typos and misspellings found by CodeSpell 2.1.0.Shaun Case2021-07-122-2/+2
| | | | Fix a few Python whitespace errors found by Syntastic.
* restrictions: VTIMEZONE can contain any number of X propertiesДилян Палаузов2020-10-241-1/+1
|
* design-data/properties.csv - allow COMPLETED property to be a date or datetimeAllen Winter2018-02-191-1/+1
|
* value-types.csv: Added STATUS:DELETEDvpatchKen Murchison2017-10-211-1/+1
|
* Initial VPATCH implementationKen Murchison2017-02-145-1/+30
|
* - handle properties which don't have "default" value typesKen Murchison2016-12-231-15/+15
| | | | | - better handling of multi-valued properties and valid value type checking - suppress VALUE= parameter on properties when they contain the default value type
* created new DATE-TIME-DATE type for those properties that accept both ↵Ken Murchison2016-12-202-7/+8
| | | | | | DATE-TIME and DATE. DATE and DATE-TIME now only accept the proper values (date without time and date with time respectively)
* icalderivedvalue.c.in: icalvalue_new/set/get_binary() need to use v_attach ↵Ken Murchison2016-12-181-1/+1
| | | | data element to match what icalparser.c does with ATTACH;VALUE=BINARY
* parameters.csv: Managed Attachments is now a CALEXT WG documentKen Murchison2016-11-121-1/+1
|
* draft-ietf-calext-extensions is now RFC 7986Ken Murchison2016-10-192-2/+2
|
* update restrictions on properties modified by ↵Ken Murchison2016-09-031-5/+5
| | | | draft-ietf-calext-extensions-05 (soon to be RFC)
* VAVAILABILITY spec is now RFC 7953Ken Murchison2016-08-302-2/+2
|
* added properties and parameters from draft-ietf-calext-extensionsKen Murchison2016-06-264-6/+92
|
* properties.csv: note that EXRULE has been deprecatedKen Murchison2015-08-181-2/+3
|
* properties.csv: fix section numbers in RFC 5545 referenceKen Murchison2015-08-181-1/+1
|
* parameters.csv: fix title of RFC 6638Ken Murchison2015-08-181-1/+1
|
* Added new Task Extensions properties, parameters, and parameter values ↵Ken Murchison2015-03-054-9/+19
| | | | (draft-apthorp-ical-tasks)
* Fix missing or stray double quotes in design-data.Robert Stepanek2015-03-032-5/+5
|
* design-data/parameters.csv,value-types.csv: spread out parameter/value-type ↵Ken Murchison2015-02-192-31/+35
| | | | enum values so that future values can be inserted in the X -> NONE range without breaking binary compatibility and functions like icalproperty_xxx_to_string() continue to operate correctly
* Merge branch 'master' of github.com:libical/libicalKen Murchison2015-01-203-6/+0
|\
| * Merge branch 'coverity_scan'Allen Winter2014-12-061-6/+0
| |\
| | * remove .svnignore filesAllen Winter2014-11-281-6/+0
| | |
| * | remove execute permissionsAllen Winter2014-12-062-0/+0
| |/
* | Updated VPOLL to draft-york-vpoll-03 (restrictions are still a work in progress)Ken Murchison2015-01-206-18/+74
|/
* Saving files before refreshing line endingsAllen Winter2014-11-232-0/+0
|
* issue177: CalDAV attachments as in draft-daboo-caldav-attachmentsAllen Winter2014-11-112-1/+5
|
* design-data: renamed EQUIVALENT-TZID to TZID-ALIAS-OFv1.0.1Ken Murchison2014-10-092-2/+2
|
* value-types.csv: make sure icalvalue_kind enum values match those in libical-1.0Ken Murchison2014-09-291-29/+29
|
* Add properties from draft-ietf-tzdist-serviceKen Murchison2014-09-162-0/+5
|
* Re-arrange after svn to git conversionAllen Winter2014-05-319-0/+2161