Skip to content

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

@polina-munoz

Description

@polina-munoz

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions