Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Copy the Certificate’s Unique Name (you will need it in a further step)

Setup domain wide delegation

  1. Go to the google admin console to give the service account the permission to act on behalve of other users.

  2. Click security

  3. Click api controls

  4. Click manage domain wide delegation

  5. Click add new and set the client id to the client id that was created with your service account

  6. add the following scope

    Code Block
    https://www.googleapis.com/auth/calendar.events, https://www.googleapis.com/auth/calendar
  7. Click Authorize

...