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

Fix ical parsing when description contains colon #238

Open
michaelgira23 opened this issue Sep 19, 2023 · 0 comments
Open

Fix ical parsing when description contains colon #238

michaelgira23 opened this issue Sep 19, 2023 · 0 comments

Comments

@michaelgira23
Copy link
Member

Related to #236

There seems to be some sort of error with the ical feed parsing for Canvas planner. If there's another colon in the description (i.e. a website URL) then the ical parser thinks that everything to the left of the last colon is a key in the JSON dict. If that contains a period, then Mongo complains. We should try to fix that parsing so it only considers the first colon.

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