#Can't get show_as (Busy, Free, Tentative) attribute from calendar.get_events()

1 messages · Page 1 of 1 (latest)

topaz saffron
#

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 😅