How do I find events by time, not by name using NLA API? Hello,I want to find events using the NLA API.I want, if I receive an email, and if it appropriate, to automatically book an event. However, I do not want to book an event when there is already an event then. How do I find events in my and other people of the same organisation’s calendar?If I query the NLA API like so: “Find me the weekly sprint planning event”, it finds it no problem. However, if I query “Find me all events until the end of the week”, or even “Find me the event tomorrow at 11AM”, it find nothing. EDIT: I found an ugly, ugly hack. I guess Zapier, behind the scenes, is creating a “search term”, based on your query, and if you put a search term “*”, it matches everything. So you can query for “Find the events this week with search term *”. This is very ugly and depends on something Zapier has not exposed publicly, so it may change at any point.