Function: icalendar-recur-find-absolute-interval
icalendar-recur-find-absolute-interval is a byte-compiled function
without a source file.
Signature
(icalendar-recur-find-absolute-interval TARGET DTSTART INTERVALSIZE FREQS &optional VTIMEZONE)
Documentation
Find a recurrence interval based on a fixed number of seconds.
INTERVALSIZE should be the total size of the interval in seconds. FREQS
should be the number of seconds between the lower bound of the interval
and the upper bound for candidate recurrences; it is the number of
seconds in the unit of time in a recurrence rule's FREQ part. The
returned interval looks like (LOW LOW+FREQS LOW+INTERVALSIZE). See
icalendar-recur-find-interval for other arguments' meanings.