This is a list of calendar and scheduler tutorials written in TypeScript. TypeScript is a programming language created by Microsoft that extends JavaScript and adds new features to it, like static typing.
Applications written in in TypeScript need to be compiled to JavaScript before they can be run in the browser. This adds a complication step to the deployment workflow (JavaScript can be run directly) which makes the deployment more complicated. However, there are tools available that automate the compilation. Also, the compiler can perform additional optimizations (like the Angular compiler does) and that can compensate for the hassle.
The most prominent use of TypeScript is probably the Angular framework which chooses TypeScript as its primary language. You can also use TypeScript in React and Vue projects.
DayPilot Pro for JavaScript includes TypeScript definitions that describe the DayPilot API. Some IDEs (like WebStorm or Visual Studio) can read the TypeScript definitions and offer code hints for JavaScript projects as well.
Angular application that shows how to create a resource calendar Angular component that displays event data in multiple columns. The resource calendar supports drag and drop out of the box.
Sep 18, 2023
Angular project that displays an event calendar component with day, week and month views that share the same data and can be easily switched. A date picker component is used to switch the current date and highlight busy days.
Aug 26, 2023
How to implement an ordered queue of unscheduled tasks that can be dragged to the Angular Scheduler component.
Jul 5, 2023
This tutorial shows how to use the React Scheduler component to create a reservation application in React, using TypeScript language.
May 29, 2023
Build an Angular annual leave scheduling application with REST backend created using ASP.NET Core and Entity Framework.
May 29, 2023
This tutorial shows how to implement undo/redo functionality the for the open-source Angular Calendar component.
May 14, 2023
An Angular 16 project template that you can use as a starting point for your own implementation of an interactive timesheet. Learn how to adjust the timesheet appearance and add visual elements.
May 9, 2023
A quick-start project with a pre-configured Angular Scheduler component. You can download this project and use it as a starting point for your own Angular 16 calendar/scheduler application.
May 7, 2023
Angular scheduling application that allows moving events using "cut and paste" and creating events from existing ones using "copy and paste" actions.
Feb 16, 2023
Learn how to insert custom components in Angular Scheduler row headers.
Dec 14, 2022
How to add a zoom feature to the Angular Scheduler component.
Dec 8, 2022
Angular 14 project that shows how to display events split into phases in the Scheduler component.
Nov 3, 2022
Angular 14 application that uses DayPilot Navigator component as a date picker for the Scheduler.
Oct 10, 2022
This tutorial shows how to use the Angular Scheduler component to manage resources (create, edit, delete, move) using the Scheduler UI.
Sep 10, 2022
Angular application that shows how to apply a custom CSS theme to the calendar component and change it on the fly.
Aug 16, 2022
How to activate the free-hand date range selection mode in the Angular date picker component (Navigator).
Mar 28, 2022
How to add custom components to events displayed in the Angular Scheduler.
Mar 19, 2022
Angular 13 application that shows how to switch the Angular Scheduler (which is in "edit" mode by default) to read-only mode.
Mar 3, 2022
Simple appointment scheduling application built using Angular. The calendar view is created using DayPilot Pro Angular Calendar component. The server-side backend is created using PHP and stores events in a MySQL or SQLite database.
Feb 15, 2022
The Angular Scheduler component supports displaying event details using a built-in tooltip. See how to include a dynamic Angular component in the tooltip.
Jan 23, 2022