Hello I am currently working on a project where I extract an ics file from a certain group calendar in outlook using my webdav server then need to parse it so I can get readable dates ,events,PTO or OOO events for the team members.
Now I am trying to automate this so it can run daily but I am having trouble getting the right configuration in python to parse my file and if there is a better way of extracting it from outlook I would be happy to hear it....I was using alteryx with a built in outlook extract tool where it would give me a csv file or JSON to work with and it was great but it has stopped working since.
Tried using this "Python with ICS files and CSV" and modifying it to fit my needs but I havent used python in a while and in need of help