# How to Add Live Class Schedule to Your Calendar

<figure><img src="/files/fe4PNqABtxBnSiP920Jv" alt="" width="563"><figcaption></figcaption></figure>

Kibu offers daily livestream classes! In addition to [viewing the schedule on our app](https://app.kibuhq.com/schedule), users can also add it to their personal or work calendar. Follow the steps below to integrate it with Google Calendar or Outlook.

### Adding to Google Calendar

1. **Open Google Calendar:** Go to your [Google Calendar](https://calendar.google.com/). Ensure you are logged into the correct account.
2. **Add Calendar:** Click [this link](https://calendar.google.com/calendar/u/0?cid=Y18zYTQyMTc3MTgxNGJlYzg4ZWUwNDE1OTg2YjA3ZTkwMmQyMmViODcwMTYxMzljYjkxYjA1ODI2M2FmZjYyNzk3QGdyb3VwLmNhbGVuZGFyLmdvb2dsZS5jb20). A prompt will appear asking if you want to add the calendar.
3. **Confirm Addition:** Click "Add." The "Kibu Live Classes" calendar will now appear in the "Other Calendars" section on the left sidebar.
4. **Customize Calendar:** On the new calendar in the left sidebar, click the three vertical dots, and select "Settings and sharing" to customize the name and color of the calendar.

### Adding to Outlook Calendar

1. **Open Outlook Calendar:** Go to your [Outlook Calendar](https://outlook.live.com/calendar). Ensure you are logged into the correct account.
2. **Add Calendar:** Click the "Add Calendar" button in the left sidebar.
3. **Subscribe from Web:** In the pop-up, click "Subscribe from web" in the left sidebar.
4. **Enter Calendar URL:** Copy and paste the following URL:

   ```html
   https://calendar.google.com/calendar/ical/c_3a421771814bec88ee0415986b07e902d22eb87016139cb91b058263aff62797%40group.calendar.google.com/public/basic.ics
   ```
5. **Customize Calendar:** Add a name for the calendar (e.g., Kibu Live Classes), select a color, and choose an icon (we recommend 🎬).
6. **Import Calendar:** Click "Import." The "Kibu Live Classes" calendar will now appear in the "Other Calendars" section on the left sidebar.
7. **Update Calendar Settings:** You can update the name, color, and icon of the calendar as needed.


---

# 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://kibu.gitbook.io/resource-center/guides/how-to-add-live-class-schedule-to-your-calendar.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.
