-
Notifications
You must be signed in to change notification settings - Fork 8
Description
Hello, I'm trying to filter out several events from my Calendar. I'm using DavMail gateway 6.5.1-3873 on Debian 13, pulling my Office 365 mailbox/cal. I am usually able to list all the events in the calendar, but with applying some filter criteria it seemed to have small or no effect.
I tried filtering based on criteria like event start date (--begin), organizer (filling there the person's e-mail but also name with *) or summary (also with asterisks) but usually I got full or a huge list of events, a lot of them were not relevant to the filter at all. I could see a little difference with the date - when I filtered out events since the begining of this year, I got only around 20 from previous years (but should get 0) in comparison with the full list. However, I couldn't make the filter work at all. Thanks
I run the plann in the python venv. Python version 3.13.5
plann select --event --begin 2026-01-01 list
plann select --event --begin="2026-01-01" list
plann select --event --organizer="name*" list
plann select --event --organizer="test@corporation.com" list
plann select --event --summary="BEGINING WITH*" list