JMAP for Calendat tests (Calendars and Events)
This commit is contained in:
@@ -37,3 +37,12 @@ impl TimeRange {
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
impl Default for TimeRange {
|
||||
fn default() -> Self {
|
||||
Self {
|
||||
start: i64::MIN,
|
||||
end: i64::MAX,
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user