mirror of
https://salsa.debian.org/dskoll/remind.git
synced 2026-04-17 06:48:47 +02:00
33 lines
1.0 KiB
Plaintext
33 lines
1.0 KiB
Plaintext
# SPDX-License-Identifier: MIT
|
|
# Holiday file for Austria
|
|
# Derived from the Python holidays project at
|
|
# https://github.com/vacanza/holidays
|
|
#
|
|
# See important caveats in the README file in this directory.
|
|
#
|
|
# Note: This file consists only of the country-wide
|
|
# holidays for Austria.
|
|
#
|
|
# For region-specific holidays, you need to include
|
|
# one of the regional *.rem files in the directory
|
|
# [$SysInclude]/holidays/at/
|
|
|
|
OMIT 1 January MSG Neujahr
|
|
OMIT 6 January MSG Heilige Drei Könige
|
|
OMIT [easterdate($Uy)+1] MSG Ostermontag
|
|
OMIT 1 May MSG Staatsfeiertag
|
|
OMIT [easterdate($Uy)+39] MSG Christi Himmelfahrt
|
|
OMIT [easterdate($Uy)+50] MSG Pfingstmontag
|
|
OMIT [easterdate($Uy)+60] MSG Fronleichnam
|
|
OMIT 15 August MSG Mariä Himmelfahrt
|
|
OMIT 26 October MSG Nationalfeiertag
|
|
OMIT 1 November MSG Allerheiligen
|
|
OMIT 8 December MSG Mariä Empfängnis
|
|
OMIT 25 December MSG Christtag
|
|
OMIT 26 December MSG Stefanitag
|
|
|
|
# Optional holidays
|
|
REM [easterdate($Uy)-2] MSG Karfreitag
|
|
REM 24 December MSG Heiliger Abend
|
|
REM 31 December MSG Silvester
|