Bump to calcard v0.3.2

This commit is contained in:
mdecimus
2025-12-12 18:14:04 +01:00
parent 4e25f7ddf1
commit 74cf0dae1e
6 changed files with 32 additions and 16 deletions

View File

@@ -33,7 +33,10 @@ use jmap_proto::{
use jmap_tools::{Key, Map, Value};
use std::{str::FromStr, sync::Arc};
use store::{
ValueKey, ahash::{AHashMap, AHashSet}, roaring::RoaringBitmap, write::{AlignedBytes, Archive}
ValueKey,
ahash::{AHashMap, AHashSet},
roaring::RoaringBitmap,
write::{AlignedBytes, Archive},
};
use trc::AddContext;
use types::{
@@ -129,7 +132,7 @@ impl CalendarEventGet for Server {
return_is_origin = true;
}
_ => {
if matches!(property, JSCalendarProperty::ICalComponent) {
if matches!(property, JSCalendarProperty::ICalendar) {
return_converted_props = true;
}