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

Parsing an event with a link in the summary fails #2

Open
GoogleCodeExporter opened this issue Mar 19, 2015 · 2 comments
Open

Parsing an event with a link in the summary fails #2

GoogleCodeExporter opened this issue Mar 19, 2015 · 2 comments

Comments

@GoogleCodeExporter
Copy link

What steps will reproduce the problem?
1. Attempt to parse a event where the summary has a link with an ID element
(event url)


What is the expected output? What do you see instead?

This causes a problem because the ID is duplicated by js-hcalendar. I guess
that the ID element could/should be dropped? I ended up modifying the code
to append a short string to the ID, but this is a solution that is probably
only viable for me and my purposes.

Original issue reported on code.google.com by creuz...@gmail.com on 5 Mar 2007 at 5:08

@GoogleCodeExporter
Copy link
Author

Original comment by dglasser on 5 Mar 2007 at 6:23

  • Changed title: Parsing an event with a link in the summary fails

@GoogleCodeExporter
Copy link
Author

Thanks for the report.  Can you attach an HTML file showing this failure, and 
ideally
a patch for the change you've made (even if it's not necessarily the best idea)?

Original comment by dglasser on 5 Mar 2007 at 6:24

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant