Sync my web calendar with outlook ASP.NET/C#, MSSQL 2005

  • Thread starter Thread starter Nirosh
  • Start date Start date
N

Nirosh

Hi All,

I am trying to integrate my web site calendar with outlook calendar. The
changes made to the the web calendar should be reflected in the Outlook
calendar, and vice-versa. The synchronization process should be initiated
by a user action from a web page. I don't want any other events from
Outlook to be synchronized by this solution. There is a one more
restriction, this solution should not require the web client to install
anything, such as a separate application or ActiveX control, any idea how I
should proceed with this????

Thanks,
Nirosh.
 
Hi All,

I am trying to integrate my web site calendar with outlook calendar. The
changes made to the the web calendar should be reflected in the Outlook
calendar, and vice-versa.  The synchronization process should be initiated
by a user action from a web page.  I don't want any other events from
Outlook to be synchronized by this solution. There is a one more
restriction, this solution should not require the web client to install
anything, such as a separate application or ActiveX control, any idea howI
should proceed with this????

Thanks,
Nirosh.

Hi Nirosh,

here's the complete example on how to

Sending Appointments to an Outlook 2007 Calendar from an ASP.NET 2.0
Web Site
http://msdn.microsoft.com/en-us/library/bb655909.aspx
 
Thanks mate...

That seems to be what I was looking for..

Nirosh.

Hi All,

I am trying to integrate my web site calendar with outlook calendar. The
changes made to the the web calendar should be reflected in the Outlook
calendar, and vice-versa. The synchronization process should be initiated
by a user action from a web page. I don't want any other events from
Outlook to be synchronized by this solution. There is a one more
restriction, this solution should not require the web client to install
anything, such as a separate application or ActiveX control, any idea how
I
should proceed with this????

Thanks,
Nirosh.

Hi Nirosh,

here's the complete example on how to

Sending Appointments to an Outlook 2007 Calendar from an ASP.NET 2.0
Web Site
http://msdn.microsoft.com/en-us/library/bb655909.aspx
 
Back
Top