I am using google-java-client-library v3.
I know that I want to create events by code. While this is working. But when I run my code a second time, I get exactly the same events a second time. Etc.
Know my questions:
- Is it possible to check if an event exists with the same allready exisists parameters or not? I have no identifiers when the event is not inserted.
- Can I get the event ID before inserting it?
thanks for the help
source share