You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As described in this commit, i try to search for event with a specific summary. This seems not to work as expected, the attribute gets ignored and all events are fetched.
It's a server compatibility problem, but I think the workaround should be cheap and harmless and can be added to the CalDAV-library (for all servers ... I do have a long term plan to address server compatibility issues by giving a hint on what kind of server one connects to when creating the client object, then such workarounds would be triggered only on the servers that needs it). Would you care to create a merge request?
Sorry, i dont know how to implement it into the CalDAV-library. For me its fine to use the workaround in my script. Maybe you can find a more elegant solution to support summary filtering on search function.
Ok, I will make a fix for this ... at some point in the future, I'm currently a bit overloaded. Should probably make a generic fix for all the text attributes and not only the summary. And it's needed with test code as well.
As described in this commit, i try to search for event with a specific summary. This seems not to work as expected, the attribute gets ignored and all events are fetched.
As a workaround i use search and then i have to use a for loop to check if the summary was found.
The text was updated successfully, but these errors were encountered: