I'm trying to create a script that feeds only meetings I've accepted (marked "Busy") to an LLM, but calendar.get_events() doesn't seem to support the show_as or even all_day attributes, just start, end, summary, description, and location.
Are there any nice workarounds? I feel like these are important context for meetings when getting events 😅