Skip to content

Instantly share code, notes, and snippets.

@petenelson
Last active March 4, 2024 21:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save petenelson/ac0569f4fb20fdaf209288d93284a2e3 to your computer and use it in GitHub Desktop.
Save petenelson/ac0569f4fb20fdaf209288d93284a2e3 to your computer and use it in GitHub Desktop.
Sample _tribe_blocks_recurrence_rules for The Event Calendar
[
{
"type": "weekly",
"all_day": false,
"multi_day": false,
"start_date": "2024-03-11",
"_start_date_input": "March 11, 2024",
"_start_date_obj": "2024-03-11T05:00:00.000Z",
"start_time": "08:00:00",
"_start_time_input": "8:00 am",
"end_date": "2024-03-11",
"_end_date_input": "March 11, 2024",
"_end_date_obj": "2024-03-11T05:00:00.000Z",
"end_time": "17:00:00",
"_end_time_input": "5:00 pm",
"between": 1,
"limit_type": "date",
"limit": "2024-04-06",
"_limit_date_input": "April 6, 2024",
"_limit_date_obj": "2024-04-06T17:00:00.000Z",
"between": 1
"days": [
1
],
"week": "second",
"day": 1,
"month": [
3
],
"timezone": "America/Chicago",
"multi_day_span": "next_day"
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment