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: Correct error strings #75

Merged
merged 1 commit into from
Feb 2, 2022
Merged

Fix: Correct error strings #75

merged 1 commit into from
Feb 2, 2022

Conversation

tykeal
Copy link
Owner

@tykeal tykeal commented Feb 2, 2022

The error string for a URL that returns bad data incorrectly states that
AirBnB is the only supported calendar. This is incorrect as we now
verify that the data returns is of type text/calendar and accept any
calendar that passes this.

Additionally, the error string for invalid URLs was not giving a reason
why it was considered invalid.

Issue: #73
Signed-off-by: Andrew Grimberg tykeal@bardicgrove.org

The error string for a URL that returns bad data incorrectly states that
AirBnB is the only supported calendar. This is incorrect as we now
verify that the data returns is of type text/calendar and accept any
calendar that passes this.

Additionally, the error string for invalid URLs was not giving a reason
why it was considered invalid.

Issue: #73
Signed-off-by: Andrew Grimberg <tykeal@bardicgrove.org>
@tykeal tykeal merged commit 2f537e1 into main Feb 2, 2022
@tykeal tykeal deleted the fix_bad_ics_text branch February 2, 2022 15:00
@tykeal tykeal added the bug Something isn't working label Feb 2, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant