daily recurrence
- From: torkel hpc2n umu se (Björn Torkelsson)
- To: calendar-list gnome org
- Subject: daily recurrence
- Date: 26 Jan 2000 21:11:25 +0100
In eventedit.c around line 650 are the following comment and code:
case 1:
/* end date */
/* Also here, to ensure that the event is used, we add 86400 secs to get
get next day, in accordance to the RFC */
ical->recur->_enddate = gnome_date_edit_get_date (GNOME_DATE_EDIT (ee->recur_ed_end_on)) + 86400;
ical->recur->enddate = ical->recur->_enddate;
ical->recur->duration = 0;
break;
Where in the RFC do I find why to add one day (or a lot of sec) to the
event?
For events that are repeated daily to a specific enddate, I get the one
day later then expected.
/torkel
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]