add comment

This commit is contained in:
Lennart
2025-07-23 18:08:04 +02:00
parent b2f15f2d77
commit db01024682

View File

@@ -192,6 +192,7 @@ impl Resource for CalendarResource {
} }
CalendarProp::CalendarTimezone(timezone) => { CalendarProp::CalendarTimezone(timezone) => {
// TODO: Ensure that timezone-id is also updated // TODO: Ensure that timezone-id is also updated
// We probably want to prohibit non-IANA timezones
self.cal.timezone = timezone; self.cal.timezone = timezone;
Ok(()) Ok(())
} }