125 comments found.
Hello,
I want to delete the spaces in the time format so it will have the same height on a mobile:
I think it must be done in fullcalendar.js on row 14465:
if (seg.isStart) { timeText = this.getTimeText(seg.footprint); if (timeText) { timeHtml = ‘ ’ + util_1.htmlEscape(timeText) + ‘ ’; } }
But I can’t find out here timeText is filled with the spaces “10.00 – 12.00 Toezicht”, I rather have “10.00-12.00 Toezicht” so they look all the same.
Hello Arie0512.
Maybe it should be better to decrease the font size so that the text be more adjusted than making changes on the script files. If you need help on that, just let us know.
Best regards
Good solution, I have decrease the font-size with 5%
Nice that this solved your issue. It’s better to make some changes outside the script files, so that doesn’t break any script functions.
Best regards.
Hello,
I have a test enviroment at https://speelvlucht.nl/nieuw/ (bottom page).
I have use contentHeight: 750 to set the height of the rows but is it possible to get a dynamic height?
As you can see, only the week of 24 May should be 750 pixel height, the other weeks could be a lot lower height.
Kind regards,
Arie
Hello Arie.
We’ll have a look at it and see if that is possible with the script.
Best regards.
Tnx, that will be appriciated! Hopefully you can get me in the right direction 
You want that all the week can have a higher height, or only the actual day?
I want each row (week) to have the same height so each week can have a different height, depending how many events occurs in that week.
Try to add the following lines:
dayMaxEvents: true, height: ‘auto’,
and remove the contentHeight: 750,
Tnx, the dayMaxEvents: true did for 50% the trick 
It looks like the week for 5 july is 3px higher than the other weeks but clearly not high enough, it has been calculated to 82px but it should be around 97px.
And another thing, if you go to May 2021 you see on 25th and 29th May there “+2 extra”, is it possible that the two events are direct visible?
Try the following for removing the event limit and the popover creation.
eventLimit: false,
Tnx a lot, now it’s looking great!
No problem arie0512.
We are happy to know your problem is fixed. By the way, if you like our script and our support, just leave your rate on it. we are grateful. If you need further help, don’t hesitate to contact us.
Best regards.
The 5 star rating has just been submitted ….. 
Thank you so much for your rate on our script arie051. This is really important for us.
Best regards and keep on the good work.
Hello,
I have purchased the calendar and it looks great!
However I ran into some issues:
I have added an new event with a title and a start and end date/time. But it looks on the calendar as follows:
18 New event (i have added some css so the title starts on a new row)
But I want to see the complete start and end time:
18.00 – 20.00 New event
I see in fullcalendar.js on row 14468 that the var timeText is used to fill the time but where can I edit this so I get starttime – endtime (18.00 – 20.00) ?
Hello arie0512.
First of all, thank you for your purchase of our script. Relative to your question, where can we see that issue, so we can try to help you getting it fixed?
Best regards.
Tnx for the quick reply but I have solved the problem, I added displayEventEnd: true and timeFormat: ‘H:mm’ in functions.php
Hello arie0512. Nice that you found a fix for that.
Best regards and have a great weekend.
Hello,
Is it possible to add the start / end datetime and the descriptionto the calender view and disable the pop-up so you can see at once which events you have?
Hello arieanneke.
That option is possible, but you can’t add much text to the description text, or else it won’t be displayed.
Best regards.
Ok, clear. I have short description so that would not be a problem.
I understand that there isn’t an admin part but it can be easy integrated into an exidting PHP admin. How is the calendar in the front end being integrated? By a PHP short code?
Hello arieanneke,
If you are a code expert you won’t have any problems with integration. But if you don’t have that code knowledge you might have some issues with the integration. The code uses functions which you can call on your admin and frontend page, but then you’ll have to make a few modifications to the code so that it works correctly on your frontend and admin panel.
About your first request we can have that work for you. We’ll just need you to send us your FTP access and website link and we’ll make sure you have that feature on your script.
Best regards.
Hello, would this plugin be able to be integrated easily with Ultimate Client Manager https://codecanyon.net/item/ultimate-client-manager-pro/2621629
Hello WDGNZ.
We use plain PHP, which seems the same used on that script, but integration, might not be easy, as you need to understand the database and the way it is working. You’ll have to create the database tables, and then manage to use our own functions inside that script.
If you are expert on PHP you might not have any issue integrating it, but if you don’t understand much, you’ll probably need to hire someone on envato studio to make that integration.
Best regards, and thank you so much for your interest in our script.
HI. I have a few before buying questions>
1st. As the main admin, can I set up agents who can only access the own agent calendar?
2nd. Which rights can I assign to an “agent”?
3rd. I want every “agent” to be able to fill their own calendar with their events. But afterwards I would like all “agent events” to be summarized again in the main calendar for the public area.
Is this all possible… and if… how?
Thanks in advanced. Peter
Hello keyboard,
Thank you so much for your interest in our script. Relative to your questions, we provide the source functions for the buttons, which you can add to your own admin panel system. Event Calendar doesn’t have a multiuser setup. What we mean with this, is that the functions are general for every user end use. If you intend to make this private for each user, you might need to have a bit of code knowledge for making those changes, or maybe hire some developer on Envato Studio (https://studio.envato.com/).
Best regards and stay safe.
I would like to buy your calendar program, but really want an Admin Panel (just one or two users), so all buttons at top of calendar are not shown to public—so only admin users can add events. Will a version like that be coming soon? I didn’t like that Event Manager program. Your prompt reply is appreciated. Thank you!
Hello SimonLegare.
Thank you so much for your interest in our script. We have released the Event Manager, with far more features, because we didn’t want to release the same script alone with only a CMS. We thought it was better for people to have the script, but with more features. But as we’ve add a few requests for this feature, we are going to work on a dedicated Admin panel just only for this calendar script. Right now we cannot provide it, and also envato is rejecting many scripts, so this will be a bit hard, but either way we will try to add it with a CMS as soon as possible. Regarding our script, and the buttons outside, you have the functions, that you can add to your own admin panel, if you have some code knowledge, or maybe you could hire a developer who could do this for you.
Best regards.
Too bad that used a very old version of the fullcalendar over here…
Hello taurine420. We are looking forward to release an update with the latest version. Just wayt a few days. Best regards.
Could you please respond to this comment, when update is available, so i will get email notification? Thank you!
We still don’t have a date for a release yet, but when we release it all our customer will be notified.
Best regards.
Hello taurine420, for what we’ve been reading on the latest documentation of fullcalendar, we see that many options have been disabled, and some of them removed. For updating this script into the latest version, we don’t think this will be a good option. Maybe we can somehow manage to make an update into some other previous version than this one.
Best regards.
Hello taurine420.
Well, regarding our last reply, we might be having some good news, and we might probably make a future update with the latest script. We’ll have to make some research and many tests, and maybe integrate some more features to our script also.
Best regards.
Can I use this script as standalone software to install it in a domain and display the event calendar ? . This script is protected by admin login ?
Hello cubanito2002.
Unfortunately, this script doesn’t have any admin panel. We provide the functions for the buttons, and if you have some code knowledge you can try to integrate it on your system. We have on more script that has the Event Calendar built with an admin panel which is this one: https://codecanyon.net/item/eventmanager-php-script-admin-panel/21280741
Check if this interests you.
Best regards, and thank you for your interest in our script.
great script….can you support to integrate it into an existing CakePhp 3.9 project? .
Hello y_saini.
Thank you for your interest in our script. Relative to your question, we are sorry for the inconvenience, but we don’t provide support for the integration for that platform. Maybe you can check on https://studio.envato.com/ and see if you can find some professional for that area.
Best regards.
Hello, do you support multiple users?
I need three different user logins, each with an own calendar. Also I need one user login that can access the calendar of all other users, but without always have to logout and login with the other users login data. Do you support this?
Thanks!
Hello LDavid2015,
Thank you so much for your interest in our script. Relative to your question, the script is built for a single person only, but if you have code knowledge, you can make it work for other users, but this is a customization process that we don’t support, due to the ammount of work we are currently having. Sorry for the inconvenience.
Best regards.
hi, everything was working fine, but now the calendar doesnt load. i know it is related with the data on the events table, regarding with strange characters, is the a way to bypass this? also i went to the support page but didnt know how to submit a new case or ticket, thanks and regards
Hello zivo13.
First of all, thank you for your purchase of our script. Relative to that issue, can you show us the page where you are currently running your instalation? If you want, just contact us through email at geral@ezcode.pt and we’ll help you from there.
Best regards.
Hi. I would like to ask you before buy question. How hard is implement your calendar to existing project? I dont’ need any back-end. Only need to show existing events from database in calendar in front-end. Is it possible when I already have table with events? Thank you for your answer. Cheers.
Hello gabael.
Thank you for your interest in our script. Relative to your question, this is an easy setup. You only need to follow the database table names and make the changes according to it. For displaying other table information from your database, you need to have a bit of code knowledge, and make the proper changes to the script. But you’ll see that our script is very easy to use and to understand. If you have any trouble we can help you with it. For changes that are outside of the scope of the script will be charged as customizations.
Best regards.
MAMP • Error: Can’t insert into database — that’s what I get when trying to make a new “Type”. I checked the DB connection and that works perfectly. It’s your db with 2 tables “events”, “type”. Never any problem with this in MAMP on Mac. I see that more people have been running into this. Any idea? Thanks.
Hello Piroo.
First of all, thank you for your purchase of our script. You are currently running the script in a local server, right? What PHP version are you currently running?
Best regards.
Yes locally on a Mac. That PHP has version 5.6.37
It’s strange because sometimes it happens with 7+ PHP version, or due to bad DB connection credentials. You changed them into your config.php?
Yes the config.php is edited with the right credentials and I even tested that with a test file that confirmed the connection is ok.
is there any way you can upload it to an online server so we can see what is happening?
Ok, I will contact you soon via your support channel.
OK. Best regards.
How can I get the id of the event, to use it inside the popup
Hello IoDesignAgency,
First of all, thank you for your purchase of our script. relative to that, you can add that inside functions.php under the correct function.
Best regards.
Hi, how can I edit the event that I opened with the popup?
Hi IoDesignAgency.
The script doesn’t permit to edit the event on the modal box. You can only edit it by clicking the edit button, which will open a new tab.
Best regards.
Hi, does it have a list view? Just all events listed in a text table? Thanks.
Hello Piroo.
Well, Fullcalendar has a feature that let you select what kind of view you want to have. For example for displaying like table you have the list view. There is a green button on the right side for that purpose.
Best regards.
Thanks. Indeed Fullcalendar has this, but on your screenshots there’s only 3 gray buttons for Day, Week, Month view. So how is that going?
We added that to the script, but the image was the first one. But in fact it has that list view. Sorry for the inconvenience.
Best regards.
Ok, thanks. No problem; good to know.
No problem
And thank you for letting us know about that.
We will change the screenshot as soon as possible.
Best regards.
Just bought it.
I’ll let you know how it turns out later …
Hi Piroo, thank you so much for your purchase. It’s very easy to install, and to integrate into other raw PHP/mySQL systems. If you need our help don’t hesitate and contact us.
Best regards.
what should I write for username and password on Demo3 version?
Hello alaawaku,
What you mean with your question? Our Event Calendar Script doesn’t need username and password, and we don’t have demo 3 on this.
Best regards.
Hello alaawaku,
First of all, thank you for your purchase of our script. Can you provide us your purchase code so we can had you to our support list? We can’t reply to your email. Can you provide new email so we can reply to you? Relative to your question, maybe everything is correct, but you might have added some bad characters. Is there a way I can have a look at your installation so I can try to see what is happening?
Best regards.
Hi,
Do you have a demo for the admin control panel?
Hello xparte,
There is no admin panel for this script. This is a module that you might integrate on your admin system, in case you have one. We have this module integrated on two scripts that have admin panel which are:
https://codecanyon.net/item/marketing-corporate-enterprise-website-cms/22908969and
https://codecanyon.net/item/eventmanager-php-script-admin-panel/21280741Have a look at them and see if this interests you. Best regards and thank you for your interest in our work.
Thanks for getting back to me. I don’t need a full CMS as I was planning to integrate it into an existing website.
My main concern was that in your demo, the public seemed to be able to add/delete events which I didn’t want, but looking at your CMS examples, it looks like there’s a public read-only view.
If I set this up on a PHP/MySQL server, can the calendar be embedded elsewhere? Eg.. is there an embed code created where I can have this calendar embedded into a page on a client’s WIX site or something like that?
Hello xparte.
Our script can be added on almost every platform which uses PHP language. You just need to have code knowledge for setting it up, or if you don’t have this knowledge, you can hire someone who can do this for you. About WIX platform, we think that it doesn’t allow the use of PHP extensions. You can read further here: https://support.wix.com/en/article/request-using-php-programming-language
If you have any further question, don’t hesitate and contact us again.
Best regards.