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

Dealing with recurring events? #9

Open
giabaio opened this issue Jul 1, 2020 · 6 comments
Open

Dealing with recurring events? #9

giabaio opened this issue Jul 1, 2020 · 6 comments

Comments

@giabaio
Copy link

giabaio commented Jul 1, 2020

Hi all,
This may not be entirely relevant. But is there a way of importing the ics calendar (say, from a URL) and then manipulate it in R while dealing with recurring events? Currently, I am able to parse my work calendar (hosted under Outlook365 at my institution). But recurring events are only seen once (the first time they are set up) and not as a series.

I understand that the field RRULE specifies that an entry should be repeated, but can this be processed with ical to duplicate the recurring event (say every week, or simply on any occurrence)?
Thanks
Gianluca

@petermeissner
Copy link
Owner

@giabaio : I just pushed an update to the package - could you have look (remotes::install_github("petermeissner/ical")) if this works for you?

This will not expand the series entry into multiple lines but provide the rrule fields to do so yourself.

@giabaio
Copy link
Author

giabaio commented Sep 8, 2020 via email

@giabaio
Copy link
Author

giabaio commented Oct 6, 2020

Thank @petermeissner. This is very helpful. I have to say however that being able to manage the rrule is a bit outside of the realm of things I know how to do... ;-)
Would you be able to point me in the right direction (of course, I don't mean "write the function for me, please", but something like "the rrule field needs to be manipulated like...")?
Thanks again!

@petermeissner
Copy link
Owner

petermeissner commented Oct 7, 2020 via email

@giabaio
Copy link
Author

giabaio commented Oct 7, 2020

Thank you very much! This is very helpful. I'll do my bit of reading/research and will be back soon! :-)

@yinshiyi
Copy link

yinshiyi commented Jan 6, 2023

RRULE is needed, I also ran into similar issue, working on it will report back

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

3 participants