Click here to Skip to main content
15,880,469 members
Articles / Web Development

How to Build a Room Booking Calendar with dhtmlxScheduler

Rate me:
Please Sign up or sign in to vote.
4.94/5 (29 votes)
5 Feb 2018GPL37 min read 178.4K   12.3K   104  
This article describes how to implement a meeting room booking system in an ASP.NET MVC project with dhtmlxScheduler.
namespace MyCalendar.Models
{
    partial class User
    {
 
    }
    partial class Event
    {
    }

    partial class MyEventsDataContext
    {
    }
}

By viewing downloads associated with this article you agree to the Terms of Service and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.

License

This article, along with any associated source code and files, is licensed under The GNU General Public License (GPLv3)


Written By
Software Developer (Senior)
Russian Federation Russian Federation
Building web apps since 2001. Rich experience in HTML frontends for different platforms.

Comments and Discussions