Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

RFC 9253 - iCalendar Relationships #658

Open
19 tasks
niccokunzmann opened this issue Jun 25, 2024 · 0 comments
Open
19 tasks

RFC 9253 - iCalendar Relationships #658

niccokunzmann opened this issue Jun 25, 2024 · 0 comments
Labels

Comments

@niccokunzmann
Copy link
Member

The RFC 9253 defines a set of relationships and other useful parameters and parameter types.
In order to claim compatibility, we should have an implementation for those.

  • 8.2. Link
    • URI
    • UID
    • XML-REFERENCE
    • LABEL
    • LANGUAGE
    • LINKREL
      • This parameter MUST be specified on all LINK properties
      • LINKREL=latest-version
    • FMTTYPE
    • with typing and enum
  • RELTYPE: FINISHTOSTART, FINISHTOFINISH, STARTTOFINISH, or STARTTOSTART
  • RELTYPE: FIRST, NEXT, DEPENDS-ON, REFID, CONCEPT
  • 6.2. Gap
  • VALUE=UID - should map to our UID
  • VALUE=XML-REFERENCE - new type
  • 8.1. Concept
  • 8.3. Refid
  • 9.1. RELATED-TO

The RELTYPE parameter is extended to take new values defining temporal relationships, a GAP parameter is defined to provide lead and lag values, and RELATED-TO is extended to allow URI values. These changes allow the RELATED-TO property to define a richer set of relationships useful for project management.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant