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

Feature: Add iCloud support #32

Merged
merged 4 commits into from
Sep 6, 2019
Merged

Feature: Add iCloud support #32

merged 4 commits into from
Sep 6, 2019

Conversation

moalo
Copy link
Contributor

@moalo moalo commented Sep 5, 2019

closes #29

Changes

  • parser.js: Ignore attributes and strip tag prefixes during XML parse.
    This allows us to work with iCloud calendar style XML responses, which don't contain namespaces (d:, cs:).
  • Add tests and fixtures.
  • Update README file.

@moalo moalo self-assigned this Sep 5, 2019
Copy link

@mksony mksony left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The changes look good to me, I wonder a little bit if it is safe to do all the nested properties access when we parsed the xml, but this is probably not scope of this issue and was there previously.

Thanks @tripodsan for your contribution.
Good job @moalo for the finishing touches 🌮
I add my approval and maybe @tripodsan you can check if this change fixes your issue and then we can merge and publish a new version.

@jhnns jhnns merged commit 902b08f into master Sep 6, 2019
@jhnns jhnns deleted the 29-icloud-support branch September 6, 2019 14:29
@jhnns
Copy link
Member

jhnns commented Sep 6, 2019

Oops, sorry @mksony, I haven't seen your reply :)

The change looks good to me and the tests are still working without any changes so I suspect the change to be non-breaking. I'm going to publish it.

@jhnns
Copy link
Member

jhnns commented Sep 6, 2019

Published as v1.0.1 🚀

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

Successfully merging this pull request may close these issues.

scrapegoat querying DAViCal?
3 participants