Thanks to visit codestin.com
Credit goes to github.com

Skip to content

DominikLindorfer/Austrian-Holidays

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Austrian-Holidays

Austria has a considerable amount of public holidays (see e.g. here) resulting in many bridge-days per year, i.e. days between the public holiday and the weekend. This project counts the number of bridge-days per year and sends out reminder e-mails three weeks before a bridge-day, so we can book time off work.

Usage

Please fill in the smtp server, your e-Mail address and the year you want to get reminder Mails, accordingly:

config = {
            "to_address" : "[email protected]",
            "from_address" : "Reminder Zwickeltag <[email protected]>",
            "smpt" : None,
            "year" : 2023
}

The reminder e-Mail that is sent out works for Microsoft Outlook 2019 and ongoing:

image

About

Check which Holidays in Austria are on Weekdays/Weekends and count the # of Bridgedays

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages