mirror of
https://github.com/lennart-k/rustical.git
synced 2025-12-14 07:02:24 +00:00
Calendar data model: Switch to only saving timezone id
This commit is contained in:
@@ -20,7 +20,6 @@ fn birthday_calendar(addressbook: Addressbook) -> Calendar {
|
||||
order: 0,
|
||||
description: None,
|
||||
color: None,
|
||||
timezone: None,
|
||||
timezone_id: None,
|
||||
deleted_at: addressbook.deleted_at,
|
||||
synctoken: addressbook.synctoken,
|
||||
|
||||
Reference in New Issue
Block a user