Hi,
I am using infragistics v 9.1 and i have created a page to show appointments.
I am using the webscheduler control to show schedules, this os working according to requirements.
Now i want to export my schedule to outlook calendar.
Please help me if someone have any idea or if someone has done this before. I am sure this is possible.
Regards,
Farid
Thanks.
I was also thinking and checked with schedular to find the this feature, but to my disappointment infragistics doesnt support this. I think there should be a way to have sync options with infrgistics and outlook. But infrafistics have there own business strategy.
Any how i have decided to use the google calendar as this is easy to use and support the out look too.
theres not an actual export control for the schedule but perhaps there was a way you could use the code behind and access the outlook program and the foreach appointment in the schedule info add an appointment to your outlook calendar. I've not tried this myself but it seems like it should be simple enough since you can reference the microsoft office tools in VS.