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

Handle date-formatted DTSTART/DTEND lines #1

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

afternoon
Copy link

@afternoon afternoon commented Nov 4, 2016

I have an .ics file (exported by Namely - an HR SaaS app) which contains lines like the following:

DTSTART;VALUE=DATE:20170102
DTEND;VALUE=DATE:20170103

I've extended decodeEvent to match these and parse them using decodeDate.

I have a `.ics` file (exported by Namely - an HR SaaS app) which contains lines like the following:

```
DTSTART;VALUE=DATE:20170102
DTEND;VALUE=DATE:20170103
```

I've extended `decodeEvent` to match these and parse them using `decodeDate`.
Handle date-formatted DTSTART/DTEND lines
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