Extract time schedule information from email and create events on Thunderbird Calendar
I came across this series PDF Parser in C on youtube. It really inspired me on getting better as a Software Engineer. The way he approaches the problems, and resolves them without the help of LLM or Google is exactly how an engineer should strive for. The only resource that he needs was the documentation on Wikipedia and no library. Watching him coding, I asked myself if I am able to do something like that. That is the main reason why this tool is developed.
This script covers:
- Date formats: ddmmyyyy, yyyymmdd, mmddyyyy, Day Month Year, Year Month Day, Month Day Year.
- Simple language: "This/Next" + Day. E.g. Next Friday.
- Timezone conversion.
- Multiple events creation.
- Test cases for Date Formats
- Thunderbird extension
- Natural Language