progress in calendar sync

This commit is contained in:
Kima
2024-02-27 22:42:16 +01:00
parent c214705368
commit 9c43de08db
13 changed files with 364 additions and 4 deletions

View File

@@ -198,7 +198,7 @@ class SendRecipientType {
factory SendRecipientType.fromJson(Map json) {
return SendRecipientType(
id: json['azonosito'],
id: json['azonosito'] != '' ? int.parse(json['azonosito']) : 0,
code: json['kod'],
description: json['leiras'],
name: json['nev'],