简体   繁体   English

基于php,mysql,javascript的多用户基于web的日历

[英]Multiuser web-based calendar based on php, mysql, javascript

I'm searching for a multiuser web-based calendar system that supports multiple users. 我正在搜索支持多个用户的多用户基于Web的日历系统。 I'm looking for these features: 我正在寻找这些功能:

  • 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 or a file 事件应存储在mysql数据库或文件中
  • The system has to be (very) easy to use. 该系统必须(非常)易于使用。 It will be used by non-technical users 它将由非技术用户使用
  • Ideally it should be integrated in wordpress, but thats a nice-to-have 理想情况下,它应该集成在wordpress中,但这是一个很好的选择

If you know something like this please let me know. 如果您知道这样的事情,请告诉我。

edit (concerning the google apps comment): the calendar should be hosted on an existing website 编辑(关于谷歌应用评论):日历应托管在现有网站上

I totally understand your issue with your client. 我完全理解你与客户的问题。 I had the same issue explaining to my boss that Google docs were more secure then a shared excel spread sheet. 我有同样的问题向我的老板解释Google文档比共享excel电子表格更安全。 This is what finally convinced her, I pointed her to the attacks against Google from China. 这是最终说服她的,我指出了她对中国谷歌的攻击。 --source http://www.wired.com/threatlevel/2010/01/operation-aurora/ --source http://www.wired.com/threatlevel/2010/01/operation-aurora/

I then explained that it would take billions of dollars in R&D to even come close to the level of security that Google provides. 然后我解释说,研发需要花费数十亿美元甚至接近谷歌提供的安全级别。

If that doesn't work I would suggest using one of the many many OS calendars out there (http://arshaw.com/fullcalendar/ looks awesome) and go from there. 如果这不起作用,我会建议使用许多操作系统日历中的一个(http://arshaw.com/fullcalendar/看起来很棒)并从那里开始。

Please excuse the plug but it honestly matches the Q almost completely: 请原谅插件,但它几乎完全匹配Q:

http://ican.openacalendar.org/ http://ican.openacalendar.org/

  • Multiple users 多个用户

Yes! 是!

  • Two user groups: First group is allowed to see events, the second group can create and edit events 两个用户组:第一组允许查看事件,第二组可以创建和编辑事件

Anyone can see the calendar including anonymous users. 任何人都可以看到日历,包括匿名用户。 It can be configured so only certain users can write to calendar. 它可以配置为只有特定用户才能写入日历。

  • The events should be stored in a mysql database or a file 事件应存储在mysql数据库或文件中

Postgresql DB - MySQL wouldn't be hard for a programmer to do. Postgresql DB - MySQL对程序员来说并不难。 Lots of export options (iCal, JSON, News feed) so you can do what you want with them. 大量的导出选项(iCal,JSON,新闻源)让您可以随心所欲地做到。

  • The system has to be (very) easy to use. 该系统必须(非常)易于使用。 It will be used by non-technical users 它将由非技术用户使用

Everything is editable throught a web UI which has been battle-tested and received good feedback explicitly on being easy to use. 所有内容都可以通过网络用户界面进行编辑,这种用户界面经过了战斗测试,并且在易于使用时获得了明确的反馈。

  • Ideally it should be integrated in wordpress, but thats a nice-to-have 理想情况下,它应该集成在wordpress中,但这是一个很好的选择

Not sure what you mean by integrated, but we have a Wordpress plugin that will display events on your blog. 不确定你的意思是集成,但我们有一个Wordpress插件,将在你的博客上显示事件。

The improvement we offer over Google Calendar is that many users can work on the same calendar and all edits are logged for safety - so you don't have to worry about one user's mistake trashing all the data, which sadly can happen with Google Calendar. 我们通过Google日历提供的改进是,许多用户可以在同一个日历上工作,并且所有编辑都会被记录以确保安全 - 因此您不必担心一个用户的错误会丢弃所有数据,这可能会在Google日历中发生。

I have used http://www.k5n.us/webcalendar.php in the past. 我过去使用过http://www.k5n.us/webcalendar.php It hasn't been updated recently, but it does still work. 它最近没有更新,但它仍然有效。 It doesn't have wordpress integration out of the box, but does have the ability to be integrated with other CMS. 它没有开箱即用的wordpress集成,但确实能够与其他CMS集成。

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

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