Datetime: Difference between revisions
Appearance
→repeated events: not implemented in the wiki. |
todo |
||
Line 21: | Line 21: | ||
* other: | * other: | ||
** every other week (can be 6 in one year and 7 in the next.) | ** every other week (can be 6 in one year and 7 in the next.) | ||
==todo== | |||
how is repetition handled | |||
*in [[iCal]] | |||
*by [[ISO 8601]] |
Revision as of 2008-10-26T18:37:20
tango.info uses ISO 8601 for date and time representation.
single events
- implemented, see add event
repeated events
not implemented in the wiki.
tango.info internally uses numeric identifiers from 1 to 9.
- thursday-1 : each first thursday of a month
- thursday-2 : each first thursday of a month
- thursday-3 : each first thursday of a month
- thursday-4 : each first thursday of a month
- thursday-5 : each fifth thursday of a month (if existend)
- thursday-6 : each thursday in an even week of the year (ISO week number)
- thursday-7 : each thursday in an odd week of the year (ISO week number)
- thursday-8 : each thursday
- thursday-9 : each last thursday of a month (4th or 5th)
- other:
- every other week (can be 6 in one year and 7 in the next.)
todo
how is repetition handled