# Google Calendar Integration

#### **Module Location:** `groclake.toollake.calendar.googlecalendar`

### **Overview**

The Google Calendar module enables users to automate **event management, availability checking, and scheduling** within Google Calendar. This is useful for **meeting scheduling, automated reminders, and availability tracking.**

### **Setup Requirements**

✅ **Google Service Account Credentials JSON file**\
✅ Install required packages:

```sh
pip install google-auth google-auth-oauthlib google-api-python-client
```

#### **Class: GoogleCalendar**

The `GoogleCalendar` class provides functions to interact with Google Calendar.

**Initialization**

```python
calendar = GoogleCalendar(credentials_path="path/to/service-account-credentials.json")
```


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.groclake.ai/lakes/tool-management-and-gateway/toollake/google-calendar-integration.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
