Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

deleted weekly reoccurring calendar items still showing in calendar #576

Closed
dinkybluebug opened this issue Dec 20, 2016 · 8 comments
Closed

Comments

@dinkybluebug
Copy link

Platform: RPI 3

Node Version: 6

MagicMirror Version: 2

Description: Weekly recurring calendar items that have been deleted, are still showing in the calendar - which is odd as when I view my icloud calendar in my phone, my partners phone, online, and in outlook the items are not there. But they are definitely showing still in my magicmirror calendar.

Ive restarted - but this doesnt fix issue. Ive added in new items into the calendar, and these show - so its definitely working - not sure why deleted items are still showing.

Any ideas as to why this might be?

@roramirez
Copy link
Contributor

When you download the calendar by url the events are still there?

@FatBasta
Copy link

I have the same issue.

Platform: RPI 3
Node Version: 6
MagicMirror Version: 2
Ical from google calendar

It seems that if you have a recurring event and remove one from the middle, it still shows in the mirror.
For example a recurring event for weeks 18 - 25, and you delete week 23, google calendar no longer shows it, but the mirror still does.

@dinkybluebug
Copy link
Author

Yes that's what's happened to me. One event in the middle of a reoccurring appointment was deleted but it still shows on mirror - even though Apple calendar doesn't show it

@roramirez
Copy link
Contributor

Hi!, some way to debug the problem is what happend with data into url you called. Maybe the events still there and flagged "deleted" or something like data.

I think a good way is downloaded the file .ical the moment this happend.

@morozgrafix
Copy link
Contributor

morozgrafix commented Dec 31, 2016

I believe skipped recurring events (ones that have EXDATE timestamp) aren't skipped in ical.js peterbraden/ical.js#75 which leads to problem in rrule dependency (which may be unmaintaned).

Here is a part of my ics file that has 2 skipped events from the recurring series. They still show up in MM (note the EXDATE values for 12/24 and 12/31 which were "deleted" events):

BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20160924T083000
DTEND;TZID=America/Los_Angeles:20160924T093000
EXDATE;TZID=America/Los_Angeles:20161224T083000
EXDATE;TZID=America/Los_Angeles:20161231T083000
RRULE:FREQ=WEEKLY
DTSTAMP:20161231T105941Z
UID:FCE045E3-5271-442E-9E96-D5A1DE0958D3
CREATED:20160917T153742Z
DESCRIPTION:
LAST-MODIFIED:20161231T022115Z
LOCATION:<REMOVED PRIVATE INFO>
SEQUENCE:0
STATUS:CONFIRMED
SUMMARY:My Event
TRANSP:OPAQUE
X-APPLE-STRUCTURED-LOCATION;<REMOVED PRIVATE INFO>
X-APPLE-TRAVEL-ADVISORY-BEHAVIOR:AUTOMATIC
BEGIN:VALARM
ACTION:NONE
TRIGGER;VALUE=DATE-TIME:19760401T005545Z
X-WR-ALARMUID:150C8954-AE40-42C9-A192-A55BB3F2FE72
UID:150C8954-AE40-42C9-A192-A55BB3F2FE72
ACKNOWLEDGED:20161126T164657Z
END:VALARM
END:VEVENT

@Jopyth
Copy link
Contributor

Jopyth commented Jan 5, 2017

Related issue and another example: #565

@MichMich
Copy link
Collaborator

Somebody willing to send a PR?

@MichMich
Copy link
Collaborator

Please continue the discussion in #565

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

6 participants