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

Get next recurrence from collection of RDATES (Question not issue) #2

Closed
poweredbyporkers opened this issue Feb 12, 2016 · 1 comment

Comments

@poweredbyporkers
Copy link

Hi,

I'm being a little thick this morning so forgive it dumb question but ....

Given a string like FREQ=MINUTELY; INTERVAL=2 I can create an Recurrence object and get the instances so all good.

Given a string like

BEGIN:VCALENDAR
BEGIN:VEVENT
DTSTART:20151231T220000Z
UID:A6EAAB94-EEF8-445F-B9C5-74B828FB61EF
CREATED:20160212T004014Z
LAST-MODIFIED:20160212T004029Z
DTSTAMP:20160212T004134Z
RDATE:20160211T130000Z
RDATE:20160315T224016Z
END:VEVENT
END:VCALENDAR

How can I get the same information? I can get calendar object using VCalendarParser and the event object using VEvent from the calendar object but then my brain stops.

Thanks!

@poweredbyporkers
Copy link
Author

I then as soon as I post I find the solution, ignore

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