Working with Recurring Events
{
"count": 1,
"results": [
{
"id": "3HieM5mavYqPikiHPw",
"title": "ASH Annual Meeting",
"category": "conferences",
"entities": [
{
"entity_id": "vAtN2UDcxySFtZFwLRvqcN",
"name": "ASH Annual Meeting",
"type": "event-group",
"category": "conferences",
"labels": [
"business",
"conference",
"event-group",
"expo",
"recurring"
],
"description": "The American Society of Hematology (ASH) Annual Meeting & Exposition provides an invaluable educational experience and the opportunity to review thousands of scientific abstracts highlighting updates in the hottest topics in hematology.",
"recurring": {
"ical": "DTSTART;VALUE=DATE:20141206\nDURATION:P4D\nRRULE:FREQ=YEARLY;INTERVAL=1"
}
}
],
...
}
]
}Find all Instances of a Recurring Event
Find a Specific Recurrence of an Event
Last updated
Was this helpful?