DotNetNewsgroup.com  
web access to complete list of Microsoft.NET newsgroups
   home   |   control panel login   |   archive  |  
 
  carried group
academic
adonet
aspnet
aspnet.announcements
aspnet.buildingcontrols
aspnet.caching
aspnet.datagridcontrol
aspnet.mobile
aspnet.security
aspnet.webcontrols
aspnet.webservices
assignment_manager
datatools
dotnet.distributed_apps
dotnet.general
dotnet.myservices
dotnet.nternationalization
dotnet.scripting
dotnet.security
dotnet.vjsharp
dotnet.vsa
dotnet.xml
dotnetfaqs
framework
framework.clr
framework.compactframework
framework.component_services
framework.controls
framework.databinding
framework.drawing
framework.enhancements
framework.interop
framework.odbcnet
framework.performance
framework.remoting
framework.sdk
framework.setup
framework.webservices
framework.windowsforms
framework.wmi
frwk.windowsforms.designtime
lang.csharp
lang.jscript
lang.vb
lang.vb.controls
lang.vb.data
lang.vb.upgrade
lang.vc
lang.vc.libraries
  
 
start date: Wed, 01 Aug 2007 08:09:28 -0400,    posted on: microsoft.public.dotnet.framework.compactframework        back       

Thread Index
  1    dgk
          2    Treadstone
                 3    dgk


How can I access calendar data?   
Anyone have an example of how to access the appointments in the
calendar?
Date:Wed, 01 Aug 2007 08:09:28 -0400   Author:  

Re: How can I access calendar data?   
On Aug 1, 5:09 pm, dgk  wrote:

> Anyone have an example of how to access the appointments in the
> calendar?


Create a new OutlookSession and then use the
Newoutlooksession.Appointments.Items to access the appointments.
You may then browse through the entire list in a for loop and separate
out the various fields like Date etc.

Here is the code to do it:

private AppointmentCollection appointmentCollection;
NewOutlookSession = new OutlookSession( );
appointmentCollection = NewOutlookSession.Appointments.Items;

//You may then use your custom code to display only select parts of
the calendar items


Regards,
 Treadstone
Date:Thu, 02 Aug 2007 06:48:42 -0000   Author:  

Re: How can I access calendar data?   
On Thu, 02 Aug 2007 06:48:42 -0000, Treadstone 
wrote:


>On Aug 1, 5:09 pm, dgk  wrote:
>> Anyone have an example of how to access the appointments in the
>> calendar?
>
>Create a new OutlookSession and then use the
>Newoutlooksession.Appointments.Items to access the appointments.
>You may then browse through the entire list in a for loop and separate
>out the various fields like Date etc.
>
>Here is the code to do it:
>
>private AppointmentCollection appointmentCollection;
>NewOutlookSession = new OutlookSession( );
>appointmentCollection = NewOutlookSession.Appointments.Items;
>
>//You may then use your custom code to display only select parts of
>the calendar items
>
>
>Regards,
> Treadstone



Thanks, perfect.
Date:Thu, 02 Aug 2007 08:34:57 -0400   Author:  

Google
 
Web dotnetnewsgroup.com


COPYRIGHT ?2005, EUROFRONT WORLDWIDE LTD., ALL RIGHT RESERVE  |   Contact us