简体   繁体   English

使用 Google Calendar API 和 CakePHP 预订房间?

[英]Booking reservation room with Google Calendar API and CakePHP?

My company have only 2 meeting rooms while having many staff want to use this.我公司只有 2 个会议室,而有很多员工想使用它。 The leader required me to make an web app for staff that used to booking room through an calendar.领导要求我为过去通过日历预订房间的员工制作一个网络应用程序。 One of requirements is using Google Calendar API for calendar and CakePHP for code.要求之一是将 Google Calendar API 用于日历,将 CakePHP 用于代码。 In summary, this spec is :总之,这个规范是:

  • User function : Create, view meeting scheduled of them (using Google Calendar).用户功能:创建、查看他们安排的会议(使用谷歌日历)。

  • Admin function : Create, read, edit, delete users and also their meeting scheduled (also using Google Calendar api).管理功能:创建、阅读、编辑、删除用户及其安排的会议(也使用 Google 日历 api)。

I don't have any idea also knowlegde about using Google Calendar API for this project.我也不知道在这个项目中使用 Google Calendar API。 Anyone can give me an example, solution or link about this ?任何人都可以给我一个关于这个的例子、解决方案或链接? Thanks so much and sorry for my bad English :(非常感谢,对不起我的英语不好:(

Sorry, this is the sample web that I want to make like : http://www.vanderbilt.edu/psychological_sciences/reservation-calendar.php抱歉,这是我想要制作的示例网站: http : //www.vanderbilt.edu/psychological_sciences/reservation-calendar.php

After sometimes googling, I found a Calendar Plugin for CakePHP 2.x.有时谷歌搜索后,我找到了 CakePHP 2.x 的日历插件。

The CakePHP Full Calendar Plugin allows you to easily integrate the jQuery based Full Calendar application with your CakePHP application for a slick ajax event calendar. CakePHP Full Calendar Plugin 允许您轻松地将基于 jQuery 的 Full Calendar 应用程序与您的 CakePHP 应用程序集成,以获得一个流畅的 ajax 事件日历。

Just seeCakePHP-Full-Calendar-Plugin看看CakePHP-Full-Calendar-Plugin

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM