Prerequisites
Before proceeding, ensure the following prerequisites are met:- Install MindsDB locally via Docker or use MindsDB Cloud.
- To connect Google Calendar to MindsDB, install the required dependencies following this instruction.
- Install or ensure access to Google Calendar.
Connection
The required arguments to establish a connection are as follows:credentials_fileis a path to the JSON file that stores credentials to the Google account.
Usage
This creates a database that comes with thecalendar table.
Now you can use your Google Calendar data, like this:
-
searching for events:
-
creating events:
-
updating one or more events:
-
deleting one or more events:
For more information about available actions and development plans, visit this page.