Skip to content
This repository was archived by the owner on Nov 2, 2024. It is now read-only.
This repository was archived by the owner on Nov 2, 2024. It is now read-only.

Issues with zoom generated events #3

Description

@DrProid

Running tests. I've isolated the issue with two zoom created events. Their IDs are significantly longer than the events that sync successfully.
The ones that fail return a 400 error.

"body": {
    "error": {
      "errors": [
        {
          "domain": "global",
          "reason": "invalid",
          "message": "Invalid attendee email."
        }
      ],
      "code": 400,
      "message": "Invalid attendee email."
    }
  }

As the iCalUid is being stored in the attendees I suspect the long addresses are the culprit. Perhaps it could be split over multiple attendee addresses?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions