I am using the Google .net Client library to access the Google Calendar API. I need to develop an application that creates calendar events and post them to users.
This is is a Server to Server Application, so I have create a Service account and using that to send invites. The Attendee response to these event created are updated when the responses are submitted from a web browser, but when response from any mail client likes outlook the response is being sent as email to the service account email id which is a dummy email id. How Can I Assign a valid email account to Service Account Email Id, so that I can use this valid email to create events.