[Thread Prev][Thread Next][Thread Index]
RE: SyncCM problem
- To: "'Alan.Harder@xxxxxxxxxxxx'" <Alan.Harder@Corp>, gpg@xxxxxxxxxxxxxxxxxxxxxxxx
- Subject: RE: SyncCM problem
- From: Bharat Mediratta <Bharat@xxxxxxxxx>
- Date: Tue, 3 Mar 1998 16:05:31 -0800
- Cc: pilotmgr@xxxxxxxxxxxxxxxxxxxx
> You might try changing the line above to:
> $pi_appt->{"alarm"}->{"advance"} = 99;
> and see what happens.. this would sync the record, but reduce the
alarm count
> to 99, which might cause some weirdness in later syncs... use with
caution.
>
> come to think of it, I don't even know what the alarm count is :)
The alarm count is a scalar which, when combined with the alarm units,
specifies how far in advance the alarm goes off (e.g, 2 hours or
15 minutes). Check your alarm for the appointment and try changing
it so that the scalar is < 99. For example if the alarm is set to 120
minutes, set it to 2 hours. Unfortunately, !$!#* CalendarManager has a
bug where it converts large values into minutes every once in a while
(so your 3 day alarm turns into 4320 minutes -- ech).
-Bharat