Skip to content

MrP123/Excel_To_Outlook

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Excel To Outlook

This is a simple script that reads an Excel file that is structured like the provided excel_to_outlook.xlsx and adds the appointments to your Outlook calendar. If the Empfänger column is filled, the appointment will be sent to the recipient.

Only the entries Betreff , Start Datum, Start Uhrzeit and Dauer are required. The other columns are optional.

Installation

Create virtual environment and install the requirements:

python -m venv .venv
/.venv/Scripts/activate
pip install -r requirements.txt

Usage

python excel_to_outlook.py <path_to_excel_file.xlsx>

About

Python script that sends Outlook appointments based on entries in an Excel template file

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages