57 comments found.
.
18 SEPT 2023
hello your demo page is out of order ... ...
and your calendar has the admin that can 1 view and edit all staff calendars on one page and
2 view and edit one staff calendar
... ... right ??
thanks
Hello, sorry, this is just a frontend plugin for developers, no administration interface included. You need to provide the input as JSON to get the look.
Do you have the ability to solarize the calendar? We need this product with solar calendar.
Hello, what do you mean by “solarize”?
I think if your computer’s date is set to show Hijri solar date, it should show as Hijri too. Can you check the calendars on the documentation? İt doesn’t have a specific Hijri/Gregorian setting if that’s what you’re asking.
Hello, I have a question. Basically I’m able to integrate your calendar on my site but I’m seem to be unable to customize some options. 1) I want to disable the hours between 23.00 en 9.00 because there will never be events at that hours. 2) Is it possible to focus on events in the current week in the list view (The view that opens when you press the ‘*’ button. Now it starts at the oldest event. 3) What is the purpose of the [SELECT] and [CLEAR] button? The y don’t seem to do anything or am I missing something? Thank you.
Hello, thanks for buying and using the plugin, sorry for the late reply, here are your answers:
1) It doesn’t support disabling hours, sorry 2) ”*” is to display all events in the list, the week display is triggered by the calendar icon. I understand what you want, but it needs to be coded explicitly. There’s currently no support for creating your own lists. 3) You can select an event with it, but it seems like it doesn’t select the event on the documentation. Seems like a bug. Thanks for letting me know, I’ll release a new version with a fix ASAP.
The preview link is not working.
Please put a normal link in the item description, Envato preview causes problems with many items..
Hello I have a question, I have the script all setup and working. But when I click on the date and then on the event below it changes all of the images on the page to the events image. e.g site logo and background image change to the event image I have. It’s like there is a click common saying change all “img” “src” to the event image when I click on it. Is there a setting I can change to stop this ?
It shouldn’t do that. Can you send me an URL so I can check it?
Hello, I just sent you a message with the URL, I did not want to post URL here for people to see. You should have the message now.
Hello, sorry I just had a look on your website https://rettica.com/evendar/docs/readme.html and it does the same when you click the event at the bottom it changes all the images on the webpage. Sorry I just saw that now.
Yes, you’re right, I also see that. It wasn’t acting like that before. I don’t know what changed. I’ll update the plugin and let you know. Thanks for the heads up!
I updated the plugin, after approval, you’ll get notified about it. Thank you!
Thank you very much 
Did the update fix it?
Hello, No still the same, I sent you a new link with the update. 
Yep I sent the wrong package to the update, it’ll be fixed when it’s approved.
Its all working perfectly now, thank you very much 
You’re welcome
Hi,We have events getting listed below the calendar based on the date selected. Against each event we want to add icon for edit/delete event so that user can edit the particular event. Please let me know whether this action is possible in evendar template.
Hello, you can add your buttons when the draw is completed on the `ondraw` event with JavaScript, other than that, it doesn’t have any arguments to allow that.
can you please share any example for ‘ondraw’ function
Hi, is it possible to have Only One dots under day, if there are for example Multiple events I see only 1 dots.
You can modify them in the ondraw event. It fires after a draw is complete, and you can use input.find(”.evendar-day”) to query the days.
Hi, am try to change some modification in .js file, but I can’t find the solutions. can you please send sample code.
Did you check the examples on the documentation? I don’t have any examples except them..
In mobile view, we need option to scroll and view next and previous month calendar. Currently its working only with arrow option. Please let me know if scroll option is available for mobile.
Hi, you are referring to infinite scrolling I suppose, that’s not available for this plugin.
Hi, Thanks for your quick response.
You’re welcome, thanks for buying and using my plugin
Does this code support ical links for the events?
Hello, what do you want the calendar do with ical links? clicking the event will open an google calendar event or sth else?
Hi guys, is it possible to have more than 3 dots under day, if there are for example 6 events I see only 3 dots.
Best regards, Darko
Hello, that’s by design because it has a dot limit hardcoded in the source. If you want I can parameterize that but you may need to design other parts too.
Hello, thanks for response. I already did some modifications on .js file, but I can’t find where to change limit from 3 to 5. Can you give me some advice? I replaced all instances of 3 to 5 at evendar.min.js file and still there is a limit to 3.
Hello, the source has this:
var eventsContainer = $("<div class='evendar-event-points-container'></div>").appendTo(calendarDay);
for (var j = 0; j < events.length; j++) {
eventsContainer.append("<p class='evendar-event-point' style='background:" + events[j].color + "'></p>");
if (j > 1) break;
}
the last if determines the limit of dots. you can remove it to remove the limit. or increase it.
I quickly checked your full view choice, but I believe it cannot fit it to my needs. I need to manage a dental studio with two offices and 8 doctors. Often the events are 15 or 30 minutes long, there are about 20/25 events daily per office and they today have events till December 2020. As you understand the full view results in a mess of events absolutely unmanageable! In any case I’ll double check it when I’ll have time enough to study it well and I’ll try to personalise it to my needs. Currently I already change a lot of parameters in your original source to fit it to my needs expanding the space in grid for seeing 15 minutes long events and cutting useless hours (working time is from 8am to 8pm). Now I have a multiuser and multi office calendar where I can choose which doctor’s events see (so any doctor sees his own events only, while the receptionist has an office’s event whole view). The only improve I need now should be a weekly grid view to let receptionists choose quickly day and time to make an appointment with patient.
Do you have any illustration about what it should look like?
Hi, I’ll try to do it but it won’t fit into the dropdown, did you check the current grid view of the plugin?
In effect I’m using only the desktop version of plugin and I don’t take care of size for mobile devices. My customer asks me to use iPhone and Android calendar for seeing events on mobile devices instead
Hi, I’ll double checked both Google and Apple Calendar and, on mobile devices, they don’t use weekly grid but only monthly and daily ones, for correct visualization I suppose, while weekly grid is present in their desktop version. Mobile weekly visualization doesn’t sound like a must, while it’s very important on desktop side.
Hi jakobino, the grid view may not be a good fit for this plugin, because of it’s small dimensions. I’m still thinking how to fit the events into 7 columns in the dropdown. I’ll let you know when I finish the implementation.
Hello, can you send me a message from my profile contact box?
Great! I’ll wait for your brainchild 
Hello, It is possible creating events directly on evendar and passing all parameters to mysql table?
Hello jakopino, evendar doesn’t contain a form to add an event but I’m thinking of adding one. But I couldn’t decide how to handle the custom fields the user would need to append to the form. But there’s an “Add new event” button I guess, and when you click it,you can open a modal to do that.
I guess I didn’t update the plug-in for a while, the current version doesn’t seem to have that feature. I’ll let you know when I finish all the features on my mind.
Perfect! I added a black square + on top left (near grid and list button) to add a new event into a modal window. I’d like to know if it’s possible add a weekly view of events (or if someone already done it)
Hi jakopino, I haven’t tought about adding a filter function for the days, but this request lighted some bulbs on my mind. Maybe I can think of a dynamic way to allow users to modify the list ranges. But maybe in the later versions. I’m releasing this now.
Hi tpaksu, I need something like your calendar, but with a few modifications, and would like to know if this calendar is open source. And if it is, then how well documented/commented the source code is.
Thank You
Yes you can find the formatted js file with scss file, you can modify the source code as you wish but I’m not sure about the source documentation, it has inline comments but I don’t know it’ll be enough for you. But I also think it won’t be a problem for you to understand the code.
Howdy,
It turns out even with your examples on the code canyon site that the calendar has issues with the iPad Pro.
I just realized they deleted my last posting.
On the IPad Pro, the Calderon year changer doesn’t work. This is even true in the demos on this site.
All the best,
Shane
Calderon?
Try adding this css
- { cursor: pointer }
Replace the dot with a *
Is it possible to make the picker put each datetime at his own input?
There’s a linked single date picker example in the documentation if that’s what you want.
Yes, i saw. Thanks 
I’m getting the following error: Uncaught Error: Syntax error, unrecognized expression: .calentim-timepicker-ampm-אחה”צ
Note that i use moment and momentTZ and the default value of moment’s locale is set dynamically for each user. in this case, hebrew
Can you prepare me a demo?
Hello YahavS, yes it’s a bug in the plugin. I’ve prepared a fix for that. It’ll be ready in the next release.
Thanks 
hi i want use this library with jalaali calendar. when import jalali-moment and change date format to “jD jMMMM jYYYY” and set locale to “fa”, then just apply jalaali date for event date and calendar show Gregorian (Miladi) dates. please help me, how to change calendar to jalaali dates?
Sorry for my poor English language!!
Regards,
Mahdi
Mahdi hi, the calendar doesn’t support jalaali dates, I don’t even know how to do it. How should it look like?
Hi, my verification code is : 1fccf261-0505-4206-ab39-c6ac8ec34761
When using Edge the weekday title ‘Sat’ drops down to the next line and the dates are out of sync with the weekdays. For example today is Monday 10th June but in edge Evendar is showing the 10th as a Thursday. All seems fine in Chrome but Edge seems to have problems.
You can see this demonstrated on your page http://rettica.com/evendar/docs/readme.html when viewed in Edge.
Could you please advise.
Many thanks Mike
Hello, can you add this css with replacing calentim to evendar?
@supports (-ms-ime-align:auto) { .calentim-dayofweek, .calentim-day, .calentim-disabled { width: calc((100% / 7) – 2px) !important; padding: 2px !important; } }
Brilliant, that sorted it, thanks for the fast reply
You’re welcome
Hi My Json data is not configured the same as your example Json data you provided and I can’t amend my Json source to change the key.
I have a Json file with data key using the terms “start” and “end” for the date used in the event, not “startDate” or “endDate” as per your example.
Is there a way with Evendar to configure the calendar to pull the data from those key words?
The start and end date value is output as follows: start], end],
Is it also possible to configure/instruct Evendar to interpret those date formats?
Thank You
Hi,
There’s no automatic data adapter internally, you need to do it externally.
You can write a data adapter between your json and evendar. Pull your events with jquery.ajax, modify it to suit the events object format, then give the modified data as events array
And the format option sets the date format globally on that instance. Also, you can give a parsed moment object to the startDate/endDate parameter, which would be easier without playing with “format” option. I would prefer the latter.
start: moment([your formatted date], [your format])