Re: How can recurrent temporal constraints be expressed ?

> On 17 May 2024, at 17:08, Sridhar Krishnamurthy <ksridhar@amagi.com> wrote:
> 
>    "constraint": [{
>            "leftOperand": "dateTime",
>            "operator": "gte",
>            "rightOperand":  { "@value": "RRULE:FREQ=MONTHLY;INTERVAL=1;COUNT=1;UNTIL=2024-12-31",  }
>        },{

The above would definitely need to add the datatype:

   "rightOperand":  { "@value": "RRULE:FREQ=MONTHLY;INTERVAL=1;COUNT=1;UNTIL=2024-12-31”,  “@type”: "https://www.iana.org/assignments/media-types/text/calendar” }

R

Received on Monday, 20 May 2024 05:55:51 UTC