mirror of
https://github.com/lennart-k/rustical.git
synced 2025-12-13 22:52:22 +00:00
rename vzic-rs to vtimezones-rs
This commit is contained in:
@@ -86,7 +86,7 @@ pub async fn route_mkcalendar<C: CalendarStore, S: SubscriptionStore>(
|
||||
if let Some(tzid) = request.calendar_timezone_id.as_ref() {
|
||||
// Validate timezone id and set timezone accordingly
|
||||
timezone = Some(
|
||||
vzic_rs::VTIMEZONES
|
||||
vtimezones_rs::VTIMEZONES
|
||||
.get(tzid)
|
||||
.ok_or(rustical_dav::Error::BadRequest(format!(
|
||||
"Invalid timezone-id: {tzid}"
|
||||
|
||||
Reference in New Issue
Block a user