Check for events on the calendar

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

+4
source share
1 answer

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

+1
source

Source: https://habr.com/ru/post/1400843/


All Articles