Google Cloud Next 2025 Las Vegas April 9-11 Registration Open
Join us at Google Cloud Next 2025 in Las Vegas, April 9-11! Register now: https://cloud.withgoogle.com/next/25/plan-your-trip
I am a Senior Developer Relations Engineer at Google for Google Workspace.
Join us at Google Cloud Next 2025 in Las Vegas, April 9-11! Register now: https://cloud.withgoogle.com/next/25/plan-your-trip
Implemented newsletter using Google Apps Script & MJML. MJML reduces email coding pain with semantic syntax & rich components library. Successfully integrated with Apps Script runtime.
Attended Winter Tech Forum, exploring AI agents & Apps Script. Created a tool loop enabling AI to reason & act autonomously, using Vertex AI & Gmail API. Code on GitHub: https://github.com/jpoehnelt/apps-script/tree/main/projects/apps-script-agent
Explore Google Workspace & Model Context Protocol! Awesome projects like Gmail MCP Server, Claude Post, GDrive MCP Server & more. Check out official resources: Google Workspace website, blog & Model Context Protocol website.
Amit's Google Workspace Add-ons have reached 46M+ installs. He shares insights on launching successful add-ons, check out his story!
I'm using `llm-gemini` to auto-generate git commit messages with `git diff origin | llm -s 'write a short git commit message' | git commit -e --file -`.
OIDC spec requires reauth prompt with `&prompt=login`, but Google doesn't support it. Only `&prompt=none`, `&prompt=consent` and `&prompt=select_account` are supported.
AI-powered Google Workspace Add-on helps manage untitled docs in Drive, saving time & frustration! Check it out:
Introducing AppSheet Chat apps! Enable any app to broadcast messages to Chat Spaces. Learn more at https://www.appsheet.com/ and take the fundamentals course at https://goo.gle/48N1827
Discover Google Workspace Add-ons! Build custom integrations with dev docs at https://developers.google.com/workspace/add-ons/overview
Google Workspace Developer Summit in Berlin featured updates on Google Workspace platform and its developer ecosystem.
Learn how to build an AI-powered Google Chat app with a user-friendly interface. Watch this video from the Google Workspace Developer Summit to get started!
Learn how to build for Google Meet with Meet APIs, Add-ons & upcoming Embed SDK & Media API. Get started at the Google Workspace Developer Summit!
Learn about Gemini in AppSheet, combining with Apps Script & Vertex AI. Watch the video from Google Workspace Developer Summit to see AI-powered app demos and architecture explanations.
Get started building on Google Workspace platform! Learn how to prototype, create custom functions with Apps Script & launch your solution. Watch the full video at youtube.com/@googleworkspacedevs
Share & deploy apps with ease! Learn how to share apps with co-authors or users in this episode of Building with AppSheet. Watch now and get started with AppSheet: https://www.appsheet.com/
Google Cloud Summit London demos & sessions showcased innovative uses of Google Workspace Platform, highlighting its potential for businesses. Watch the recap on YouTube!
Kat's top pick from Google Workspace Dev Summit: AI-powered tools for developers, making it easier to build custom apps on Google Workspace platform.
Mai shares her top pick from Google Workspace Developer Summit: an impressive demo that showcased innovative use of Google Workspace APIs.
Google Workspace updates: smart chips for link previews, Chat API enhancements, custom emojis & more! Check the latest release notes on developers.google.com/workspace
Create a Google Workspace Add-on with Apps Script, extending Google Drive. Use Gemini 2.0 Flash for doc summaries & renaming. Get the code: https://goo.gle/name-with-intelligence
Google Workspace updates card UI for Add-ons & Chat apps. New design available now.
Now easier to use Google Drive Picker in Apps Script with new `<drive-picker>` web component, learn how to integrate it in a few simple steps!
Google Drive Picker upgraded! Easily integrate it with React, Vue, or SolidJS apps using `<drive-picker/>`. Learn how to pair it with Apps Script for a seamless experience.
Create Calendar event and set Google Meet space to access type "OPEN" using Google Workspace APIs.
Just updated @types/google.picker to autogenerated types from Google Drive Picker reference doc! Use npm install -D @types/google.picker@^0.0.44 to update.
Convert UUIDs to slugs and back with SvelteKit store, using base64 encoding and regex pattern matching for 22 char slugs ending in 'Id' or 'id'.
Working with binary files in Google Drive using Apps Script can be challenging due to authorization patterns. Learn how to obtain a file's Blob using DriveApp, Drive Advanced Service & UrlFetchApp while minimizing restricted scopes.