mirror of
https://github.com/lennart-k/rustical.git
synced 2025-12-29 03:39:02 +00:00
Make CalendarObject id an extrinsic property
This commit is contained in:
@@ -61,7 +61,7 @@ pub async fn route_get<C: CalendarStore, S: SubscriptionStore>(
|
||||
});
|
||||
}
|
||||
|
||||
for object in &objects {
|
||||
for (_object_id, object) in &objects {
|
||||
vtimezones.extend(object.get_inner().get_vtimezones());
|
||||
match object.get_inner().get_inner() {
|
||||
CalendarInnerData::Event(main, overrides) => {
|
||||
|
||||
Reference in New Issue
Block a user