Replies: 4 comments 3 replies
-
|
Hi |
Beta Was this translation helpful? Give feedback.
-
Just wanted to let you know that ID is set, but it is a string, not an integer. Works for me. |
Beta Was this translation helpful? Give feedback.
-
|
Hi, I had the same problem and the solution I found was this By using this way you force the library to send the HTTP request to the Google API at that moment |
Beta Was this translation helpful? Give feedback.
-
|
You need to assign the result of event save 👍 : |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Creating a event using this block of code:
Returns this:
The ID value not being set on return is important. We need to be able to keep the ids of events for different activities we do. I believe a temporary workaround is after creating the event I reacquire all events and iterate all of them until I got the one that matches the input criteria. Since I can't be sure of any significant limitations if it adds up to hundreds, I figured I could ask if I need to do anything to make it return an id.
Beta Was this translation helpful? Give feedback.
All reactions