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 (123456789-qwertyuiop@developer.gserviceaccount.com) rather than the gmail address of the main account (my_address@gmail.com). Can you change the created by field to that of the main account?
相关问题
- Invalidate Google Cloud CDN cache from the backend
- Getting 'Missing required field: member' w
- Script fails on SpreadsheetApp.openById - Requires
- Is service account in google calendar api v3 the r
- File upload via REST v3 appears as “Untitled”
相关文章
- How to embed Google Speech to Text API in Python p
- Does google-hosted jquery helps google to track vi
- Is there a google API to read cached content? [clo
- Creating GoogleApiClient for multiple activities
- Google Calendar - Permission to Access
- Google OAuth 2: response_type error on token reque
- Google OAuth 2 redirect_uri_mismatch - OmniAuth Ra
- non standard locale with java.util.Calendar
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.