Skip to content
Discussion options

You must be logged in to vote

The standard way to represent parent-child relationships between to-dos in iCalendar is to use the “RELATED-TO” property in the child component, where the value is the UID of the parent component, and set the “RELTYPE” parameter to “PARENT” (or omit it, since PARENT is the default)

Alternatively, you could use the “RELATED-TO” property in the parent component and set the “RELTYPE” parameter to “CHILD”, where the value is the UID of the child component.

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@axunonb
Comment options

@Cyber1000
Comment options

Answer selected by Cyber1000
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants