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

make_csv fails with ghost events. #20

Open
Guiraud opened this issue Jan 19, 2021 · 0 comments
Open

make_csv fails with ghost events. #20

Guiraud opened this issue Jan 19, 2021 · 0 comments

Comments

@Guiraud
Copy link

Guiraud commented Jan 19, 2021

For this kind of event a copy of a recurred event, a undocumented tag is created : X-MOZ-FAKED-MASTER:1
this behaviour has been identified :
https://bugzilla.mozilla.org/show_bug.cgi?id=536796
Some how it's not corrected in Thunderbird.

BEGIN:VEVENT
CREATED:20210118T075836Z
LAST-MODIFIED:20210118T075906Z
DTSTAMP:20210118T075906Z
UID:3BE58C04-1B6C-4C1E-8AA9-60A0F3A25864
ATTENDEE;EMAIL=nnnnn@mmmmm.tld;RSVP=TRUE;PARTSTAT=ACCEPTED;CN=Me
 hdi Guiraud;CUTYPE=INDIVIDUAL:mailto:nnnnn@mmmmm.tld
RDATE;VALUE=DATE-TIME:20210120T090000Z
DTSTART;TZID=Europe/Paris:20210120T100000
X-MOZ-FAKED-MASTER:1
X-MOZ-GENERATION:1
DURATION:PT1H
CLASS:PUBLIC
END:VEVENT

I've created a patch that works for me. Im ' testing DTEND which is not there because of the nature of the copying.

Guiraud added a commit to Guiraud/csv-ical that referenced this issue Jan 19, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant