Tag: Javascript

How to build an email client

This tutorial is a step-by-step guide on building a full-stack email client using the Nylas Email APIs to integrate with email. We will review the steps to build an email client, including frontend, backend, and integrations.

How to create recurring events using RRule

Learn how to program recurring calendar events using RRule, recurrence rules.

How to handle timezones with JavaScript

Learn how to work with different timezones in JavaScript.

How to manage calendar events with the Nylas Node SDK

Using the Nylas Node SDK to manage calendar events with minimal code.

How to send emails with Nylas Node SDK

Using the Nylas Node SDK to send emails with minimal code.

Typescriptifying JavaScript code

TypeScript supports makes the Nylas Node.js SDK easier to use for TypeScript users and provides autocomplete support in IDEs. Check out the blog for best practices for taking a JavaScript codebase and updating it to properly support TypeScript.