Announcements
Hello everyone,
i'm working about a system which shoulde show me the percentage of availability (free / busy) of a user with reference to a specific week (e.g. week 32).
there is a MS Graph call to do it?
can someone suggest me how can i achieve my objective?
many thanks,
Andi
hi @AndiRodi , @WarrenBelz have a cool answer to your prob or part of it.
week numbers can be found using this from him:
RoundDown( (RoundUp( Today() - Date( Year(Today() - Weekday(Today() - 1) + 4), 1, 3 ), 0 ) + Weekday( Date( Year(Today() - Weekday(Today() - 1) + 4), 1, 3 ) ) + 5) / 7, 0 )
I use it often and it works like a charm.
Hope it helps
I will test it now.
Many many thanks... you are to far, but you deserve a BIG BEER! 🙂
It works very well.
Just another question please:
- once i get the number of week, how can i set as a stratDateTime the first day of the "selected" week and as a endDateTime the last day of the selected week?
thanks,
Under review
Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.
Congratulations to our community stars!
Expanding mentorship, skilling, and AI innovation
These are the community rock stars!
Stay up to date on forum activity by subscribing.
11manish 394 Super User 2026 Season 2
Mohsin Ali 328
WarrenBelz 324 Most Valuable Professional