R00st3r
R00st3r

Reputation: 974

Check if event is already in calendar

I use google-java-client-library v3.

Know I want to create events by code. This is working fine so far. But when i run my code a second time, I get exactly the same events a second time. And so on.

Know my questions:

  1. Is it possible to check if an event with the same parameters allready exsists or not? I dont have any IDs when the event isnt inserted.
  2. Can I get an EventID before its inserted?

Thanks for help

Upvotes: 4

Views: 1411

Answers (1)

Warpzit
Warpzit

Reputation: 28162

You should look here: https://developers.google.com/google-apps/calendar/v3/reference/ I believe its possible this way.

Upvotes: 1

Related Questions