TrainingSession
name | type |
---|---|
id | uuid |
day | number |
month | string |
year | number |
location | string |
instructor | string |
abbreviated_month | string |
starts | string |
ends | string |
time_period | string |
time_zone | string |
session_url | string |
google_calendar_url | object |
internal? | boolean |
external? | boolean |
approved? | boolean |
denied? | boolean |
no_seats? | boolean |
not_registered? | boolean |
pending? | boolean |
registered? | boolean |
too_late? | boolean |
Example
{{ training_events.first.sessions.first }}
Updated over 1 year ago