20/12/2005, 10:19
|
| | Fecha de Ingreso: noviembre-2005
Mensajes: 129
Antigüedad: 19 años, 1 mes Puntos: 0 | |
Otra opción si quieres algo un poco más sencillo y q puedas controlar, ve lo siguiente: ronmuir | Posted 7:46am 23. April 2004 Server Time |
You can use vCalendar data.
It's a bit of a chore but it's possible.
Create an appointment in your outlook calendar and save it as a .VCS file. Send this .VCS file to notepad and it will look something like this:
BEGIN:VCALENDAR
PRODID:-//Microsoft Corporation//Outlook 9.0 MIMEDIR//EN
VERSION:1.0
BEGIN:VEVENT
DTSTART:20040426T070000Z
DTEND:20040426T073000Z
LOCATION;ENCODING=QUOTED-PRINTABLE:Test
TRANSP:1
UID:040000008200E00074C5B7101A82E0080000000000719C E84729C4010000000000000000100
0000062119D5F13781D499776057ADF3CB0C2
SUMMARY;ENCODING=QUOTED-PRINTABLE:Test
PRIORITY:3
END:VEVENT
END:VCALENDAR
What you will need to do is to get your ASP code to create a freefile of all your appointment data (location, start, end, date, etc) and save it in your webspace as something.vcs - the file should look like the example I posted. This can then be referenced as a hyperlink and when clicked the user will open an outlook appointment window which just needs the Save & Close button clicked.
Esto es con lo que yo había trabajado hace unos meses.
Un saludo!!! |