-
|
Is there any support in ical.net to do A real-world scenario might be if someone has office hours and only wants their availability to be computed within those bounds. |
Beta Was this translation helpful? Give feedback.
Answered by
axunonb
May 26, 2025
Replies: 1 comment 1 reply
-
|
This is currently not implemented. IfI understand your question correctly, this would outline an implementation:
|
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
axunonb
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This is currently not implemented. IfI understand your question correctly, this would outline an implementation:
FreeBusywith sth. likeIList<Period> AvailabilityWindows(e.g. with an optional argument toFreeBusy.Create)FreeBusy.Entriesare inside theAvailabilityWindowsThis could be a nice extension to ical.net. Would you like to contribute a PR?