I have a Java Spring API where I want to integrate Google Calendar.
The task:
- Basically creating an event for two attendees (users) and send them an invite with the option to accept/decline (standard GCalendar invite)
I tried this example here: https://developers.google.com/google-apps/calendar/quickstart/java
But I think this is not the right one since I authenticate as a user - or do I need this to send them invites via email?
Can anyone point me in the right direction?
