@@ -174,8 +174,10 @@ void day_item_add_exc(struct day_item *day, long date)
switch(day->type){
caseRECUR_EVNT:
recur_event_add_exc(day->item.rev,date);
break;
caseRECUR_APPT:
recur_apoint_add_exc(day->item.rapt,date);
break;
}
}
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.