You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A "VFREEBUSY" calendar component is a grouping of
component properties that represents either a request for free or
busy time information, a reply to a request for free or busy time
information, or a published set of busy time information. - RFC 5545
This library can be used to answer these requests.
To solve this:
create tests
create a new function recurring_ical_events.to_freebusy(Iterator[Component]) -> icalendar.Calendar - test-driven
create a new function recurring_ical_events.of(a_calendar).answer_free_busy(arg, end=None) where arg is
a date
a start + an end
a icalendar.Calendar with VFREEBUSY inside
also respect the ORGANIZER attributes and such
open an issue in ics-query to integrate the functionality
Uh oh!
There was an error while loading. Please reload this page.
This library can be used to answer these requests.
To solve this:
recurring_ical_events.to_freebusy(Iterator[Component]) -> icalendar.Calendar
- test-drivenrecurring_ical_events.of(a_calendar).answer_free_busy(arg, end=None)
wherearg
isicalendar.Calendar
with VFREEBUSY insideics-query
to integrate the functionalitySee also:
The text was updated successfully, but these errors were encountered: