mirror of
https://github.com/lennart-k/rustical.git
synced 2025-12-14 08:12:24 +00:00
calendar-query: add timezone-id
This commit is contained in:
@@ -173,6 +173,7 @@ pub struct CalendarQueryRequest {
|
|||||||
pub prop: PropfindType,
|
pub prop: PropfindType,
|
||||||
pub(crate) filter: Option<FilterElement>,
|
pub(crate) filter: Option<FilterElement>,
|
||||||
pub(crate) timezone: Option<String>,
|
pub(crate) timezone: Option<String>,
|
||||||
|
pub(crate) timezone_id: Option<String>,
|
||||||
}
|
}
|
||||||
|
|
||||||
pub async fn get_objects_calendar_query<C: CalendarStore + ?Sized>(
|
pub async fn get_objects_calendar_query<C: CalendarStore + ?Sized>(
|
||||||
|
|||||||
Reference in New Issue
Block a user