Skip to content

randombeeper2/MyAvailability

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

Basic 30-minute meeting, next 5 weekdays

python MyAvailability.py -d 5

1-hour meeting with summary view (blocks instead of individual slots)

python MyAvailability.py -u 60 -s

45-minute daily recurring meeting, check 30 days ahead

python MyAvailability.py -u 45 -r -p daily -l 30

90-minute weekly meeting, check next 6 months for conflicts

python MyAvailability.py -u 90 -r -p weekly -l 180

2-hour monthly meeting, limit to checking first 8 occurrences

python MyAvailability.py -u 120 -r -p monthly -c 8

Quick 15-minute slot check for next 3 days

python MyAvailability.py -u 15 -d 3

Biweekly 1-hour meeting, check 12 weeks ahead

python MyAvailability.py -u 60 -r -p biweekly -l 84

1-hour biweekly morning meeting, check 3 months for conflicts

python MyAvailability.py -u 60 -r -p biweekly -l 90

Summary view with weekly recurring conflict check

python MyAvailability.py -u 60 -s -r -p weekly

Daily standup (15 min), check conflicts for next 4 weeks

python MyAvailability.py -u 15 -r -p daily -l 28 -c 20

Long 3-hour meeting block, summary view only

python MyAvailability.py -u 180 -s -d 10

Weekly team meeting, check exactly 10 occurrences

python MyAvailability.py -u 60 -r -p weekly -c 10

Monthly all-hands, check 1 year ahead

python MyAvailability.py -u 120 -r -p monthly -l 365

Quick biweekly check-in 30 minutes, next 2 months

python MyAvailability.py -r -p biweekly -l 60

Find 2-hour blocks in next 2 weeks with no recurring conflicts

python MyAvailability.py -u 120 -s -r -d 10 -l 90

Morning slots only (8 AM - 12 PM), biweekly recurring

python MyAvailability.py -u 60 -r -p biweekly --start-time 8 --end-time 12

Early morning slots (8 AM - 10 AM), biweekly recurring

python MyAvailability.py -u 60 -r -p biweekly --start-time 8 --end-time 10

Mid-morning slots (9 AM - 11 AM), biweekly recurring

python MyAvailability.py -r -p biweekly --start-time 9 --end-time 11

Mid-morning slots (9 AM - 11 AM), biweekly recurring, show only slots without conflicts

python MyAvailability.py -r -p biweekly --start-time 9 --end-time 11 -f

Afternoon slots only (1 PM - 5 PM), biweekly recurring

python MyAvailability.py -u 60 -r -p biweekly --start-time 13 --end-time 17

Extended morning window (7 AM - 1 PM), biweekly recurring

python MyAvailability.py -u 90 -r -p biweekly --start-time 7 --end-time 13

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages