View Single Post
  #3 (permalink)  
Old 09-23-2007, 08:27 PM
paul j paul j is offline
Junior Member
 
Join Date: Aug 2007
Location: The netherland, Geldrop
Posts: 23
Default

i started with:
Appointment.new1
Appointment.Subject = aSubject
Appointment.Start = DateParse("10/25/2007") + (TimeParse("13:35") Mod cTicksPerDay)
PimCollection.AddItem(appointment.New1)

now i have the code, stille without results
Appointment.new1
PimCollection.New1("Appointments")
Appointment.New1
Appointment.Subject = aSubject
Appointment.AllDayEvent = true
Appointment.Start = DateParse(aDate)
PimCollection.AddItem(appointment.New1)
Reply With Quote