OK, I was able to install dateparser
with pip install --user dateparser
. The next error I ran into is “No module named apiclient.discovery”; after some Googling I found I needed to pip install --user google-api-python-client
. And then… it worked! Well, I still don’t know if the Calendar integration works, I don’t have any calendar-based rules set up yet. But at least the date-pattern rules worked.
2 Likes