0

I'm trying to add custom fields to google calendar (similar to description, guests). I need the fields to have custom text like company consent which will remain the same throughout all events/meetings. Is there a way that we can add such fields?

So far, I have looked into extended properties but I am not sure if that would be a solution as it states that,

The Calendar API provides the ability to set hidden key-value pairs with an event, called extended properties. Extended properties make it easy to store application-specific data for an event without having to utilize an external database.

So, by my understanding, extended properties can only be used to store meta-information and not something that will reflect on google calendar on the UI.

I would really appreciate your help! Thank you!!

Sunny S.
  • 31
  • 1
  • 2

1 Answers1

2

Options

  1. Use a web browser extension to inject your custom fields and the Google Calendar API and OAuth

  2. Create your own UI

    • Use the Google Apps Script CardService to create and Google Workspace add-on
    • Use the Google Apps Script HTML Service to create a web app or a dialog / sidebar on Google Docs, Forms, Slides or Sheets
    • Use any other platform and the Google Calendar API and OAuth
Rubén
  • 34,714
  • 9
  • 70
  • 166