Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Interface VFP to Exchange 2007 Calendars
Message
 
To
27/06/2010 07:47:28
Neil Mc Donald
Cencom Systems P/L
The Sun, Australia
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Environment versions
Visual FoxPro:
VFP 9 SP2
OS:
Windows XP
Network:
Windows 2008 Server
Database:
Visual FoxPro
Application:
Desktop
Miscellaneous
Thread ID:
01470676
Message ID:
01470720
Views:
77
>Hi,
> Having trouble enumerating/accressing shared calendars, any ideas.
>
>>>Hi,
>>> I am researching how to inerface VFP with exchange, what I am looking for is to be able to create an appointment in a shared calendar which will then call a VFP form which will read/write to both VFP and the shared Calendar, any ideas would be appreciated.
>>>
>>>Regards N Mc Donald
>>
>>Are you currently using Outlook to access the calendar?
>>
>>If so this may help. (French)
>>http://www.atoutfox.org/articles.asp?ACTION=FCONSULTER&ID=0000000161

I created a new Calendar (called test) and they seem to be stored in the main calendar forlder.
So I changed the code to access the calendar to
 Procedure cmdCalendar.Click
       Thisform.olecontrol1.Folder = "CALENDAR\test"
       Thisform.Caption = "OutLook Calendar"
       Thisform.Refresh()
    Endproc
Seems to work ok form me, although I don't have Exchange.
Previous
Reply
Map
View

Click here to load this message in the networking platform