Click here to Skip to main content
15,891,943 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
Hi All

Im in urgent situation to add a ms outlook calendar items via asp.net/c#, I could find a sample for this,but it works when sender and receiver are different mail address.
But my requirement is when my customer create a appointment customer's outlook calendar should disaply the appointment with reminder, so basically sender and receiver mail address are same

example - fromaddress - test@mail.com, toaddress - test@mail.com

so this scenario, im only getting Appointment mail, but not saving in a calendar.

but i when i used different mail address as sender, its work fine,

pls help me solve this issue.

Thanks

Regards,
IndSoft
Posted
Updated 26-Oct-12 0:34am
v2
Comments
[no name] 26-Oct-12 6:37am    
What Happens when you use test1@mail.com and test2@mail.com does it save in you calender ?
slSoftware 26-Oct-12 6:49am    
hi

thx for ur reply.

when i use same email address for sender and receiver,i just get a mail without saving into calendar.

Thx
slSoftware 26-Oct-12 6:50am    
hi
when i use two different mail address, its working fine, saving into calendar in outlook.
[no name] 26-Oct-12 6:58am    
pls share a code sippnet. I tried to do it manually in outlook and it worked. so problem can be
1. in your code.
2. in the outlook class.
slSoftware 26-Oct-12 7:00am    
hi,

i have also tried it in manually in outlook, its worked for me too, issue is with when run through the code,

1 solution

All your code looks server side. For ASP.NET, you need to access client outlook for scheduling outlook based item. Have a look at this article and see if it helps: Import and Export Outlook Appointments (using JavaScript)[^]
 
Share this answer
 
Comments
slSoftware 30-Oct-12 0:29am    
Hi Sandeep Mewara,

Appreciate your answer for this, but my target platform is iPad, so, is there way to accomplish this from iPad?

Thx

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900