View or edit exception days of a recurrent item
The exception days are presented for viewing/editing as a string of space-separated dates (in the user-preferred input format). After editing the string is checked for valid dates, but there is no check that a date is meaningful (an occurrence day of the item between start day and until day). Although possible, it is best to add exception days in the usual way by deletion of occurrences. Signed-off-by: Lars Henriksen <LarsHenriksen@get2net.dk> Signed-off-by: Lukas Fleischer <lfleischer@calcurse.org>
This commit is contained in:
committed by
Lukas Fleischer
parent
a47a562322
commit
528368932c
@@ -1008,6 +1008,8 @@ void pcal_export_data(FILE *);
|
||||
/* recur.c */
|
||||
extern llist_ts_t recur_alist_p;
|
||||
extern llist_t recur_elist;
|
||||
void recur_update_exc(llist_t *, char *);
|
||||
char *recur_exc2str(llist_t *);
|
||||
struct recur_event *recur_event_dup(struct recur_event *);
|
||||
struct recur_apoint *recur_apoint_dup(struct recur_apoint *);
|
||||
void recur_event_free_bkp(void);
|
||||
|
||||
Reference in New Issue
Block a user