<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Serene Yu Okawa</title>
    <description>The latest articles on DEV Community by Serene Yu Okawa (@sereneyuokawa).</description>
    <link>https://dev.to/sereneyuokawa</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F3474239%2Fbd9c690f-812c-4147-a457-de4fccfd0622.jpg</url>
      <title>DEV Community: Serene Yu Okawa</title>
      <link>https://dev.to/sereneyuokawa</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/sereneyuokawa"/>
    <language>en</language>
    <item>
      <title>Stop Watching, Start Building: Your Challenge Awaits at the Google Workspace Development Crash Course</title>
      <dc:creator>Serene Yu Okawa</dc:creator>
      <pubDate>Wed, 24 Sep 2025 21:01:59 +0000</pubDate>
      <link>https://dev.to/googleworkspace/stop-watching-start-building-your-challenge-awaits-at-the-google-workspace-development-crash-2g68</link>
      <guid>https://dev.to/googleworkspace/stop-watching-start-building-your-challenge-awaits-at-the-google-workspace-development-crash-2g68</guid>
      <description>&lt;p&gt;&lt;a href="https://d2yds90mtvelsl.cloudfront.net/original/3X/f/4/f4d0e89b873fbfdd282f6abb75a300d3414c459e.png" rel="noopener noreferrer"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fom1g7a9xsmajudeqeiij.png" alt="Google Workspace Developer Summit" width="690" height="388"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Are you ready to move beyond presentations and dive into building? At the Google Workspace Developer Summit, we believe the most impactful learning comes from doing. That’s why Day 1 of the summit is dedicated to the Google Workspace Development Crash Course — a unique, challenge-based experience where you and your team will build a real, end-to-end solution.&lt;/p&gt;

&lt;p&gt;This isn’t a passive coding tutorial. We’ll provide a high-level goal, but the journey to achieve it is yours to explore. Working collaboratively in teams, you’ll be encouraged to think critically, search for solutions, and discover the best approaches with minimal instruction. This approach emphasizes &lt;strong&gt;active learning&lt;/strong&gt; and &lt;strong&gt;best practices&lt;/strong&gt; , fostering genuine skill development. While expert coaches will be on hand to offer guidance, the power of discovery will truly come from your own efforts.&lt;/p&gt;

&lt;h3&gt;
  
  
  Your Journey Through the Build
&lt;/h3&gt;

&lt;p&gt;This immersive workshop will guide you through a series of practical, interconnected challenges, pushing your skills in new directions.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;First&lt;/strong&gt; , you’ll master the art of &lt;strong&gt;Google Sheets Automation&lt;/strong&gt; and &lt;strong&gt;Google Calendar Integration&lt;/strong&gt;. Using Apps Script, you’ll go beyond basic formulas to create custom functions and programmatically update data. You’ll then learn to automatically create calendar events, laying the groundwork for a more powerful application.&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;For example, you could build an &lt;strong&gt;automated project management tool&lt;/strong&gt; : an Apps Script that reads project deadlines and team members from a Google Sheet and automatically populates a shared team calendar with project milestones.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;Next&lt;/strong&gt; , you’ll break out of the Google Workspace bubble. We’ll show you how to connect your project to the outside world by using UrlFetchApp to interact with external APIs, such as a weather service. You’ll then build a simple Google Workspace add-on with interactive elements, bringing all of this functionality directly into your users’ workflow.&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;For example, you could build a &lt;strong&gt;contextual sales dashboard add-on&lt;/strong&gt; : an add-on for Google Sheets that, with a single button click, fetches real-time weather data for a client’s location from an external API and displays it alongside sales forecasts, providing richer context for business decisions.&lt;/li&gt;
&lt;/ul&gt;

&lt;h3&gt;
  
  
  The AI-Powered Grand Finale
&lt;/h3&gt;

&lt;p&gt;The workshop’s biggest challenge awaits: integrating cutting-edge AI into your add-on. We’ll show you how to leverage AI directly within Apps Script, empowering you to create smarter, more intuitive solutions.&lt;/p&gt;

&lt;p&gt;You’ll &lt;strong&gt;experiment with AI Studio&lt;/strong&gt; to get quick, powerful prompt responses. For more advanced scenarios, we’ll explore using &lt;strong&gt;Vertex AI with a service account&lt;/strong&gt; , giving you a taste of enterprise-grade AI integration.&lt;/p&gt;

&lt;p&gt;Your final task: building a full add-on where a user can input a prompt and receive an AI-generated response, all within the add-on itself.&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;&lt;p&gt;For example, you could build an &lt;strong&gt;AI summarization tool&lt;/strong&gt; : an add-on that summarizes long email threads or documents stored in Google Drive with a single click, saving you hours of reading time.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Another option is an &lt;strong&gt;AI-powered meeting assistant&lt;/strong&gt; : a tool that takes a few bullet points as input and uses AI to generate comprehensive, well-structured meeting notes or follow-up emails.&lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;Finally&lt;/strong&gt; , you’ll learn how to take your project to the next level by rewriting your add-on to use HTTP endpoints and deploying it to Cloud Functions. This final step will introduce you to the benefits of cloud databases and show you what it takes to build a truly scalable application.&lt;/p&gt;

&lt;p&gt;Come with &lt;strong&gt;intermediate coding skills&lt;/strong&gt; and an appetite for a challenge. This workshop is your chance to &lt;strong&gt;stop watching and start building&lt;/strong&gt; the future of work.&lt;/p&gt;

&lt;p&gt;Ready to start building?&lt;/p&gt;

&lt;p&gt;Sign up for the Google Workspace Developer Summit today!&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;&lt;p&gt;&lt;a href="https://rsvp.withgoogle.com/events/google-workspace-developer-summit-sunnyvale/home" rel="noopener noreferrer"&gt;Google Workspace Developer Summit: Sunnyvale&lt;/a&gt;&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;a href="https://rsvp.withgoogle.com/events/google-workspace-developer-summit-paris/home" rel="noopener noreferrer"&gt;Google Workspace Developer Summit: Paris&lt;/a&gt;&lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;em&gt;Session content is subject to change.&lt;/em&gt;&lt;/p&gt;

&lt;p&gt;&lt;small&gt;1 post - 1 participant&lt;/small&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href="https://discuss.google.dev/t/stop-watching-start-building-your-challenge-awaits-at-the-google-workspace-development-crash-course/267932" rel="noopener noreferrer"&gt;Read full topic&lt;/a&gt;&lt;/p&gt;

</description>
      <category>googleworkspace</category>
      <category>events</category>
      <category>news</category>
    </item>
    <item>
      <title>Beyond the Code: Unpacking Success Stories on Google Workspace</title>
      <dc:creator>Serene Yu Okawa</dc:creator>
      <pubDate>Mon, 08 Sep 2025 13:35:55 +0000</pubDate>
      <link>https://dev.to/googleworkspace/beyond-the-code-unpacking-success-stories-on-google-workspace-5b7j</link>
      <guid>https://dev.to/googleworkspace/beyond-the-code-unpacking-success-stories-on-google-workspace-5b7j</guid>
      <description>&lt;p&gt;&lt;a href="https://d2yds90mtvelsl.cloudfront.net/original/3X/f/4/f4d0e89b873fbfdd282f6abb75a300d3414c459e.png" rel="noopener noreferrer"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fom1g7a9xsmajudeqeiij.png" alt="Dev Summit Sunnyvale Paris" width="690" height="388"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;The true measure of a platform’s power isn’t just its features—it’s the &lt;strong&gt;success stories built on top of it&lt;/strong&gt;. At the Google Workspace Developer Summit, we’re not just talking about what’s possible; we’re showcasing how our partners and customers are already using our tools to solve real-world problems.&lt;/p&gt;

&lt;p&gt;This post highlights two key sessions that go beyond the technical details and get to the heart of what matters: &lt;strong&gt;delivering business value&lt;/strong&gt;.&lt;/p&gt;

&lt;h3&gt;
  
  
  &lt;strong&gt;From Signal to Success: Lucid Software’s Journey as an Early Google Chat Integration Partner&lt;/strong&gt;
&lt;/h3&gt;

&lt;p&gt;For Independent Software Vendors (ISVs), timing is everything. Being an early adopter and partner can provide a significant market advantage, but it also comes with unique challenges. This session will pull back the curtain on &lt;strong&gt;Lucid Software’s journey as an early Google Chat integration partner&lt;/strong&gt;.&lt;/p&gt;

&lt;p&gt;Lucid will share their firsthand experience and provide actionable takeaways for any developer or product manager looking to build innovative solutions. You’ll discover:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;Identifying Market Opportunities:&lt;/strong&gt; Learn how they leveraged crucial customer signals to drive their decision to invest in Chat integration from day one. This session is a masterclass in product strategy and identifying where to place your bets.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;Partnering with Google:&lt;/strong&gt; Gain insights into their history of partnering with the Google team on integrations, including how they navigated the evolving landscape and provided early feedback that helped shape the platform.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;Prioritizing for Impact:&lt;/strong&gt; Understand how they approached the critical balance of prioritizing impactful features against ambitious timelines, including the tough decisions they made along the way.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;Delivering Value Quickly:&lt;/strong&gt; Learn practical strategies for building on a new platform and delivering value quickly in a dynamic development environment.&lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;h3&gt;
  
  
  &lt;strong&gt;Google Chat Space Migration: A Real-World Customer Success Story&lt;/strong&gt;
&lt;/h3&gt;

&lt;p&gt;Migrating a company’s collaboration tools is a monumental task, but it’s more than just a technical challenge. It’s a &lt;strong&gt;human one&lt;/strong&gt;. This session will delve into a real-world case study of a building supplies retailer that underwent a significant &lt;strong&gt;Google Chat Space domain migration&lt;/strong&gt;. We’ll focus on the integral role that &lt;strong&gt;change management&lt;/strong&gt; played throughout the project.&lt;/p&gt;

&lt;p&gt;This isn’t just a technical deep dive. You’ll learn:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;The Human Element:&lt;/strong&gt; Discover how a strategic approach to change, guiding the customer, and managing user impact was just as important as the technical execution. We’ll show you how to combine robust change management practices with the technical developer journey.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;Creative Problem-Solving:&lt;/strong&gt; See how the team creatively utilized a combination of Google Workspace APIs, Apps Script, and Google Drive’s permission structure to build fit-for-purpose solutions. You’ll get a real-world look at how data was extracted for insights using AppSheet and how the team navigated the intricacies of a complex chat space migration.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;How Your Feedback Shapes the Future:&lt;/strong&gt; We’ll cover the significant volume of data handled and provide valuable feedback on Google Workspace APIs. This fosters a dialogue on product improvement, allowing you to contribute to the platform’s evolution.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;First-Hand Experience:&lt;/strong&gt; A customer speaker will join us to share their direct experience with the change process, providing invaluable, firsthand insights.&lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;These sessions are more than just presentations; they are a testament to the power of collaboration and a guide for how you can achieve your own success on the Google Workspace platform.&lt;/p&gt;

&lt;p&gt;The Google Workspace Developer Summit is an in-person, dual-location event. From Signal to Success: Lucid Software’s Journey as an Early Google Chat Integration Partner will be presented in Sunnyvale, and Google Chat Space Migration: A Real-World Customer Success Story will be in Paris. Don’t miss out on these valuable insights that will help you build even more powerful and secure solutions. Sign up now for the Google Workspace Developer Summit to join this insightful session and more!&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;&lt;p&gt;&lt;a href="https://rsvp.withgoogle.com/events/google-workspace-developer-summit-sunnyvale/home" rel="noopener noreferrer"&gt;Google Workspace Developer Summit: Sunnyvale&lt;/a&gt;&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;a href="https://rsvp.withgoogle.com/events/google-workspace-developer-summit-paris/home" rel="noopener noreferrer"&gt;Google Workspace Developer Summit: Paris&lt;/a&gt;&lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;em&gt;Session content is subject to change.&lt;/em&gt;&lt;/p&gt;

&lt;p&gt;&lt;small&gt;1 post - 1 participant&lt;/small&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href="https://discuss.google.dev/t/beyond-the-code-unpacking-success-stories-on-google-workspace/263252" rel="noopener noreferrer"&gt;Read full topic&lt;/a&gt;&lt;/p&gt;

</description>
      <category>googleworkspace</category>
      <category>events</category>
      <category>news</category>
    </item>
    <item>
      <title>Unlock Smarter Google Workspace Apps: Understanding Service Accounts for Seamless Integration</title>
      <dc:creator>Serene Yu Okawa</dc:creator>
      <pubDate>Mon, 01 Sep 2025 20:18:20 +0000</pubDate>
      <link>https://dev.to/googleworkspace/unlock-smarter-google-workspace-apps-understanding-service-accounts-for-seamless-integration-3n8o</link>
      <guid>https://dev.to/googleworkspace/unlock-smarter-google-workspace-apps-understanding-service-accounts-for-seamless-integration-3n8o</guid>
      <description>&lt;p&gt;&lt;a href="https://d2yds90mtvelsl.cloudfront.net/original/3X/f/4/f4d0e89b873fbfdd282f6abb75a300d3414c459e.png" rel="noopener noreferrer"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fom1g7a9xsmajudeqeiij.png" alt="Dev Summit Sunnyvale Paris" width="690" height="388"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;If you’re building applications on the Google Workspace platform, you’ve likely encountered a pivotal question: when should your application use its own “identity” via a service account, and when should it rely on traditional user credentials like OAuth 2.0? It’s a critical decision that impacts how your app integrates, operates, and secures user data.&lt;/p&gt;

&lt;p&gt;At Google, we’re always working to provide you with the most helpful tools for your development journey. Understanding service accounts is key to building robust and efficient Workspace solutions.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;What’s a Service Account, Anyway?&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Think of a service account as a special kind of &lt;strong&gt;non-human user&lt;/strong&gt; – it’s an identity designed specifically for your application. Unlike human users, a service account allows your application to authenticate and access Google Cloud services and APIs directly, acting on its own behalf. This is especially useful for automated tasks or when your application needs to interact with services without a human user actively present.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Why This Matters for Your Google Workspace Apps&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;While Google Workspace is designed for collaboration between people, there are some scenarios where your application needs its own unique identity to get things done. Service accounts excel in situations where your application &lt;em&gt;is&lt;/em&gt; the actor, rather than acting &lt;em&gt;on behalf of&lt;/em&gt; a human user.&lt;/p&gt;

&lt;p&gt;For example, service accounts are often the perfect fit for &lt;strong&gt;Google Chat apps&lt;/strong&gt; (because a bot needs its own identity!), and for automating various &lt;strong&gt;administrative tasks&lt;/strong&gt; within a Workspace organization. There are powerful mechanisms, like domain-wide delegation, that allow administrators to grant service accounts broad permissions for critical backend processes without individual user consent.&lt;/p&gt;

&lt;p&gt;However, the world of service accounts has its nuances. Knowing when to use them versus standard user credentials, and understanding the specific limitations and best practices, is crucial for building secure and effective applications.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Dive Deeper at the Google Workspace Developer Summit!&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Want to truly master service accounts and elevate your Google Workspace development?&lt;/p&gt;

&lt;p&gt;In a dedicated session at the upcoming &lt;strong&gt;Google Workspace Developer Summit&lt;/strong&gt; , we will cover:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;When to use service accounts vs. user credentials:&lt;/strong&gt; A clear decision tree to guide your choices.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;Practical use cases:&lt;/strong&gt; We’ll dive into how service accounts are perfectly suited for scenarios like building Chat apps, automating tasks with the Admin SDK,.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;The power of domain-wide delegation:&lt;/strong&gt; Learn how this unique mechanism enables administrative-level access for your applications.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;Essential security best practices:&lt;/strong&gt; Discover how to protect your applications and user data by implementing robust security measures for your service accounts, including proper key management and role assignments.&lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;The topics we’ll cover are essential for any developer building on the Google Workspace platform. This session is your opportunity to gain a comprehensive understanding, ask questions, and refine your approach to authentication and authorization.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://discuss.google.dev/t/shape-the-future-of-work-join-us-at-the-google-workspace-developer-summit/260347" rel="noopener noreferrer"&gt;The Google Workspace Developer Summit is a dual-location event&lt;/a&gt;, and this session will be presented in both Sunnyvale and Paris. Don’t miss out on these valuable insights that will help you build even more powerful and secure solutions.&lt;/p&gt;

&lt;p&gt;Sign up now for the Google Workspace Developer Summit to join this insightful session and more!&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;&lt;p&gt;&lt;a href="https://rsvp.withgoogle.com/events/google-workspace-developer-summit-sunnyvale/home" rel="noopener noreferrer"&gt;Google Workspace Developer Summit: Sunnyvale&lt;/a&gt;&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;a href="https://rsvp.withgoogle.com/events/google-workspace-developer-summit-paris/home" rel="noopener noreferrer"&gt;Google Workspace Developer Summit: Paris&lt;/a&gt;&lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;We’re excited to help you build the next generation of helpful Google Workspace applications.&lt;/p&gt;

&lt;p&gt;&lt;small&gt;1 post - 1 participant&lt;/small&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href="https://discuss.google.dev/t/unlock-smarter-google-workspace-apps-understanding-service-accounts-for-seamless-integration/261181" rel="noopener noreferrer"&gt;Read full topic&lt;/a&gt;&lt;/p&gt;

</description>
      <category>googleworkspace</category>
      <category>events</category>
      <category>news</category>
    </item>
    <item>
      <title>Shape the Future of Work: Join Us at the Google Workspace Developer Summit!</title>
      <dc:creator>Serene Yu Okawa</dc:creator>
      <pubDate>Fri, 29 Aug 2025 18:50:15 +0000</pubDate>
      <link>https://dev.to/googleworkspace/shape-the-future-of-work-join-us-at-the-google-workspace-developer-summit-fhj</link>
      <guid>https://dev.to/googleworkspace/shape-the-future-of-work-join-us-at-the-google-workspace-developer-summit-fhj</guid>
      <description>&lt;p&gt;&lt;a href="https://d2yds90mtvelsl.cloudfront.net/original/3X/f/4/f4d0e89b873fbfdd282f6abb75a300d3414c459e.png" rel="noopener noreferrer"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fom1g7a9xsmajudeqeiij.png" alt="Dev Summit Sunnyvale Paris" width="690" height="388"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;We’re thrilled to announce the &lt;strong&gt;Google Workspace Developer Summit&lt;/strong&gt;, an event designed to empower you with the knowledge and tools to create innovative solutions that transform how people work. &lt;strong&gt;This is an exclusive in-person event with no live-streaming available.&lt;/strong&gt; This summit is your opportunity to dive deep into the Google Workspace platform, connect with experts, and collaborate with a community passionate about building.&lt;/p&gt;

&lt;p&gt;This year, we are particularly focused on empowering two key audiences: in-house developers crafting tailored solutions for their organizations, and Independent Software Vendors (ISVs) enhancing their products. The insights and practical skills you’ll gain here are designed to drive your projects forward. Starting next week, we’ll be sharing a series of blog posts about some of the sessions we’ll be holding at the Summit, to give you a glimpse of what to expect.&lt;/p&gt;

&lt;p&gt;We’ll be holding two summits, &lt;a href="https://rsvp.withgoogle.com/events/google-workspace-developer-summit-sunnyvale/home" rel="noopener noreferrer"&gt;one in Sunnyvale, California&lt;/a&gt;, and &lt;a href="https://rsvp.withgoogle.com/events/google-workspace-developer-summit-paris/home" rel="noopener noreferrer"&gt;the other in Paris, France&lt;/a&gt;. And for our developer community in the APAC region, we hear you! While global event planning involves many considerations, we’re continuously looking at ways to bring the summit back to more regions, including APAC, in the future.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;What to Expect at the Summit&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;The Google Workspace Developer Summit is packed with sessions and hands-on experiences to help you build smarter, faster, and more effectively. Both events will kick off with a dedicated afternoon workshop on Day 1, followed by a full day of insightful sessions on Day 2. To round out your experience, we’ll have dedicated networking time at the end of Day 2, perfect for connecting with peers and experts.&lt;/p&gt;

&lt;p&gt;Throughout the summit, you’ll have the chance to explore:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;Advanced API Integrations:&lt;/strong&gt; Discover how to leverage powerful APIs like the Meet API to supercharge collaboration within your applications, or understand the nuances of Service Accounts for secure and efficient background processes.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;Practical, Hands-on Learning:&lt;/strong&gt; Move beyond theory with dedicated workshop like the Google Workspace Development Crash Course, where you’ll tackle real-world challenges, build end-to-end solutions, and integrate cutting-edge AI directly into your add-ons. It’s an opportunity to stop watching and start building.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;Expert Connections:&lt;/strong&gt; Engage directly with Google engineers, product managers, and fellow developers. Share ideas, get your questions answered, and expand your network.&lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;Choose Your Summit Experience&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;To make it easier for developers around the world to join, we’re hosting the Google Workspace Developer Summit in two convenient locations:&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;Google Workspace Developer Summit - Sunnyvale&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Date: October 8-9, 2025&lt;/li&gt;
&lt;li&gt;Location: Sunnyvale, CA&lt;/li&gt;
&lt;li&gt;&lt;a href="https://rsvp.withgoogle.com/events/google-workspace-developer-summit-sunnyvale/home" rel="noopener noreferrer"&gt;Sign up for the Sunnyvale Summit!&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;Google Workspace Developer Summit - Paris&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Date: October 21-22, 2025&lt;/li&gt;
&lt;li&gt;Location: Paris, France&lt;/li&gt;
&lt;li&gt;&lt;a href="https://rsvp.withgoogle.com/events/google-workspace-developer-summit-paris/home" rel="noopener noreferrer"&gt;Sign up for the Paris Summit!&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;Don’t miss this chance to deepen your expertise, discover new tools, and be part of the community building the future of work. We’re excited to see you there!&lt;/p&gt;

&lt;p&gt;To get a sense of what’s in store at this year’s event, watch our latest introduction video: &lt;a href="https://www.youtube.com/watch?v=4G6TKZeTLHE" rel="noopener noreferrer"&gt;Google Workspace Developer Summit 2025&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;&lt;small&gt;1 post - 1 participant&lt;/small&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href="https://discuss.google.dev/t/shape-the-future-of-work-join-us-at-the-google-workspace-developer-summit/260347" rel="noopener noreferrer"&gt;Read full topic&lt;/a&gt;&lt;/p&gt;

</description>
      <category>googleworkspace</category>
      <category>events</category>
      <category>news</category>
    </item>
  </channel>
</rss>
