Browse By Tags

  • ASP.NET WebSchedule Appointment with recurrence is not working

    Hi guys, I'm currently using Infragistics ASP.NET 2014.2 WebSchedule control and I have some issues with recurrence.
    I wondering if version 2017.2 have the same issues, so I installed it and test it. It seems the I have pratically the same issues.

  • WebMonthView Appointment Recurrence JS Error Problem

    Hello,

    I got a webmonthview with 2 appointments, with 1 that is recurrent. When I click on the recurrent appointment, I got a javascript error:

    Microsoft JScript runtime error: 'getActivities().getItemFromKey(...)' is null or not an object

  • Root Activity Not Displayed After Variance Added

    I currently have Activity, Recurrence, and Variance wired up, and everything seems to fetch correctly (e.g., all of my Fetch... methods are getting called).

    If I create a new Activity and add Recurrence, all appointments display correctly.

    However…

  • Variance appointment does not show up.

    I am working with a custom provider, I call FetchActivities, set up all the appointments, I call FetchRecurrences, set up all the recurrences, and I call FetchVariances, to set up any variances.  Appointments and Recurrences seem to work fine.  But my Variance…

  • Bug In Recurrence window

    Hello,

    I have problem with the webschedule component.

    When I open an existing appointment, I click on the Recurrence button. The combo with the start and the end date are empty.

    I have theses 2 messages :

    error on the page script
    ligne 59
    caractere 60
    erreur…

  • Re: Calendar View getSelectedActivity() is not working for recurrence appointment

    By "not flagged as an existing Activity" do you mean it is not in the database? That's because instances of a recurring activity (occurrences) are generated on-the-fly.

    You will have the first (root) activity of the recurrence, and the…

  • Re: Monthly Recurrence Pattern

    tgaudette said:

    Can anyone tell me how this data is stored in the recurrence table?   

    The following help topic explains the data model of the recurrence table:

  • Re: How to set End Date in Case of MaxOccurrences in Recurrence

    There is not enough information to calculate an end date based on the MaxOccurrences here, that is why you get the exception (if I had to guess, it's an NRE because either start or end date is not set?)

    Here is the missing information:

    • recurrenceObject…
  • Reoccurring appointment DST issue

    It seems the "one off appointments" self corrected with the change over to daylight saving's time but the recurring ones have gone forward +1 hour.

    Could someone please point me in the right direction to correct this issue? Should I be 

  • Re: Using SQL DataSource ?!

    Hello, can somebody help me. I am facing big trouble here doing the webmonthview work with webscheduleinfo. It is very urgent for me if any body can help me out.

    I have done the following thing ....

    1. Put the Webmonthview on the page

    2. Put the…