【问题标题】:how to integrate fullcalendar with multi-user and mysql?如何将fullcalendar与多用户和mysql集成?
【发布时间】:2011-10-11 19:12:25
【问题描述】:

我正在寻找支持多用户的基于网络的多用户日历系统。我想调整这个日历http://arshaw.com/fullcalendar/ 并包含以下功能:

* Multiple users
* Two user groups: First group is allowed to see events, the second group can create and edit events
* The events should be stored in a mysql database

如果您知道此类日历或其他日历,请告诉我。

pd。请不要用谷歌日历评论资源!!

【问题讨论】:

    标签: php mysql calendar fullcalendar


    【解决方案1】:

    这很容易做到,例如使用 PHP。

    我使用以下实现开发了一个应用程序:

    您只需设置日历的 events 属性即可从 PHP 脚本中获取事件,该脚本会检查用户会话信息,并以 JSON 格式返回此类用户的事件。

    这也可用于编辑事件,脚本在允许添加、编辑或删除事件之前检查权限,并将操作结果作为 JSON 返回。

    除此之外,只有当您希望我为您完成工作时:)

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 1970-01-01
      • 2014-09-22
      • 1970-01-01
      • 2013-07-17
      • 2021-12-24
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      相关资源
      最近更新 更多