Adding a calendar to my website

╄→尐↘猪︶ㄣ 提交于 2019-12-25 04:56:26

问题


I am making a website from scratch that will let users create accounts. I plan on having 4 type of accounts(Customer,Employee/Owner,Rep/Salesman,and Dealer). Out of those 4 type of accounts, the owner and the rep are the only ones who will see a calendar once they log-in. The owner should be able to modify events from the rep's calendar, and the rep can obviously modify his/her own calendar as well. I am not planning on making a calendar from scratch, but rather to get one that meet my needs from my website. I honestly don't know where to start looking, or what are some good scripts to get what I want done, so any help and thoughts are appreciate it.

Thanks!


回答1:


This seems like quite a large task.

But have a look at this website with this calendar script in PHP, it might be a good place to start. If you want to hand code it.



来源:https://stackoverflow.com/questions/15457620/adding-a-calendar-to-my-website

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!