Tango.info event: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 5: | Line 5: | ||
[[Template:Event]] | [[Template:Event]] | ||
==Properties== | |||
If a property name is the same as a field name in [[tango.info iCal]], then its possible values are restricted by the [[iCal]] definition. | |||
{| | |||
! Name | |||
! Values | |||
! Usage in tango.info | |||
|- | |||
| categories || milonga|festival|lesson ... | |||
| active | |||
|- | |||
| status || confirmed|cancelled | |||
| active | |||
|- | |||
| summary || varchar(255) // -> [[tango.info event name]] | |||
| active | |||
|- | |||
| comment || varchar(500) | |||
| active | |||
|- | |||
| description || | |||
| considered | |||
|- | |||
| organizer || | |||
| considered | |||
|} |
Revision as of 2013-06-14T10:46:18
Properties
If a property name is the same as a field name in tango.info iCal, then its possible values are restricted by the iCal definition.
Name | Values | Usage in tango.info |
---|---|---|
categories | festival|lesson ... | active |
status | cancelled | active |
summary | varchar(255) // -> tango.info event name | active |
comment | varchar(500) | active |
description | considered | |
organizer | considered |