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

[bug] timestamp from date picker sometimes not encoded correctly #156

Open
polina-munoz opened this issue Feb 6, 2016 · 1 comment
Open
Labels

Comments

@polina-munoz
Copy link
Contributor

Problem:

Most of the time the URLs are passed in like so:

https://matchjs.herokuapp.com/api/calendar/export?summary=Mentorship
%20meeting%20with%20user2
&description=hey
&start=2016-02-06T11:30:00-08:00
&end=2016-02-06T12:30:00-08:00

Sometimes the format changes to 2016-02-06T11:30:00+08:00 when a user creates an event. This causes the URL to interpret it as a space and misformat the date.

Cause:

Currently unknown.

Solution:

Properly URL encode the date.

@polina-munoz polina-munoz changed the title [bug] timestamp for Bootstrap date picker sometimes not URL encoded correctly, Google Cal export fail [bug] timestamp from date picker sometimes not encoded correctly, cal export fail Feb 6, 2016
@polina-munoz polina-munoz changed the title [bug] timestamp from date picker sometimes not encoded correctly, cal export fail [bug] timestamp from date picker sometimes not encoded correctly Feb 6, 2016
@polina-munoz
Copy link
Contributor Author

Update: this is currently no longer a problem. Will probably close, though cause for earlier issues is still unknown.

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

No branches or pull requests

1 participant