How to use Google Calender/Gmail Skill #43
-
|
Hey, But i have configured the skills for GClendar and Gmail, but now when i write to the Agent via Chat. He talks about Lio AI, i dont get it to work that he gave me a brief overview what may Inbox and my Shedeule is. Please Help. Thanks for Helping. Sorry for my bad english. |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 4 replies
-
|
He writes me now and than: "📧 📧 You have 15 pending emails" but when i asking him.about, No good answer. |
Beta Was this translation helpful? Give feedback.
-
|
Hey @pono1012, no worries about the English, totally fine! You're not stupid, this is actually a common confusion. Here's what's happening: The Google Calendar and Gmail integrations work through Chat, not through Lio AI. Lio AI is a separate feature for building apps and code. Here's how to use them: For Gmail:
For Google Calendar:
Important: Start a NEW chat. Don't continue in a chat where the agent was talking about Lio AI. The agent saying "You have 15 pending emails" means the Gmail integration IS working. It can read your emails. Try asking something specific like: "Summarize my 5 most recent emails" or "Do I have any emails from [person]?" Coming soon: In the next update we're adding calendar sync to the built-in Planner so you can see your Google Calendar events directly in Skales without asking via chat. What version of Skales are you on? (Check in Sidebar > Bottom Left). If you're on v8.0.0, the integrations should work well. If you're on an older version, please update from skales.app. Let me know if it works! |
Beta Was this translation helpful? Give feedback.
-
|
Hey @pono1012, First of all: incredible testing. Seriously. The comparison across 3 models with debug prompts is exactly the kind of feedback that makes this project better. Thank you! I'm logging this for the v8.0.1 patch. The email tools need to be properly registered in the tool schema so models can discover and call them. The qwen2.5:7b loop issue (repeating LIST CALENDAR EVENTS 15x and BROWSER OPEN 20x) is a known problem with smaller models in the ReAct loop. They get stuck retrying when a tool fails. The 429 Vision API error triggers the retry and it never breaks out. This is also on my fix list: adding a max retry limit per tool call per conversation. For now: qwen3:14b gave the best results and I'd recommend sticking with that. Calendar should work well. Email will be fixed in the next patch. I'll update this thread when the fix ships. Thanks again for the thorough report. You're helping shape this product. 🦎 |
Beta Was this translation helpful? Give feedback.


Hey @pono1012, no worries about the English, totally fine!
You're not stupid, this is actually a common confusion.
Here's what's happening:
The Google Calendar and Gmail integrations work through Chat, not through Lio AI. Lio AI is a separate feature for building apps and code.
Here's how to use them:
For Gmail:
Start a new chat and try commands like:
For Google Calendar:
Important: Start a NEW chat. Don't continue in a chat where the agent was talking abo…