-
Notifications
You must be signed in to change notification settings - Fork 90
Open
Description
HI,
I couldn't figure out how to use EXDATE with new RRule(), so I've used new RSet() instead.
This is all working, but how can I access the humanReadable() function for RSet?
My code is below. Thanks for your help and thanks for a great library!
$rset = new RSet();
$rset->addRRule(array(
'FREQ' => 'weekly',
'INTERVAL' => 1,
'BYDAY' => 'MO, TU, WE, TH, FR',
'DTSTART' => '2022-09-20 11:00:00',
'UNTIL' => '2022-10-01 12:00:00'
));
$rset->addExdate('2022-09-22 11:00:00');
$rset->humanReadable(array('locale' => 'en-GB'));
Metadata
Metadata
Assignees
Labels
No labels