Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > ASP .Net > Create/send meeting request through asp.net

Reply
Thread Tools

Create/send meeting request through asp.net

 
 
Bigfoot
Guest
Posts: n/a
 
      05-11-2004
Hi,

I want to make a webapplication to book conference rooms and want to know if
this is possible to do this on our intranet. I know that it is easier to do
this via Outlook itself, but I want to have a central place to do this.

Example:
Someone fills in a webform with details of the meeting like time, date etc.
and when he/she hits the "submit" button asp.net creates a meeting request
and sends it to the inbox of the conference room.

Is this possible?

Stefan


 
Reply With Quote
 
 
 
 
Patrice
Guest
Posts: n/a
 
      05-11-2004
Came accross the "vcalendar" specification lately.

See http://support.microsoft.com/default...b;en-us;287625
You should be able to find a corresponding RFC...


"Bigfoot" <> a écrit dans le message de
news:...
> Hi,
>
> I want to make a webapplication to book conference rooms and want to know

if
> this is possible to do this on our intranet. I know that it is easier to

do
> this via Outlook itself, but I want to have a central place to do this.
>
> Example:
> Someone fills in a webform with details of the meeting like time, date

etc.
> and when he/she hits the "submit" button asp.net creates a meeting request
> and sends it to the inbox of the conference room.
>
> Is this possible?
>
> Stefan
>
>



 
Reply With Quote
 
 
 
 
Bigfoot
Guest
Posts: n/a
 
      05-12-2004
> Came accross the "vcalendar" specification lately.

Thank you! I used the vcal format in my PHP sollution, but I thought that
asp.net had a better way of creating a meeting request because it's a
microsoft product. So there is no better communication possible then
creating a vcal message? Can I use outlook objects to communicate with our
exchange server?

> See http://support.microsoft.com/default...b;en-us;287625
> You should be able to find a corresponding RFC...


Yes I found it a while ago when I created my PHP sollution for sending
meeting requests.

Stefan


 
Reply With Quote
 
Patrice
Guest
Posts: n/a
 
      05-13-2004
You could probably use CDO to have your ASP.NET site working directly with
your Exchange server. Have a look at :
http://msdn.microsoft.com/library/de...vr_cdo_top.asp

Note that it means that your application is only for those who have an
Exchange account in your house...

Patrice


"Bigfoot" <> a écrit dans le message de
news:%23hbt%23t%.. .
> > Came accross the "vcalendar" specification lately.

>
> Thank you! I used the vcal format in my PHP sollution, but I thought that
> asp.net had a better way of creating a meeting request because it's a
> microsoft product. So there is no better communication possible then
> creating a vcal message? Can I use outlook objects to communicate with our
> exchange server?
>
> > See http://support.microsoft.com/default...b;en-us;287625
> > You should be able to find a corresponding RFC...

>
> Yes I found it a while ago when I created my PHP sollution for sending
> meeting requests.
>
> Stefan
>
>



 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Outlook Meeting requests Through JAVA Vidya Java 1 01-11-2008 07:49 AM
Sending Meeting request via asp.net 2.0 (VB) mark.kishel@gmail.com ASP .Net 0 09-12-2006 02:09 PM
[MEETING] CORE Meeting Oct. 25th Daniel Berger Ruby 1 10-21-2003 05:37 AM
Re: Accessing Request.InputStream / Request.BinaryRead *as the request is occuring*: How??? Brian Birtle ASP .Net 2 10-16-2003 02:11 PM
[MEETING] CORE Meeting August 9th Daniel Berger Ruby 0 08-01-2003 04:54 PM



Advertisments