Comment by jareklupinski

3 years ago

haha I've had uICAL in a tab open for a week now, anticipating the plunge. ty for the experience :) guess i'll just hack the parser myself...

I'm also on esp32, and have been wanting to write more using the native esp-idf tooling. I'm comfortable with Arduino but now that I'm getting into things like sleep modes and low-level IO, my code is becoming a patchwork of Arduino pinMode and ESP-IDF gpio_hold_dis functions...

> ty for the experience :) guess i'll just hack the parser myself...

Well, if you use my branch, I think I cleaned up everything, I think. Reccurance rules are pretty weird anyway.

I definitely recommend using platform.io though, if nothing else, it's easier to pull in forked libraries with.