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