I want to write a simple query to retrieve all the activities for a single resource by date range. The problem arises in the reoccuring activities, and calculating them. Before I try to delve into that code and figure out how to return multiple rows for each reoccuring acitivity, has anyone else already done this?
when you say query do you mean the database or the object?
Originally I thought I would have to write an SQL statement to retireve the data. But I found the GetAppointmentsForDate function on the WebScheduleInfo object that would give me the same information. I was just trying to create a list (grid) of the events for the next 30 days. This function works great for that.
Thanks for responding.