I did some digging, and found that the problem could be even worse. If you have a recurring event that was originally on a monday and it gets moved to tuesdays, we will always display it as monday in the menu.
* e_cal_component_get_dtstart returns the startdate, which is the first occurrence of the event, not the next occurrence. * for recurring events, e_cal_component_has_rdates doesn't actually return true, not sure why * e_cal_component_get_rdate_list doesn't return any events, not surprising considering the previous observation * e_cal_component_has_recurrences does return true, which makes me think we need to generate a list of occurrences using e_cal_recur_generate_instances Hopefully that helps save some time. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/726603 Title: Appointments displayed might not be the next 5 -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
