Outlook Calendar add Appointment from harbour

General Help regarding HMG, Compilation, Linking, Samples

Moderator: Rathinagiri

Post Reply
User avatar
AUGE_OHR
Posts: 2093
Joined: Sun Aug 25, 2019 3:12 pm
DBs Used: DBF, PostgreSQL, MySQL, SQLite
Location: Hamburg, Germany

Outlook Calendar add Appointment from harbour

Post by AUGE_OHR »

i have upload DBF Structure and Sample for Outlook Calendar and how to import Calendar Data to DBF
https://www.hmgforum.com/viewtopic.php?f=5&t=6701

this Sample is how to create a new Calendar Entry
MAPIADD.ZIP
(1.4 KiB) Downloaded 140 times
! Note : Demo just "read" with .F.

Code: Select all

   cStringCreDate := Read_CreationTime( oItem , .F.)
   cLASTDATE := Read_LastModificationTime( oItem, .F. )
when using DBF change to .T.
have fun
Jimmy
Post Reply