Some nice printable calendars to share.
1#let moonphase = (
2 "0103": "full",
3 "0110": "third",
4 "0118": "new",
5 "0126": "first",
6 "0201": "full",
7 "0209": "third",
8 "0217": "new",
9 "0224": "first",
10 "0303": "full",
11 "0311": "third",
12 "0318": "new",
13 "0325": "first",
14 "0401": "full",
15 "0410": "third",
16 "0417": "new",
17 "0423": "first",
18 "0501": "full",
19 "0509": "third",
20 "0516": "new",
21 "0523": "first",
22 "0531": "full",
23 "0608": "third",
24 "0614": "new",
25 "0621": "first",
26 "0629": "full",
27 "0707": "third",
28 "0714": "new",
29 "0721": "first",
30 "0729": "full",
31 "0805": "third",
32 "0812": "new",
33 "0819": "first",
34 "0828": "full",
35 "0904": "third",
36 "0911": "new",
37 "0918": "first",
38 "0926": "full",
39 "1003": "third",
40 "1010": "new",
41 "1018": "first",
42 "1026": "full",
43 "1101": "third",
44 "1109": "new",
45 "1117": "first",
46 "1124": "full",
47 "1201": "third",
48 "1208": "new",
49 "1217": "first",
50 "1223": "full",
51 "1230": "third",
52)