mirror of
https://github.com/lennart-k/rustical.git
synced 2025-12-13 12:22:16 +00:00
add comment
This commit is contained in:
@@ -192,6 +192,7 @@ impl Resource for CalendarResource {
|
||||
}
|
||||
CalendarProp::CalendarTimezone(timezone) => {
|
||||
// TODO: Ensure that timezone-id is also updated
|
||||
// We probably want to prohibit non-IANA timezones
|
||||
self.cal.timezone = timezone;
|
||||
Ok(())
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user