-
-
Notifications
You must be signed in to change notification settings - Fork 4.2k
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
Calendar module displays declined events #1877
Labels
Comments
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
I'm also facing this issue. The event was declined by me but is still visible. Any idea how to fix this? Event Data: {
"type": "VEVENT",
"params": [],
"attendee": [
{
"params": {
"CN": "Christopher *",
"CUTYPE": "INDIVIDUAL",
"EMAIL": "christopher.@*.*",
"PARTSTAT": "DECLINED"
},
"val": "/*/principal/"
},
{
"params": {
"CN": "Florian ",
"CUTYPE": "INDIVIDUAL",
"EMAIL": "*@*.*",
"PARTSTAT": "ACCEPTED"
},
"val": "/*/principal/"
}
],
"created": "2019-12-28T22:10:53.000Z",
"end": "2020-01-16T19:00:00.000Z",
"dtstamp": "2021-07-20T18:50:56.000Z",
"start": "2020-01-16T17:00:00.000Z",
"datetype": "date-time",
"exdate": [],
"lastmodified": "2021-07-20T18:50:55.000Z",
"organizer": {
"params": { "CN": "Florian *", "EMAIL": "*@*.*" },
"val": "/*/principal/"
},
"related-to": {
"params": { "RELTYPE": "X-CALENDARSERVER-RECURRENCE-SET" },
"val": "*"
},
"rrule": {
"_cache": { "all": false, "before": [], "after": [], "between": [] },
"origOptions": {
"dtstart": "2020-01-16T17:00:00.000Z",
"freq": 2,
"interval": 2
},
"options": {
"freq": 2,
"dtstart": "2020-01-16T17:00:00.000Z",
"interval": 2,
"wkst": 0,
"count": null,
"until": null,
"bysetpos": null,
"bymonth": null,
"bymonthday": [],
"bynmonthday": [],
"byyearday": null,
"byweekno": null,
"byweekday": [3],
"bynweekday": null,
"byhour": [17],
"byminute": [0],
"bysecond": [0],
"byeaster": null
}
},
"sequence": "0",
"summary": "Christopher & Flo Afterwork",
"uid": "91CE3CD5-83A4-4635-96FC-C82D89C64561",
"url": { "params": { "VALUE": "URI" }, "val": "" }
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Platform:
Chrome
Raspberry Pi 2
Node Version: 6.11.3
MagicMirror Version: v2 (recently updated)
Description: Events that I have declined are still being displayed.
Steps to Reproduce: Add calendar; Make a recurring event; Decline them.
Expected Results: Declined event are usually showed with overstrike, but I would like to have the option to hide them completely.
Actual Results: There is no difference between declined events and coming events.
The text was updated successfully, but these errors were encountered: