insanum / gcalcli

Google Calendar Command Line Interface
MIT License
3.32k stars 314 forks source link

Creating events: Prefer next week to past week #508

Open reagle opened 4 years ago

reagle commented 4 years ago

Today, Saturday Jan 25, I type gcalcli --calendar reagle quick 'John T on Tuesday at 12:00'. It creates an event on the 21st rather than the 28th. This seems counter-intuitive, but perhaps its an issue with Google Calendar rather than gcalcli?

jcrowgey commented 4 years ago

Without looking, I think it's probably due to the "smart" date parsing library we're using. I'd go ahead and call this more than just counter-intuitive, it seems like a bug to me. Thanks!