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

Period fix #236

Merged
merged 3 commits into from
Sep 19, 2023
Merged

Period fix #236

merged 3 commits into from
Sep 19, 2023

Conversation

michaelgira23
Copy link
Member

Found the actual root cause. Seems that the ical parser is messing up somehow and is creating a JSON dict which does something like:

{
    "summary": "blah blah blah",
    "description: Canvas summary assignment with period .": "continue value"
}

I'll have to double check, but it may be that when there's a URL in the description, the parser just splits the last colon into the key and value? And thus if there's a period occurring before the URL then it becomes an invalid key.

There must be something wrong with the ical event parser. This is a quick fix for now.
@michaelgira23 michaelgira23 merged commit b547802 into master Sep 19, 2023
1 check passed
@michaelgira23 michaelgira23 deleted the period-fix branch September 19, 2023 07:57
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.

1 participant