Validation

intratool uses validation components of the open source PHP framework Laravel. All keys which are not further described in this section can be found in this section of the Laravel Documentation.

NameDescriptionValid example

RRule

Recurring rule string described in RFC5545

FREQ=DAILY;UNTIL=20171231T000000;BYDAY=MO,TU

DateTime

DateTime string

2018-12-24 00:30:35

Date

Date string

2018-12-24

Time

Time string

00:30:35

DateInterval

ISO 8601 DateInterval duration string

'P1M'

Last updated