Print Page | Close Window

Multischedule problem

Printed From: Codejock Forums
Category: Codejock Products
Forum Name: Calendar
Forum Description: Topics Related to Codejock Calendar
URL: http://forum.codejock.com/forum_posts.asp?TID=12710
Printed Date: 07 October 2024 at 3:25am
Software Version: Web Wiz Forums 12.04 - http://www.webwizforums.com


Topic: Multischedule problem
Posted By: Makarand
Subject: Multischedule problem
Date Posted: 18 November 2008 at 5:04am
Hi,
I am using following code to create event in multischedule.

   m_pCalendar = &GetCalendarCtrl();
   pCalendarData = m_pCalendar->GetDataProvider();
   ptrEvent = pCalendarData->CreateNewEvent();
   ptrEvent->SetStartTime(evntStTime);
   ptrEvent->SetEndTime(evntEndTime);
   ptrEvent->SetSubject(strSubject);
   ptrEvent->SetLabelID(iColor);
   ptrEvent->SetScheduleID(nScheduleID);
   ptrEvent->SetEventID(nEventID);

I am setting eventID to the event. Now i need to use the same event ID for more than one schedule.

In this case I can't see the all events on the calendar.

How can I display the events whose event ID is same but the schedules are different? (More than one)


Please help me out.
Thanks in advance
-Makarand.



Print Page | Close Window

Forum Software by Web Wiz Forums® version 12.04 - http://www.webwizforums.com
Copyright ©2001-2021 Web Wiz Ltd. - https://www.webwiz.net