How to make a weekly calendar with events - php

I'm trying to make a calendar like this Fullcalendar but all the calendars that I can find online are showing the whole month. I already made a calendar but i don't know how to put the events under the right day. The calendar needs to be a full week because I want to have multiple calendar underneath each other for multiple people.

I solved my problem with the code on this site https://www.phpzag.com/create-event-calendar-with-jquery-php-and-mysql/#

Related

FullCalendar Week view contains too many events

I used fullcalendar as a "participation calendar" to know how many people goes to an event everyday.
Problem is, if I got more than 3 people going at the same hour to my event, the view becomes too full to see anything in week mode.
I thought about 2 ideas to solve this problem:
When there's more than 3 people going to the event show "more", but
this doesn't seem to work in AgendaWeek mode.
Invert days and hours, to profit of more space.
Here's a screenshot showing my problem:
If you have any solutions or any idea that could help me I'll be glad to know them :)
I'm using Fullcalendar V3.
Thanks

creating a clickable php calendar

I am making a calendar in php. please help me because what I want to happen is that it should look like a real calendar and each day should be clickable and in that way, I can add info/note or a reminder to that day. I dont how to start with it. thanks
First of all you should start with reading some documentation about date() function. Than You will need some knowledge of Javascript and Ajax to add notes and also UI technologies like bootstrap will be useful to make responsive design.
1) Date() function and correct output of calendar from server.
2) Javascript/Ajax functions to add notes without refresh.
3) Markup

Syncing events page with a google calendar

I'm building an HTML/CSS website for a musician friend of mine and I want to have his events page sync with his google calendar. Is there some way to grab data from his calendar (date/description/location) and have the system automatically create HTML elements which will then appear on his page?
Additionally, I would like to have events move from an upcoming gig section to a past gig section after the date has passed. From what I understand, this might be possible using PHP and the Google calendar API. Any advice, however detailed, would be greatly appreciated!
Thanks!
Take a look at fullcalendar...I do the very same thing for one of my websites:
http://arshaw.com/fullcalendar/docs/google_calendar/

Google calendar wrong date issue from URL

SO here is the problem ... I had created calendar on http://lanyrd.com with same dates but for some reason, my code is showing dates "from" and "to" on the same date, and other (from Lanyrd site) is showing dates correctly and I can't figure it out why ... Can someone help me?
Lanyrd site generated URL code:
https://www.google.com/calendar/render?action=TEMPLATE&text=Test+Naziv&dates=20120815/20120817&location=Osijek&details=Ajme+meni+ovo+je+test+naziv&pli=1&sf=true&output=xml
Mine code:
https://www.google.com/calendar/render?action=TEMPLATE&text=eZ+Publish+Basic+Concepts&dates=20121008/20121009&location=TBD,+USA&details=This+training+is+required+for+all+other+trainings+and+provides+a+perfect+entry+into+the+way+of+thinking+when+you+intend+working+with+eZ+Publish+as+a+developer,+editor+or+administrator.&pli=1&sf=true&output=xml
Well, checking the URL's, I would say Google Agenda takes the 'to'-date minus one. As you can see in Lanyrd's URL: dates=20120815/20120817
It's two days apart, but in Google Agenda it shows as 2012-08-16. Your dates are only one apart, so will enter the same date. Plus-one your to-date, and you're problem is solved.

How to develop and use a Javascript Date Calendar in PHP web application?

I would like to create and add a calendar object plus select elements(comboboxes) for Day-Month-Year using HTML and JavaScript in a PHP web application.
This calendar is common used for the user input for dates like:-
From Date : 01/11/2010 - To Date : 10/11/2010
The calendar should have a nice-look, displayed automatically when the user changes the date comboboxes or presses an attached link and may work in parallel with the date combboxes so the user can select using the comboboxes or the calendar without conflict.
How to do that as I searched a lot of web sites but I did noty find a suitable calendar.
Also, how to make this calendar as a library or class so I can use and edit it in any web page in my web application especially that I need to use it frequently ?
Note : Please I want examples using Simple JavaScript without using JQuery..
Thanks in advance ..
You are looking for jQuery UI datepicker. Visit the page and you will find many more ways to customize it.
Here is one of the cool JQuery Date Input plugin.
The one can do customize and localize.

Categories