Able to mark dates based on iCal rrule
See original GitHub issueeg:
FREQ=WEEKLY;DTSTART=20120201T093000Z;INTERVAL=5;UNTIL=20130130T230000Z;BYDAY=MO,FR
there is a grate lib for this: https://github.com/jakubroztocil/rrule
Issue Analytics
- State:
- Created 5 years ago
- Comments:10 (3 by maintainers)
Top Results From Across the Web
php - iCal backend - recurring dates - Stack Overflow
I have found a great PHP script which generates an array of the recurring dates based on the parameters entered by the user,...
Read more >The Deceptively Complex World of RRULEs in Calendar Events
The deceptively complex world of calendar events and RRULEs can all be solved with a calendar API. Learn how to work with repeating...
Read more >iCalendar Recurrences - Introduction - CalConnect
An RRULE property can appear at most once in a calendar component. It is used only in the component that defines the master...
Read more >RFC 5545: Internet Calendaring and Scheduling Core Object ...
The format for the iCalendar object is based on the syntax of the ... The values MUST match one of the values allowed...
Read more >How to setup single Pay Day Event - Apple Community
There doesn't seem to be a way to do this within the iCal interface.
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Hey that’s great to hear @esdrasevt. It’s pretty fascinating how the RRule is expressed into event instances on a calendar app (how they’re kinda “virtual” things, not really there unless you create an exception).
I’ve shared the process of exploring how these work at @robinpowered, we do a lot with iCal too.
Anyways, glad to hear you’re in business 👍
I don’t think a presentation component should have to deal with those concerns. This feels more like a user-land problem more than it does a library problem.
You could get good mileage by composing
react-native-calendars
with a thin-wrapper that interpolates the RRULE into a collection of events, and then usereact-native-calendars
as you normally would: