Notas Hellout

Results 144 comments of Notas Hellout

If the URL format is such that the raw string can be pasted into a browser URL bar then I do not see why we would not return the original...

@C4ptainCrunch I have often seen `0.8.0-aplha.x`, `0.8.0-beta.x`, and `0.8.0-rc.x` being used in the wild.

Can you check if the same happens with v0.6 ? That is where tatsu parsing was introduced. See https://github.com/C4ptainCrunch/ics.py/commit/6b71a491b1c925004e4c6eda20b9842c16faed62

@N-Coder Why does Tatsu have to be called on every line? Why not a grammar that captures the whole thing? Would that make it faster?

@N-Coder Wow amazing work again! I think it makes sense to keep both parsers for now. Maybe when things are more stable we can only keep it for testing. What...

@N-Coder Also makes sense to ask tatsu developers.

> Being able to choose between different parsers would add a lot of complexity on both sides and I didn't see any clear advantage for this, so I did as...

The duration of all day events is incorrectly computed, or the `DTEND` attribute is incorrectly parsed. There is a test that needs to be changed here:https://github.com/C4ptainCrunch/ics.py/commit/bb3b3486aea6ce4d4e2478b3a42f43cebc40478a#diff-8c6cfa1a722bbdc29d84a31bd5e85c89R268

See https://github.com/C4ptainCrunch/ics.py/issues/150#issuecomment-429331431 for the possible source of this bug.

Just to make sure there is no misunderstanding: the start and end dates of the event are inclusive according to the RFC. Your example is really a two-day event happening...