|
15 | 15 | # If modifying these scopes, delete the file token.pickle. |
16 | 16 | SCOPES = ["https://www.googleapis.com/auth/forms.body", "https://www.googleapis.com/auth/gmail.send"] |
17 | 17 |
|
18 | | -prev_attendance_file_2 = "/Users/wbland/mpi/mpi-forum.github.io/_data/meetings/2024/09/attendance.csv" |
19 | | -prev_attendance_file_1 = "/Users/wbland/mpi/mpi-forum.github.io/_data/meetings/2024/12/attendance.csv" |
20 | | -curr_attendance_file = "/Users/wbland/mpi/mpi-forum.github.io/_data/meetings/2025/01/attendance.csv" |
21 | | -curr_registration_file = "/Users/wbland/mpi/meeting-details/2025-01-jan/2025-01-08-registration.csv" |
| 18 | +prev_attendance_file_2 = "/Users/wbland/mpi/mpi-forum.github.io/_data/meetings/2024/12/attendance.csv" |
| 19 | +prev_attendance_file_1 = "/Users/wbland/mpi/mpi-forum.github.io/_data/meetings/2025/01/attendance.csv" |
| 20 | +curr_attendance_file = "/Users/wbland/mpi/mpi-forum.github.io/_data/meetings/2025/03/attendance.csv" |
| 21 | +curr_registration_file = "/Users/wbland/mpi/meeting-details/2025-03-mar/2025-03-05-registration.csv" |
22 | 22 | transition_orgs_file = "/Users/wbland/mpi/mpi-forum.github.io/_data/orgs.csv" |
23 | 23 | # Make sure to use a pre-filled link here so it gets email out correctly |
24 | | -voting_link = "https://docs.google.com/forms/d/e/1FAIpQLSdiAyutUO1H-vsbBdNBFgkz-OajEaMdkD8gNQ5H1v2-pJ9B6A/viewform?usp=pp_url&entry.1294356542={name}&entry.1001650979={org}&entry.1776959722={id}" |
| 24 | +voting_link = "https://docs.google.com/forms/d/e/1FAIpQLScM-VNnSFYcxZ1pbnhHSonWiTWYhPok-bPgdsNtZTXBgSdoKw/viewform?usp=pp_url&entry.1133723442={name}&entry.645559303={org}&entry.1376511413={id}" |
25 | 25 |
|
26 | | -vote_name = "January 2025 Day 1" |
27 | | -closing_time = "11:30am on January 08, 2025" |
28 | | -time_zone = "US Central Time (UTC -6)" |
| 26 | +vote_name = "March 2025 Day 1" |
| 27 | +closing_time = "2:00pm on March 05, 2025" |
| 28 | +time_zone = "Central European Time (UTC +1)" |
29 | 29 | subject_string = vote_name + " Voting Link" |
30 | 30 |
|
31 | | -prev_ooe = 29 |
| 31 | +prev_ooe = 30 |
32 | 32 | dry_run = 1 |
33 | 33 |
|
34 | 34 | from email import encoders |
|
0 commit comments