-
Notifications
You must be signed in to change notification settings - Fork 3
/
hebrew_events.xml
69 lines (69 loc) · 1.59 KB
/
hebrew_events.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
<?xml version="1.0" encoding="windows-1252"?>
<events>
<event>
<identifier>heb.roshhashanah</identifier>
<commonname>Rosh Hashanah</commonname>
<scope>Religious</scope>
<origin>Natural</origin>
<observed>true</observed>
<month>1</month>
<day>1</day>
</event>
<event>
<identifier>heb.yomkippur</identifier>
<commonname>Yom Kippur</commonname>
<scope>Religious</scope>
<origin>Religious</origin>
<observed>true</observed>
<month>1</month>
<day>10</day>
</event>
<event>
<identifier>heb.sukkot</identifier>
<commonname>Sukkot</commonname>
<scope>Religious</scope>
<origin>Religious</origin>
<observed>true</observed>
<month>1</month>
<day>15</day>
<duration>7</duration>
</event>
<event>
<identifier>heb.hanukkah</identifier>
<commonname>Hanukkah</commonname>
<scope>Religious</scope>
<origin>Religious</origin>
<observed>false</observed>
<month>3</month>
<day>25</day>
<duration>8</duration>
</event>
<event>
<identifier>heb.purim</identifier>
<commonname>Purim</commonname>
<scope>Religious</scope>
<origin>Religious</origin>
<observed>true</observed>
<month>6</month>
<day>14</day>
</event>
<event>
<identifier>heb.pesach</identifier>
<commonname>Pesach</commonname>
<scope>Religious</scope>
<origin>Religious</origin>
<observed>true</observed>
<month>7</month>
<day>15</day>
<duration>7</duration>
</event>
<event>
<identifier>heb.shavuot</identifier>
<commonname>Shavuot</commonname>
<scope>Religious</scope>
<origin>Religious</origin>
<observed>true</observed>
<month>9</month>
<day>6</day>
</event>
</events>