Bump to calcard v0.3.2
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user