Outlook Calendar add Appointment from harbour
Posted: Sun Dec 20, 2020 8:03 am
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 ! Note : Demo just "read" with .F.
when using DBF change to .T.
https://www.hmgforum.com/viewtopic.php?f=5&t=6701
this Sample is how to create a new Calendar Entry ! Note : Demo just "read" with .F.
Code: Select all
cStringCreDate := Read_CreationTime( oItem , .F.)
cLASTDATE := Read_LastModificationTime( oItem, .F. )