# hangouts-chat-apps-script **Repository Path**: mirrors_googlecodelabs/hangouts-chat-apps-script ## Basic Information - **Project Name**: hangouts-chat-apps-script - **Description**: No description available - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-08 - **Last Updated**: 2026-05-23 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README **Important: The content of this repository is outdated, it's now in the GitHub repository [apps-script-samples](https://github.com/googleworkspace/apps-script-samples/tree/main/solutions/attendance-chat-app).** # Attendance Bot: Hangouts Chat bot with Apps Script codelab This code sample shows how to build a Hangouts Chat bot using Google Apps Script. The bot responds to messages in a room or direct message (DM) and allows the user to set a vacation responder in Gmail or add an all-day event to their Calendar from Hangouts Chat. ## Usage You can follow [this codelab](https://codelabs.developers.google.com/codelabs/chat-apps-script/index.html) to build and test this bot. To use this bot, you must enable the Hangouts Chat API in the [Google API Console](https://console.developers.google.com/). After enabling the API, configuring the bot, and publishing it, you must add the bot to a room or DM to begin a conversation. For more information about how to publish a bot, see [Publishing bots](https://developers.google.com/hangouts/chat/how-tos/bots-publish). ## Disclaimer This is not an official product.