I have a requirement in my app (supporting OS 3.5 and up) for the ability to
turn
on /off display options by a timer. It will need to provide a 7 day a week
schedule
with at least 4 settings per day. The ideal way i think, is if i could
somehow tie into the
date book / calendar app....have the user set the date/time and a
note..somehow get
the datebook event, check for a keyword in the note to know it's for my app
and
act on it. Anything like this been done? Other than that, the only way i can
think of
is to roll it myself (painful) using the SelectDay / SelectTime functions.
Appreciate any comments, other ideas ...thanks