Codejock Forums Homepage
Forum Home Forum Home > Codejock Products > ActiveX COM > Calendar
  New Posts New Posts RSS Feed - How to loop all displayed events
  FAQ FAQ  Forum Search   Events   Register Register  Login Login

How to loop all displayed events

 Post Reply Post Reply
Author
Message
jgordon428 View Drop Down
Groupie
Groupie


Joined: 11 June 2009
Status: Offline
Points: 21
Post Options Post Options   Thanks (0) Thanks(0)   Quote jgordon428 Quote  Post ReplyReply Direct Link To This Post Topic: How to loop all displayed events
    Posted: 16 December 2010 at 1:14pm
I'm looking for a way to loop through all events displayed on the schedule. I thought I could do it withsomething like this:

dim e as CalendarEvent

For each e in CalendarControl.DataProvider.GetAllEventsRaw
msgbox e.subject
loop

However CalendarControl.DataProvider.GetAllEventsRaw doesn't seem to work. In fact,  CalendarControl.DataProvider.GetAllEventsRaw.count always returns 0, so not sure what this is even referring to.

Regardless, is there any way to get a handle to all the events on the calendar (not just selected ones).

Thanks.
Back to Top
 Post Reply Post Reply
  Share Topic   

Forum Jump Forum Permissions View Drop Down

Forum Software by Web Wiz Forums® version 12.04
Copyright ©2001-2021 Web Wiz Ltd.

This page was generated in 0.172 seconds.