[PR #5442] [MERGED] Google calendar skill #5448

Closed
opened 2026-06-05 15:21:23 -04:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/Mintplex-Labs/anything-llm/pull/5442
Author: @timothycarambat
Created: 4/14/2026
Status: Merged
Merged: 4/14/2026
Merged by: @timothycarambat

Base: masterHead: google-cal-skill


📝 Commits (3)

📊 Changes

51 files changed (+4618 additions, -97 deletions)

View changed files

📝 frontend/src/locales/ar/common.js (+81 -0)
📝 frontend/src/locales/ca/common.js (+89 -0)
📝 frontend/src/locales/cs/common.js (+84 -0)
📝 frontend/src/locales/da/common.js (+83 -0)
📝 frontend/src/locales/de/common.js (+89 -0)
📝 frontend/src/locales/en/common.js (+84 -2)
📝 frontend/src/locales/es/common.js (+89 -0)
📝 frontend/src/locales/et/common.js (+86 -0)
📝 frontend/src/locales/fa/common.js (+83 -0)
📝 frontend/src/locales/fr/common.js (+91 -0)
📝 frontend/src/locales/he/common.js (+80 -0)
📝 frontend/src/locales/it/common.js (+89 -0)
📝 frontend/src/locales/ja/common.js (+83 -0)
📝 frontend/src/locales/ko/common.js (+81 -0)
📝 frontend/src/locales/lt/common.js (+84 -0)
📝 frontend/src/locales/lv/common.js (+85 -0)
📝 frontend/src/locales/nl/common.js (+89 -0)
📝 frontend/src/locales/pl/common.js (+88 -0)
📝 frontend/src/locales/pt_BR/common.js (+89 -0)
📝 frontend/src/locales/ro/common.js (+89 -0)

...and 31 more files

📄 Description

Pull Request Type

  • feat (New feature)
  • 🐛 fix (Bug fix)
  • ♻️ refactor (Code refactoring without changing behavior)
  • 💄 style (UI style changes)
  • 🔨 chore (Build, CI, maintenance)
  • 📝 docs (Documentation updates)

Description

Visuals (if applicable)

Additional Information

  • Introduces minor refactor to rollup google app integrations under a single folder for dedupe
  • Some other minor refactors

Developer Validations

  • I ran yarn lint from the root of the repo & committed changes
  • Relevant documentation has been updated (if applicable)
  • I have tested my code functionality
  • Docker build succeeds locally

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/Mintplex-Labs/anything-llm/pull/5442 **Author:** [@timothycarambat](https://github.com/timothycarambat) **Created:** 4/14/2026 **Status:** ✅ Merged **Merged:** 4/14/2026 **Merged by:** [@timothycarambat](https://github.com/timothycarambat) **Base:** `master` ← **Head:** `google-cal-skill` --- ### 📝 Commits (3) - [`9fa2ac0`](https://github.com/Mintplex-Labs/anything-llm/commit/9fa2ac08edbdbb9a38d0384313303164a84e6d0b) Google Calendar Agent - [`a496030`](https://github.com/Mintplex-Labs/anything-llm/commit/a4960306ffd71f12fe751100ab0e981dbabc8119) forgot files - [`bc54789`](https://github.com/Mintplex-Labs/anything-llm/commit/bc54789d102ba5a988916bc69736e3ba26056154) Translations (#5443) ### 📊 Changes **51 files changed** (+4618 additions, -97 deletions) <details> <summary>View changed files</summary> 📝 `frontend/src/locales/ar/common.js` (+81 -0) 📝 `frontend/src/locales/ca/common.js` (+89 -0) 📝 `frontend/src/locales/cs/common.js` (+84 -0) 📝 `frontend/src/locales/da/common.js` (+83 -0) 📝 `frontend/src/locales/de/common.js` (+89 -0) 📝 `frontend/src/locales/en/common.js` (+84 -2) 📝 `frontend/src/locales/es/common.js` (+89 -0) 📝 `frontend/src/locales/et/common.js` (+86 -0) 📝 `frontend/src/locales/fa/common.js` (+83 -0) 📝 `frontend/src/locales/fr/common.js` (+91 -0) 📝 `frontend/src/locales/he/common.js` (+80 -0) 📝 `frontend/src/locales/it/common.js` (+89 -0) 📝 `frontend/src/locales/ja/common.js` (+83 -0) 📝 `frontend/src/locales/ko/common.js` (+81 -0) 📝 `frontend/src/locales/lt/common.js` (+84 -0) 📝 `frontend/src/locales/lv/common.js` (+85 -0) 📝 `frontend/src/locales/nl/common.js` (+89 -0) 📝 `frontend/src/locales/pl/common.js` (+88 -0) 📝 `frontend/src/locales/pt_BR/common.js` (+89 -0) 📝 `frontend/src/locales/ro/common.js` (+89 -0) _...and 31 more files_ </details> ### 📄 Description ### Pull Request Type <!-- For change type, change [ ] to [x]. --> - [x] ✨ feat (New feature) - [ ] 🐛 fix (Bug fix) - [ ] ♻️ refactor (Code refactoring without changing behavior) - [ ] 💄 style (UI style changes) - [ ] 🔨 chore (Build, CI, maintenance) - [ ] 📝 docs (Documentation updates) ---- - [x] [Documentation](https://github.com/Mintplex-Labs/anythingllm-docs/pull/237) - [x] Merge Calendar Skill into Gapps - [x] [Translations](https://github.com/Mintplex-Labs/anything-llm/pull/5443) ### Description - New skill to support Google Calendar skil via [Google App Script](https://github.com/Mintplex-Labs/anythingllm-gapps/blob/main/calendar/index.gs) <!-- Describe the changes in this PR that are impactful to the repo. What problem does it solve? --> ### Visuals (if applicable) <!-- Add screenshots or screen recordings to demonstrate the changes, especially for UI updates. --> ### Additional Information - Introduces minor refactor to rollup google app integrations under a single folder for dedupe - Some other minor refactors <!-- Add any other context about the Pull Request here that was not captured above. --> ### Developer Validations <!-- All of the applicable items should be checked. --> - [ ] I ran `yarn lint` from the root of the repo & committed changes - [ ] Relevant documentation has been updated (if applicable) - [ ] I have tested my code functionality - [ ] Docker build succeeds locally --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-06-05 15:21:23 -04:00
yindo closed this issue 2026-06-05 15:21:23 -04:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: Mintplex-Labs/anything-llm#5448