Closed soyapark closed 5 years ago
Introducing an additional return type for users would be a burden. Can we change to one of native data types? For example, we can return a list of dicts
[{"start": datetime, "end": datetime, "name": "schedule name"}.. ]
Changed to dictionary with key of "name", "description", "start", and "end".
Introducing an additional return type for users would be a burden. Can we change to one of native data types? For example, we can return a list of dicts
[{"start": datetime, "end": datetime, "name": "schedule name"}.. ]