|  | 
| How to set same event id to multiple schedules? | 
| Post Reply   | 
| Author | |
| Makarand   Senior Member     Joined: 27 February 2007 Location: India Status: Offline Points: 140 |  Post Options  Thanks(0)  Quote  Reply  Topic: How to set same event id to multiple schedules? 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. | |
|  | |
| prashant   Senior Member     Joined: 19 February 2007 Location: India Status: Offline Points: 165 |  Post Options  Thanks(0)  Quote  Reply  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. | |
|  | |
| prashant   Senior Member     Joined: 19 February 2007 Location: India Status: Offline Points: 165 |  Post Options  Thanks(0)  Quote  Reply  Posted: 02 December 2008 at 4:07am | 
| 
   Hi, Is it possible to set multiple schedule id's to single event? | |
|  | |
| Post Reply   | |
| Tweet | 
| Forum Jump | Forum Permissions  You cannot post new topics in this forum You cannot reply to topics in this forum You cannot delete your posts in this forum You cannot edit your posts in this forum You cannot create polls in this forum You cannot vote in polls in this forum |