 |
| ASP.NET 1.0 and 1.1 Professional For advanced ASP.NET 1.x coders. Beginning-level questions will be redirected to other forums. NOT for "classic" ASP 3 or the newer ASP.NET 2.0 and 3.5 |
Welcome to the p2p.wrox.com Forums.
You are currently viewing the ASP.NET 1.0 and 1.1 Professional section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
|
|
|
|

February 12th, 2007, 07:33 AM
|
|
Authorized User
|
|
Join Date: Jun 2004
Posts: 33
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
Sending Outlook Task thru Web Application
Hi All,
I have been facing this issue for quite some time and trying to figure out a soultion for the same.
I am using .NET 1.1 and C#.
The issue is, i want to send a Task Item or Meeting request from my web application. I found material and also implemented in windows application.
I am not able to find any reference or details for implemeting the same in web application.
Would appreciate if any one could help on this.
Thanks and Regards,
Vishal Gadhia
Life is not the Triumph but the Struggle
__________________
Life is not the Triumph but the Struggle
|
|

February 13th, 2007, 03:57 AM
|
|
Authorized User
|
|
Join Date: Jun 2004
Posts: 33
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
Hey Thanks for the prompt response.
The second link gives some insight, but again its base on Win App.
I would be really obliged if someone could help me out to achieve this in a Web App.
Thanks in Advance
Vishal
Life is not the Triumph but the Struggle
|
|

February 13th, 2007, 10:04 AM
|
|
Wrox Author
|
|
Join Date: Oct 2005
Posts: 4,104
Thanks: 1
Thanked 64 Times in 64 Posts
|
|
Well, i think, you need to be a bit more specific in so far as, where do you want the task to go from your web app? Is this a situation where a user comes to your application and you are going to add a task to outlook on THEIR machine?
================================================== =========
Read this if you want to know how to get a correct reply for your question:
http://www.catb.org/~esr/faqs/smart-questions.html
^^Took that from planoie's profile^^
^^Modified text taken from gbianchi profile^^
================================================== =========
Technical Editor for: Professional Search Engine Optimization with ASP.NET
http://www.wiley.com/WileyCDA/WileyT...470131470.html
|
|

February 14th, 2007, 02:28 AM
|
|
Authorized User
|
|
Join Date: Jun 2004
Posts: 33
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
Quote:
quote:Originally posted by dparsons
Well, i think, you need to be a bit more specific in so far as, where do you want the task to go from your web app? Is this a situation where a user comes to your application and you are going to add a task to outlook on THEIR machine?
================================================== =========
Read this if you want to know how to get a correct reply for your question:
http://www.catb.org/~esr/faqs/smart-questions.html
^^Took that from planoie's profile^^
^^Modified text taken from gbianchi profile^^
================================================== =========
Technical Editor for: Professional Search Engine Optimization with ASP.NET
http://www.wiley.com/WileyCDA/WileyT...470131470.html
|
Life is not the Triumph but the Struggle
|
|

February 14th, 2007, 02:34 AM
|
|
Authorized User
|
|
Join Date: Jun 2004
Posts: 33
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
Hi,
The scenario is that a web application has to send a task to the selected recipients and also add that task to the calendar.
This task is sent on manual intervention.
Thanks
Vishal Gadhia
Life is not the Triumph but the Struggle
|
|

February 17th, 2007, 11:51 PM
|
|
Wrox Author
|
|
Join Date: Oct 2005
Posts: 4,104
Thanks: 1
Thanked 64 Times in 64 Posts
|
|
I am not sure if this can be done from a web application unless, again, you are working with an Exchange server. The problem lies in you want to add the task to an outlook calendar on X users machine and this, I don't think, can be done directly from a web app.
================================================== =========
Read this if you want to know how to get a correct reply for your question:
http://www.catb.org/~esr/faqs/smart-questions.html
^^Took that from planoie's profile^^
^^Modified text taken from gbianchi profile^^
================================================== =========
Technical Editor for: Professional Search Engine Optimization with ASP.NET
http://www.wiley.com/WileyCDA/WileyT...470131470.html
Discussion:
http://p2p.wrox.com/topic.asp?TOPIC_ID=56429
|
|

February 23rd, 2007, 09:14 AM
|
|
Authorized User
|
|
Join Date: Aug 2006
Posts: 26
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
|
|

March 5th, 2007, 10:36 AM
|
|
Registered User
|
|
Join Date: Mar 2007
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
Depending on the level of sophistication desired, you could try investigating the vCal standard of sending calendar bookings via email.
See http://en.wikipedia.org/wiki/VCal as a starting point.
Al
|
|
 |