Page Index Toggle Pages: 1 Send TopicPrint
Normal Topic How to change the item in the recurrence ? (Read 321 times)
Mandy
YaBB Newbies
*
Offline


I Love MindFusion!

Posts: 47
Joined: Jun 3rd, 2020
How to change the item in the recurrence ?
Oct 12th, 2023 at 3:35pm
Print Post  
Hi,

How to change the subject/start time/end time of item in the recurrence ?
  

p3.png ( 166 KB | 19 Downloads )
p3.png
Back to top
 
IP Logged
 
Slavcho
God Member
*****
Offline


tech.support

Posts: 3171
Joined: Oct 19th, 2005
Re: How to change the item in the recurrence ?
Reply #1 - Oct 13th, 2023 at 5:28am
Print Post  
Hi Mandy,

Please add the appointment to schedule before creating recurrence exceptions from it:

Code
Select All
calendar.Schedule.Items.Add(app);
...
recItem.HeaderText = "bbb"; 



MarkAsException is called internally anyway when you set an occurrence's property.

Regards,
Slavcho
Mindfusion
  
Back to top
 
IP Logged
 
Page Index Toggle Pages: 1
Send TopicPrint