Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
95
Variance appointment does not show up.
posted

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 doesn't show up on the calendar, the recurrance appears as though there is no variance.  And the actual Variance Appt is no where to be found. 

Has anyone had trouble with this? Or have any suggestions on what I might be missing? 
I have an Activity with a VarianceKey which matchs the VarianceKey on my Variance,
I verified both have the same RecurrenceKey,
I'm using the RootActivity to call CreateVariance,
I add the variance to context.Variance.add(appointmentVariance); 
I have checked all the properties while debugging for appointmentVariance, they all look correct. 

Any help would be much appreciated.

Parents
No Data
Reply
  • 515
    posted

    I am also creating own dataprovider. I had some problem showing recurring appointments.

    Can you please post your sample of  "FetchRecurrences" method.

     

Children