Skip to content

Idea: asking and answering FREE/BUSY time requests #193

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

Closed
8 tasks
niccokunzmann opened this issue Oct 17, 2024 · 1 comment
Closed
8 tasks

Idea: asking and answering FREE/BUSY time requests #193

niccokunzmann opened this issue Oct 17, 2024 · 1 comment
Labels
enhancement New feature or request

Comments

@niccokunzmann
Copy link
Owner

niccokunzmann commented Oct 17, 2024

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

See also:

@niccokunzmann
Copy link
Owner Author

I am not planning on doing this.

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