Commit Graph

26 Commits

Author SHA1 Message Date
944d34e3a5 changed main docstring 2024-12-29 10:41:28 -07:00
2ecb916a2f pass filename to writer, default calendar.csv 2024-12-29 10:20:36 -07:00
9707095cc1 repalced global MONTHS with local months 2024-12-29 10:01:32 -07:00
1c480360df refactor and add cli options
- refactor the creation of MONTHS into a definition
- refactor the creation of event_list from EVENTS into a definition
- both of these are initalized in main()
- added option --debug/-d to enable debug printing, default = off
- added option --year/-y for year, default = current year
2024-12-29 09:56:29 -07:00
bf5234aa6e YEAR is now a default command line option in main 2024-12-29 09:53:31 -07:00
71222aa59c convert newlines in descrption field to \n 2024-12-29 08:50:37 -07:00
0b97ad1e49 added actuall event creation 2024-12-29 08:23:16 -07:00
6b39ed588d delete junk file 3q 2024-12-29 07:48:21 -07:00
bfa5d994a9 corrected spelling of Coffee 2024-12-29 07:46:23 -07:00
889022c84c added processing events by day 2024-12-29 07:46:00 -07:00
f786cceed1 updated debug print 2024-12-29 07:41:15 -07:00
a77019638d setup debug printing 2024-12-29 07:30:41 -07:00
037981040a moved processing into months and month 2024-12-29 07:20:53 -07:00
284885c221 moved processing from main to process_year 2024-12-29 07:05:07 -07:00
ea9d02a03a rework main and enabled Click 2024-12-29 06:47:04 -07:00
84674d8ae5 renamed processed EVENTS to monthly_events 2024-12-29 06:46:28 -07:00
a8cfff3dfe enabled all includes 2024-12-29 06:44:43 -07:00
caa70cc69b changed format of events 2024-12-28 20:18:36 -07:00
0e8637edff documented EVENT_LIST 2024-12-28 10:36:08 -07:00
fe5b7eaae0 reformatted due to adding week 6 to Tuesday 2024-12-28 10:34:26 -07:00
a85fa66954 Moved Event defintions to new file 2024-12-27 22:01:57 -07:00
065fbb3684 added mens meetings 2024-10-09 15:54:20 -06:00
620ef6df2c removed leading zero from 08 to 8 2023-02-02 11:33:04 -08:00
fccd1946b7 varies updates for 2023
- Added Share
- Added Sunday PM
- Corrected Womans meeting at 10:00am
- Corrected Mens meeting 8:00am
2023-02-02 11:32:07 -08:00
e5bea485a2 fixed picking 1st week and 5th week dates 2021-12-12 19:52:43 -08:00
8e8517ffe3 first commit 2021-12-12 17:53:00 -08:00