Can't find resourceClick like eventClick in fullcalendar scheduler #5.7.0 - fullcalendar

I've faced to problem. Fullcalendar has property eventClick which allows you to handle a click on an event from list events calendar. Now I've started use fullcalendar scheduler (#5.7.0) where I need to click and call such action but on resource, from list resources in the left side. I've couldn't find any solutions so decided to write feature request. If solvetion has already existed, couldn't you share information and write to way to use resourceClick in fullcalendar scheduler #5.7.0.
I think it featuer will be usefule for many projects, where use resource timeline.

Related

Google Calendar Events identify conflicting events

My application is using google calendar to read events as reservations to a specific room.
A room have a specific google calendar assigned to it, and anybody in the group can add a schedule/event/reservation.
With this, anybody can add a schedule and there is no checking for conflicts, etc. There can be conflicting events.
Since my application is reading calendar events, I thought there is a difference between the valid (first) event VS the conflicting event. But upon checking both events, I cannot find any field that can be used as an indicator that the event have conflicts. There is no way that my app cant tell which event is valid and which is in-conflict.
I tried setting Auto accept invitations that do not conflict in the google calendar settings but this won't work as I still get conflicting events.
My app have scheduled tasks that run periodically and it reads the calendar events and updates my list of reservations. My application removes those events/reservations that falls within range and updates it with the calendar events. But this includes the conflicting events/schedule.
Any idea on how I can set google calendar to avoid conflicting events?

FullCalendar event editable callback

I am implementing a FullCalendar Scheduler where the client can drag the events around the timeline.
When an event is dragged and dropped somewhere, an ajax call is made, where the backend perform some operations on the database, and possibly reverts the event if something went wrong.
What I want to achieve, is to block the event dragging possibility, while the backend script runs, so the users can not drag and drop anything until the backend code finishes. This could be easily achievable, by having a callback function for the event objects editable property where I check a global variable to determine if any event is in the upgrading process currently, or not, but unfortunatly, it seems that FullCalendar does not support this.
Do you know of any other solution to achieve my desired behaviour?
At the moment I am using FullCalendar V3, so I would prefer a solution to that version, but if an easy to implement solution shows itself with V4, I am willing to upgrade.

Modifying appointment event from external using Javascript

I am working ith Fullcalendar, and it is great. I now want to use SignalR to modify events in real time. For this i would need to modify a single event and render it.
In the API section it gives me the way for dealing with drag and drop. this and creating the schedules etc. have been working in my development since 4 years without issue.
Does anybody please have an idea or snippet how to initiate a call to modify/create/delete a calendar item from external (how to create an instance with which ID, server will not know the schedule ID, and just rerender this one instance which is shown in the API section)
thanxs
Walter

How to get day from what event has been moved from in Google Calendar

I am registered for receiving updates with Google Calendar API. But there is a problem when user moves event from one day to another. For example from 24/08/14 to 21/08/14.
I would get the update that events has been changed on 21/08/14, but I can't see any way to find out from which date the event has been moved from, so I can find the event on my side.
P.s.
I am develoing a system that works with GOOGLE Calendar API and another System API, and I don't have required functionality in the SYSTEM API too, so it would be handy if there is any way to find out the way to find out from which date the event has been moved from.
Use event IDs to match the events you have in the system and the updated events. That way you can happily track the changes.

Creating an Agenda View for IBM iLog Calendar application

I am using the IBM iLog Elixir calendar for my website. Its working fine.
My issue is that, I want to create an agenda view for the events in the calendar for the date that is selected in the DataChooser (which I do by sending a request back to my database, and fetching the events for that particular date).
But the issue here is with the events that are recurrence. They have rules, and based on the rules the iLog calendar shows them on the calendar. But for me, I just check for the events with that date.
There are two solutions:
Is that I understand the rules in the database, and make a query that checks those rules and send me back the events.
Solution is, the iLog calendar already fetches all the events, and displays them according to where they should be. So, I should try to find a way to fetch these events from the calendar itself.
The solution second is a better choice, as it makes the calendar faster (as I dont have to send another request to database) and it also is already doing what I need. All I need to figure out how to fetch these events.
How can I fetch the events from calendar itself.

Resources