rename vzic-rs to vtimezones-rs

This commit is contained in:
Lennart
2025-07-23 18:19:23 +02:00
parent db01024682
commit 3db2f13c1b
5 changed files with 11 additions and 8 deletions

View File

@@ -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}"