Skip to content

Instantly share code, notes, and snippets.

@lukaspawlik
Created June 19, 2014 09:31
Show Gist options
  • Star 3 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save lukaspawlik/c4a0e605414542e844dd to your computer and use it in GitHub Desktop.
Save lukaspawlik/c4a0e605414542e844dd to your computer and use it in GitHub Desktop.
AI1EC Event properties
Below are properties available to obtain by $event->get()
'post'
'post_id'
'instance_id'
'timezone_name'
'start'
'end'
'start_truncated'
'end_truncated'
'allday'
'instant_event'
'recurrence_rules'
'exception_rules'
'recurrence_dates'
'exception_dates'
'venue'
'country'
'address'
'city'
'province'
'postal_code'
'show_map'
'show_coordinates'
'longitude'
'latitude'
'contact_name'
'contact_phone'
'contact_email'
'contact_url'
'cost'
'is_free'
'ticket_url'
'ical_feed_url'
'ical_source_url'
'ical_organizer'
'ical_contact'
'ical_uid'
'tags'
'categories'
'feed'
@ThatGuySam
Copy link

This is exactly what I needed. Thanks for making the internet better!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment