Cant use CalendarDateTime::from_ymd_hm_tzid #84
Answered
by
hoodie
HenningCode
asked this question in
Q&A
-
Hello Guys, I wanted to use this package to generate ical files and created this minimal file that still fails for me.
My Error message is: Why is that? I am pretty new to Rust and i dont quite understand the problem I am facing. This my cargo.toml
Thanks for your help. |
Beta Was this translation helpful? Give feedback.
Answered by
hoodie
Nov 17, 2023
Replies: 1 comment 1 reply
-
you need to enable the |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
HenningCode
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
you need to enable the
chrono-tz
feature inicalendar
too. It's not on by default