Phil
Phil

Reputation: 53

Writing a weekly recurring time interval (ISO 8601)

i need a correct weekly ISO 8601 recurring time interval.

For example, repeat:

Each Monday, 19:00.

I already tried a lot of examples, but nothing worked correctly :-(

Thx for any help!

Upvotes: 2

Views: 6200

Answers (1)

chansen
chansen

Reputation: 2466

R/2014-W01-1T19:00:00/P1W

Represents a unbounded recurrence with a start date and a duration of one week. The recurrence starts at the first day (Monday) of the week number 01 in the week year 2014. I have used a week date, but you can substitute it with a calendar date or ordinal date, just make sure the date falls on a Monday.

Upvotes: 7

Related Questions