Generate Event Date from Google Sheet

Hi Team,

We're trying to leverage the **Development events**, but the challenging part is our event date in Google Sheet. Do we have any connector to sync between Google Sheet to Metabase Event?

Hi @amzar
You would have to leverage the API to update the Events from other sources.
Events are called Timeline in the API: https://www.metabase.com/docs/latest/api-documentation.html

1 Like

Thank you.

It works! However, how to find the ID?

image

@amzar Get all the timelines https://www.metabase.com/docs/latest/api/timeline.html#get-apitimeline

The best way to learn the API, is to just use Metabase while having your browser developer Network-tab open and looking at the request, and what data is being send/received.

1 Like

Cooooooooool ~~ I have make a request using Metabase API. Superb. Thanks