Skip to content

CalDav utility library and axum API for scheduling based on availability stored in a calendar

License

Notifications You must be signed in to change notification settings

justinrubek/calendar-scheduler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

7dc177a · Aug 25, 2023

History

84 Commits
Apr 11, 2023
Apr 11, 2023
Apr 11, 2023
Jan 3, 2023
Jan 7, 2023
Aug 25, 2023
Aug 25, 2023
Aug 25, 2023
Jan 4, 2023
Jan 12, 2023
Apr 11, 2023
Jan 6, 2023
Aug 25, 2023
Apr 11, 2023

Repository files navigation

calendar-scheduling utilities

This a collection of utilities used to interact with a personal calendar in order to schedule meeting times. The functionality interacts with a CalDav server in order to read and store event data. In addition to this there is functionality exposed which can be connected with an axum server so a frontend can make a request to a REST API to schedule meetings. Additionally there is a cli crate which can be used to perform some common operations.

This is currently very experimental and as such the interface is unstable and not ideal. I am using it for my own projects, but it is not ideal for any serious use without some serious overhauls. Still, it can be used to interact a CalDav server (and as a learning tool to see how to make requests to one).

It took some serious digging and experimentation to make the functionality work. By no definition am I an expert (or even particularly knowlegeable) on CalDav. It would not be unreasonable to assume that I have some misunderstandings on how it works or good practices when using it. Furthermore I have not tested this against more than one implementation of CalDav. It has been tested against Radicale 3.