Calendar "Created by" field

884 Views Asked by At

I'm creating an event with the Google Calendar API. When I create events, one of the fields in the event is called "Created by" and it lists the email address of the service account I used to create the event ([email protected]) rather than the gmail address of the main account ([email protected]). Can you change the created by field to that of the main account?

1

There are 1 best solutions below

4
On

The created by field is not marked as "writable" in the documentation https://developers.google.com/google-apps/calendar/v3/reference/events which means it's read only and you cannot modify it.