← Back to team overview

touch-packages team mailing list archive

[Bug 1424924] [NEW] clock-app alarms' RRULE have unusual X-EVOLUTION-ENDDATE, causing alarms to not sound

 

Public bug reported:

I'm not sure yet what's causing this, but the symptom is for
~/.local/share/evolution/tasks/${foo}@ubuntu-phablet/tasks.ics to have
entries whose rrule looks like this:

> RRULE;X-EVOLUTION-ENDDATE=19700101T000000Z:FREQ=WEEKLY;COUNT=32639;
>  BYDAY=MO,TU,WE,TH,FR
> SUMMARY:Weekday wakeup

When is should look more like this:

> RRULE:FREQ=WEEKLY;BYDAY=MO,TU,WE,TH,FR

Alarms appear / trigger again after manually editing tasks.ics to remove
the invalid X-EVOLUTION-ENDDATE and COUNT values, then restarting
evolution-calendar-factory and indicator-datetime.

ENDDATE's clearly coming from a (time_t)0. Not sure about 32639, but
it's INT16_MAX - 128, so we've got that.

** Affects: indicator-datetime (Ubuntu)
     Importance: Undecided
         Status: New

** Affects: qtorganizer5-eds (Ubuntu)
     Importance: Undecided
     Assignee: Renato Araujo Oliveira Filho (renatofilho)
         Status: New

** Affects: ubuntu-clock-app (Ubuntu)
     Importance: Undecided
         Status: New

** Also affects: indicator-datetime (Ubuntu)
   Importance: Undecided
       Status: New

** Also affects: ubuntu-clock-app (Ubuntu)
   Importance: Undecided
       Status: New

** Changed in: qtorganizer5-eds (Ubuntu)
     Assignee: (unassigned) => Renato Araujo Oliveira Filho (renatofilho)

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to qtorganizer5-eds in
Ubuntu.
https://bugs.launchpad.net/bugs/1424924

Title:
  clock-app alarms' RRULE have unusual X-EVOLUTION-ENDDATE, causing
  alarms to not sound

Status in indicator-datetime package in Ubuntu:
  New
Status in qtorganizer5-eds package in Ubuntu:
  New
Status in ubuntu-clock-app package in Ubuntu:
  New

Bug description:
  I'm not sure yet what's causing this, but the symptom is for
  ~/.local/share/evolution/tasks/${foo}@ubuntu-phablet/tasks.ics to have
  entries whose rrule looks like this:

  > RRULE;X-EVOLUTION-ENDDATE=19700101T000000Z:FREQ=WEEKLY;COUNT=32639;
  >  BYDAY=MO,TU,WE,TH,FR
  > SUMMARY:Weekday wakeup

  When is should look more like this:

  > RRULE:FREQ=WEEKLY;BYDAY=MO,TU,WE,TH,FR

  Alarms appear / trigger again after manually editing tasks.ics to
  remove the invalid X-EVOLUTION-ENDDATE and COUNT values, then
  restarting evolution-calendar-factory and indicator-datetime.

  ENDDATE's clearly coming from a (time_t)0. Not sure about 32639, but
  it's INT16_MAX - 128, so we've got that.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/indicator-datetime/+bug/1424924/+subscriptions


Follow ups

References