![]() |
If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below. |
|
|
Thread Tools | Search this Thread | Display Modes |
|
#1
|
|||
|
|||
![]()
G'day all,
I've recently created an Electronic Sign Out book for my work, the page is hosted on the local intranet, and is written in ASP (w/ VBScript) and utilizes MSSQL Server databases. Users click their name and a html form comes up where they can enter where they are going, time they are leaving, time they are coming back, if they are taking a company car, camera etc What I want to do, is somehow get a link to outlook, so when someone is about to go out for a meeting, they can simple click a button and the meeting information will be copied across into the database. All that I really need outlook to do is to fire up a link with variables, eg http://intranet/signout.asp?meetingn...ction&outtime= etc etc or if it could connect direct to an sql database taht would be good. the thing is, I dont want all meetings to sign people out, in case they are just reminders someone has put in their calendar, or anything else that doesn't require siging out, so there has to be some sort of choice. Does anyone have any idea where I would start to do this sort of thing? |
#2
|
|||
|
|||
![]()
The VCalendar format is pretty simple to create and Outlook supports it.
This might be one of the easier ways to do this. I did a quick search and came up with the following VB sample at http://www.codeproject.com/vb/net/vcalendar.asp that you might find a good start. -- Benjamin Gay [MSFT] This posting is provided "AS IS" with no warranties, and confers no rights wrote in message ups.com... G'day all, I've recently created an Electronic Sign Out book for my work, the page is hosted on the local intranet, and is written in ASP (w/ VBScript) and utilizes MSSQL Server databases. Users click their name and a html form comes up where they can enter where they are going, time they are leaving, time they are coming back, if they are taking a company car, camera etc What I want to do, is somehow get a link to outlook, so when someone is about to go out for a meeting, they can simple click a button and the meeting information will be copied across into the database. All that I really need outlook to do is to fire up a link with variables, eg http://intranet/signout.asp?meetingn...ction&outtime= etc etc or if it could connect direct to an sql database taht would be good. the thing is, I dont want all meetings to sign people out, in case they are just reminders someone has put in their calendar, or anything else that doesn't require siging out, so there has to be some sort of choice. Does anyone have any idea where I would start to do this sort of thing? |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
Hash sign instead of pound sign! | Nel | Outlook Express | 3 | February 3rd 07 07:35 PM |
Scheduling a meeting - no information present | JayWay | Outlook - Calandaring | 1 | January 31st 07 01:40 PM |
How do I update my information in the address book? | Jase | Outlook - Using Contacts | 4 | July 27th 06 03:58 PM |
How do I export schedule information from an Outlook Meeting | Vivian | Outlook - Calandaring | 0 | July 6th 06 06:22 PM |
automatically schedule calender meeting from asp page | yfnitg | Outlook - Calandaring | 2 | March 29th 06 04:28 PM |