Creating an Agenda View for IBM iLog Calendar application

294 views Asked by At

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:

  1. Is that I understand the rules in the database, and make a query that checks those rules and send me back the events.
  2. 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.

0

There are 0 answers