Print Page | Close Window

How to set same event id to multiple schedules?

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=12807
Printed Date: 26 April 2024 at 7:45am
Software Version: Web Wiz Forums 12.04 - http://www.webwizforums.com


Topic: How to set same event id to multiple schedules?
Posted By: Makarand
Subject: How to set same event id to multiple schedules?
Date Posted: 27 November 2008 at 12:45am
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.



Replies:
Posted By: prashant
Date Posted: 01 December 2008 at 6:41am
Hi Oleg,

The problem here is:

We are having single event with multiple schedules.

How can I set different schedule id's to this single event?

Is it possible? Thanks.


Posted By: prashant
Date Posted: 02 December 2008 at 4:07am
Hi,

Is it possible to set multiple schedule id's to single event?



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