Browse By Tags

  • Clone AppointmentRecurrence

    Hi All,

    I am having trouble finding documentation on copying/cloning an AppointmentRecurrence.  In our application, the user creates an Appointment and specifies the recurrence pattern. We store the AppointmentRecurrence in the database using Save() and…

  • Store Appointment in the database in plain text format. or retrieve dates, location etc from binary field to run the query.

    Hello,

    I want to run the query on my appointment table that has recurrence member and all properties stored in binary format. 

    How can I store the data so it can be used to filter the results? This needs to be done in the database so can not use Infragistics…

  • Changing how many days the UltraDayView scrolls by

    Hello,

    I'm working with an UltraDayView control that allows the user to display numerous appointments for the full work week in two different views: by the single day, or by five days (Friday - Thursday excluding weekends). If the user is currently viewing…

  • Achieving an Outlook-style Week View using the UltraDayView control

    Hello all,

    I'm working with a set of UltraWinSchedule appointments and an UltraDayView control that displays the appointments. I'd like to be able to click a "Week View" button that makes the UltraDayView display the current week, with each day having…

  • How to find next available appointment by duration for a given date and owner.

     Hello everyone,

     

    Is there a way to find next available appointment by the given duration within a day and owner. The appointment can be several hours or minutes long so I cannot look for empty TimeSlots due to limitations with time interval.

    GetAppointmentsInRange…

  • ReminderDialog - list of appointments

    Hello,

    because I wanted to determine the startup-position and besides display the dialog in ribbon-style, I decided to use my "own" ReminderDialog, like I've seen in this forum.

    Everything looks fine, but now for every appointment will…

  • Control Vertical Positioning of Appointments on MonthViewSingle

    Is there a way to programmatically force certain appointments to always be displayed as the topmost vertically displayed appointment on the MonthViewSingle control?  I have appointments that are unique and I want those to always be displayed topmost.  I…

  • Translating Recurring Events from Outlook to Infragistics and back

    My application integrates with Outlook events using SecurityManager (so I use the Outlook Object Model). Both importing events from Outlook into my database and any events made in my application creating and changing outlook events.

    Has anyone written…

  • GetAppointmentsInRange throws ArgumentOutOfRangeException

    Hi,

    I am using the method UltraWinSchedule.AppointmentRecurrence.GetAppointmentsInRange(DateTime rangeStart,DateTime rangeEnd) to calculate instances of a recurring appointment. In the case of the option RangeLimit being set to LimitByNumberOfOccurrences…

  • Create a class schedule calendar help ?

    I want to create a student's class schedule, which would basically look like Outlooks weekview, with the days side by side, and a time scale along the left side.  I would want this time scale to show only 7:00am to 7:00pm, with 5 minute increments…

  • Context Menu and DayView selection

     I'm trying to use a context menu on an ultraDayView (2004, Vol. 1) and I need to be able to select the timeslot/appointment where I right click.  I currently have the event setup to recognize MouseDown on the dayview, but I do not know how to get it…

  • UltraDayView

    Is there a way (hopefully easy without overriding drawing methods) to set the width of appointments in DayView.  Right now the cover about 90% of the width of the column.  When trying to create another appointment for the same time the user (even I) have…

  • Change Recurring appointments

    Hello,

    I'm using WinSchedule for the first time, and I think it is great! But I can not figure something out and I would like to ask a question.

    I'm using my own Dialogs and my own database managment to manipulate insertion, updating, recurrency…

  • 45 minute offset when using UltraDayView.GetTimeSlotFromPoint

    Hi,
    I'm writing some dragdrop implementation using the UltraExplorerBar and a UltraDayView.

    When I'm dropping on the UltraDayView on the (graphical-) timeslot (e.g.) 8:00am - 8:14am, the GetTimeSlotFromPoint(e.X, e.Y) returns startTime 08:45am and…

  • How to hide an appointment column for an owner on a specified date in DayView

    I've been trying to figure out how to hide a single column in the DayView control for an owner on a
    specified date.

    The reason being an owner is added to our system before they actually commence work, this allows
    the receptionist to start booking…

  • Delete/Edit an occurance from a Recurring Appointment.

    Hi,

    I want to make changes or delete an occurance from a recurring appointment.

    Lets say I have created a recurring appointment with no end for all Week Days with it starting Date 29th Jan 2009.

    If i want to delete its occurance on 30th of January…

  • SaveasXML

    How can I use this SaveASXML in Appointment

    thanks

  • Winschedule - UltraMonthView Control

     

    This is in a year view

    How can i define an holiday within calendar. When i take mouse cursor over that date holiday should be displayed.

    How can i select multiple days and define holidays ? Say for. ex i want to select all Sat and Sun and define them…

  • Recurrence

    1. how can i Know if one particular Schedule was part of Recurring item?

    2. If its part of recurring Schedule how can i get the PARENT Schedule?

     

    Thanks

  • multiple working times for a single day

    I need to show lunch hour timeslots as unavailable and shaded in the same way as timeslots outside the working hours are shown. Ideally I would have liked to specify more than simply a WorkDayStartTime and WorkDayEndTime for the DayOfWeekSettings for…
  • Store Extended Appointment Info into database

    Hi

    I'm using the extendedAppointmentInfo to set and get the custom field I create outlook 2003 dialog. After get the appointment info then i assign it to the appointment tag. I create new appointment and i enter the value into the custom field i create. I…

  • Custom Appointment Form

     I like the way that the ultraDayView works and the scheduling.  However the fields that it uses will not meet my requirements.  I need to have some additional drop down/lookup boxes that will be populated/validated from my database such as customer and…

  • Inverting DayView layout

    Hi!

     I'm testing the WinSchedule namespace and I was wondering if the layout on the DayView component can be inverte.  By this, I mean that I would like the time line to be displayed from left to right and the owners, from top to bottom.

     What do you…

  • DataKey updation problem

    Hello,

    We are using Infragistics .net 2008 Vol 2 for Scheduling. And for that we have created table same as the Appointments table given in Scheduling sample with only one change. We have added one column Datakey for creating relation with other tables…

  • UltraCalendarCombo, change calendar dropdown size

    Hello,

     I just don't manage to find out. How can I change the size of the dropped down calendar part of a UltraCalendarCombo? I use three custom date buttons at the bottom of the dropdown protion of the control and I would simply like to increase the…