Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Creating an event with an eventId being a String of just numbers. #122

Closed
jeffscaturro-aka opened this issue Oct 16, 2019 · 2 comments
Closed
Assignees
Labels
enhancement New feature or request

Comments

@jeffscaturro-aka
Copy link

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 the eventId 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 an eventId with a String of just numbers.

@bhl09 bhl09 self-assigned this Jan 21, 2020
@bhl09 bhl09 added the enhancement New feature or request label Jan 21, 2020
@bhl09 bhl09 added this to To do in Device_Calendar plugin v3.1.0 via automation Jan 21, 2020
@bhl09 bhl09 moved this from To do to In progress in Device_Calendar plugin v3.1.0 Jan 21, 2020
@bhl09
Copy link
Contributor

bhl09 commented Jan 22, 2020

Equivalent to #121.

As a side note, eventId generated from iOS is a complex string mixed with GUID. For example, I received this as an eventId when debugging:
eventId : "4A74FDEC-D0BC-4392-8BA0-8FCD732EA260:330AF951-9B49-4630-B112-DA38DBABBEFE"

@bhl09 bhl09 moved this from In progress to Resolved in Device_Calendar plugin v3.1.0 Jan 22, 2020
@jeffscaturro-aka
Copy link
Author

Same here, thanks for the follow-up and info @Brett09, I appreciate it.

Device_Calendar plugin v3.1.0 automation moved this from Resolved to Done Jan 23, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
No open projects
Development

No branches or pull requests

2 participants