Created
June 19, 2014 09:31
-
-
Save lukaspawlik/c4a0e605414542e844dd to your computer and use it in GitHub Desktop.
AI1EC Event properties
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This is exactly what I needed. Thanks for making the internet better!