i have an api with datetime response field and i would like to use it to my calendar to my filter but i cant store directly the date receive in datetime format i can only choose STRING and if i choose datatype to store it directly in a datetime format i get an error...
What it the best way to work with datetime response from API ? Any advice ?