UtterAccess.com
X   Site Message
(Message will auto close in 2 seconds)

Welcome Guest ( Log In | Register )

 
Reply to this topicStart new topic
> Appointments in Redemption    
 
   
paulgreen
post Mar 14 2007, 03:09 PM
Post #1

UtterAccess Enthusiast
Posts: 86
From: Wales, UK



Hi to all, All my posts on here seem to relate to Redemption!!!

I'm trying to get our system here to plonk an appointment in the Outlook calendar and send it to the assigned engineer, but can't get it to play ball, I've tried a couple of different bits of code based on the rdo code on their web site, but it doesn't want to play. Has anybody done this before, and if so, would you mind sharing your function code?

Cheers
PG
Go to the top of the page
 
+
Dionysus
post Mar 22 2007, 06:53 AM
Post #2

UtterAccess Addict
Posts: 137
From: Newcastle, UK



Hi,

Have a look at the following. I do not know how to then send it to someone, but its a start...
Hope it helps the ball rolling for you.

Set objOutlook = CreateObject("Outlook.Application")
Set objAppt = objOutlook.CreateItem(olAppointmentItem)
With objAppt
.Start = <insert start date/time>
.Subject = <insert subject>
.Body = <insert body text>
.Location = <insert location>
.ReminderMinutesBeforeStart = <insert minutes>
.Save
.Close (olSave)
End With
Go to the top of the page
 
+

Thank you for your support! Reply to this topicStart new topic

Jump To Forum:
 



RSS Go to Top  ·  Lo-Fi Version Time is now: 24th May 2013 - 02:18 PM