CalDAV: support for supported-calendar-component-set (closes #1893)

This commit is contained in:
mdecimus
2025-10-21 10:18:03 +02:00
parent f6f5d18d68
commit 107561297d
13 changed files with 655 additions and 456 deletions

View File

@@ -141,6 +141,10 @@ impl<T: BitmapItem> Bitmap<T> {
_state: std::marker::PhantomData,
}
}
pub fn into_inner(self) -> u64 {
self.bitmap
}
}
impl<T: BitmapItem> From<ArchivedBitmap<T>> for Bitmap<T> {