mirror of
https://github.com/lennart-k/rustical.git
synced 2025-12-13 18:12:27 +00:00
add comment
This commit is contained in:
@@ -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(())
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user