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

BYDAY recurrence as a string for more than one weekday? #105

Closed
wojlive opened this issue Sep 28, 2017 · 3 comments
Closed

BYDAY recurrence as a string for more than one weekday? #105

wojlive opened this issue Sep 28, 2017 · 3 comments
Assignees
Labels

Comments

@wojlive
Copy link

wojlive commented Sep 28, 2017

"""
BEGIN:VCALENDAR\r\n
VERSION:2.0\r\n
PRODID:User Events\r\n
BEGIN:VEVENT\r\n
UID:16\r\n
DTSTART:20170928T155500Z\r\n
SEQUENCE:0\r\n
TRANSP:OPAQUE\r\n
DTEND:20170928T155500Z\r\n
URL:Health & Well being\r\n
LOCATION:153\r\n
SUMMARY:Weekly event\r\n
CLASS:PUBLIC\r\n
DESCRIPTION:Gsfh\r\n
RRULE:FREQ=WEEKLY;INTERVAL=1;UNTIL=20171019T000000Z;BYDAY="TH,TH"\r\n
CATEGORIES:115\r\n
DTSTAMP:20170928T164855Z\r\n
END:VEVENT\r\n
END:VCALENDAR
"""

This causes Ical to be wrong as It should be BYDAY=TH,TH, without the quotes. how can that be solved?

@Idnan
Copy link

Idnan commented Oct 26, 2017

@markuspoerschke i am also getting the same issue. "TH,TH" shouldn't be escaped with "

@markuspoerschke
Copy link
Owner

Fix was released with 0.14.0

@vody105
Copy link

vody105 commented Feb 28, 2019

@markuspoerschke I think you can close this issue

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

No branches or pull requests

4 participants