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.
Related
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?
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.
I am using a public google calendar where various users create events via my application and can view them. However upon using fullCalender I am fetching all the events together(All users can view all the events, however I want so that user can only view the events he/she is a part of). Is there a way to fetch events purely based on the group members in the event.
I've created a new view in Google Analytics with everything set up the same as a currently functioning one, only with the addition of User ID tracking turned ON. It's using the same property so the UA code has not changed.
I've copied over everything that I can think of from the current view to the new view. At first glance everything was working fine, page views were coming through via Real-Time correctly and matched up with the values seen in the current view.
For some reason though, the new view is not listing ANY actual events in Real-Time, however the events graph is being populated.
The current view IS tracking all the events correctly.
We use Tag Manager to handle all our events among other things, and using the debug mode, all events were also being triggered correctly. Finally, I've also used the GA Debugger chrome extension, which again is not showing any issues. The new User ID property is being passed through to analytics as I'd expect.
I've tried searching for any issues related to User ID views and tracking events, but came up blank, presumably because there is no inherent issue with this set up.
Any suggestions?
I found out that the reason that the events were not tracking is because the user id was not being sent along with every event.
I believed that once it was set on page load every analytics interaction after that would use that user id. This was not the case. In Tag manager I added a 'Field to set' property for all relevant tags like so;
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.