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

multiple values in multiple lines for one property? #56

Closed
sbulheller opened this issue Mar 21, 2016 · 0 comments
Closed

multiple values in multiple lines for one property? #56

sbulheller opened this issue Mar 21, 2016 · 0 comments

Comments

@sbulheller
Copy link

in rfc 2445 (https://www.ietf.org/rfc/rfc2445.txt) paragraph 4.1.2 (Multiple Values) is written:

The general rule for encoding multi-valued items is to simply
create a new content line for each value, including the property
name.

but it is not possible to parse multi-valued items in multiple lines, because the function storeParam() (ical.js) writes each line as key/value and a second line with the same property name overwrites the first one.

is there a possibility to change this behavior?

peterbraden added a commit that referenced this issue Apr 15, 2016
Fix #56 for categories in multiple lines
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant