Event ical_uid field
paun-teamai opened this issue · 0 comments
paun-teamai commented
Is your feature request related to a problem? Please describe.
When I call Nylas Rest API endpoint /events/{event_id}
I can see that ical_uid field is present and it has the value filled.
But when I call Java methods
account.events().create(event);
account.events().get(event_id);
I get an Event object as a return value where ical_uid field is null .
Describe the solution you'd like
I'd like to have this field value filled.
Describe alternatives you've considered
No alternatives.
Additional context
I'm using Nylas Java SDK 1.17.0.