Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add multi-month support to -g cmdline option #15

Open
andylytical opened this issue Feb 22, 2024 · 2 comments
Open

Add multi-month support to -g cmdline option #15

andylytical opened this issue Feb 22, 2024 · 2 comments
Labels
enhancement New feature or request

Comments

@andylytical
Copy link
Member

Improve the -g cmdline option to get multiple months of data.

@andylytical andylytical added the enhancement New feature or request label Feb 22, 2024
@andylytical
Copy link
Member Author

Related to #14

@andylytical
Copy link
Member Author

Current workaround is:

for i in 8 9 10; do let "j=$i+1"; printf -v start "2023-%02d-16" "$i"; printf -v end "2023-%02d-15" "$j"; echo "python3 OutlookCalendar.py -g org_sp $start $end"; done
python3 OutlookCalendar.py -g org_sp 2023-08-16 2023-09-15
python3 OutlookCalendar.py -g org_sp 2023-09-16 2023-10-15
python3 OutlookCalendar.py -g org_sp 2023-10-16 2023-11-15

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant