[cleanup]

This commit is contained in:
daladim 2021-04-03 09:23:20 +02:00
parent 28c93a6248
commit d5932121dd
3 changed files with 1 additions and 4 deletions

View file

@ -75,6 +75,7 @@ pub trait DavCalendar : BaseCalendar {
/// Usually, these are local calendars fully backed by a local folder
#[async_trait]
pub trait CompleteCalendar : BaseCalendar {
/// Create a new calendar
fn new(name: String, id: CalendarId, supported_components: SupportedComponents) -> Self;
/// Get the IDs of all current items in this calendar