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

Attendee is not parsed properly (e.g. if there is more than one, only one is returned, not an Array) #302

Open
titanism opened this issue Feb 14, 2024 · 1 comment

Comments

@titanism
Copy link

Right now if you have multiple ATTENDEE properties in an ICS file, then only one is parsed.

    "attendee": {
      "params": {
        "ROLE": "REQ-PARTICIPANT",
        "PARTSTAT": "ACCEPTED",
        "DELEGATED-FROM": "[email protected]",
        "CN": "John"
      },
      "val": "MAILTO:[email protected]"
    },
ATTENDEE;ROLE=REQ-PARTICIPANT;PARTSTAT=ACCEPTED;DELEGATED-FROM="matt@examp
 le.com";CN="John":MAILTO:[email protected]
ATTENDEE;ROLE=REQ-PARTICIPANT;PARTSTAT=DELEGATED;DELEGATED-TO="john@exampl
 e.com";CN="Smith, Matt; (\"Sales\")":MAILTO:[email protected]
@Sense545
Copy link

Sense545 commented Jul 7, 2024

Pretty sure \" is not allowed in quoted-value according to the RFC. In a similar issue with X-RESPONSE-COMMENT, Google Calendar escapes double quotes as ", which two of the three parsing libraries I found does not handle correctly.

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

2 participants