I need to make a program that is able to access Outlook calendar events (specifically, the titles). I know there is probably a way to do this with the pywin32 module. But I have MacOS so it's not compatible.
I tried looking up alternatives and the only thing I could find was PyOutlook, which basically allows you to access Outlook email but doesn't seem to do anything with the calendar. I am a beginner to Python so I need someone to point me in the right direction here. Is there a way to access Calendar events in Outlook using Python on MacOS, or am I just royally screwed and that's what I get for not owning a PC? Really appreciate any pointers.