Creating an event with an eventId
being a String of just numbers.
#122
Labels
enhancement
New feature or request
eventId
being a String of just numbers.
#122
What
It appears that when creating an event and trying to add it to the calendar with an
eventId
of just numbers (i.e.'93861039'
) fails to actually add the event to the calendar.Environment
Testing on a physical Pixel 3, running Android 10. Selecting a calendar from Google Calendars.
I could not reproduce this on iOS due to a different issue (#121). This might be related to that.
Steps to Reproduce
Take a successful
Event
that you are able to add, and change theeventId
to"93861039"
. Try to add the event to a calendar. You should get a successful result from the plugin, however it should never get added to your calendar.Miscellaneous
I'm wondering if it's parsing to an
int
or something in plugin code, or if Google Calendars doesn't allow aneventId
with a String of just numbers.The text was updated successfully, but these errors were encountered: