-2

I am creating a google meeting invite using ical calendar in java. After creating event I need to get or set event id of the created event

1 Answers1

0

After successfully creating an event, you will get the event object as a response. You can read it to get its ID.

If you want to know the ID of a previously created event, you can user the list method to search for it. You can see on the documentation the multiple fields that you can use for searching.

Jacques-Guzel Heron
  • 2,480
  • 1
  • 7
  • 16
  • Thanks for the reply. but I am creating an event using a ical calendar. in ical how to get event id for created event – Ravi gupta Oct 07 '19 at 13:16