Liqiud basics
Modules
API
Mailer
Event
On this page
Overview
Below you can see all the available drops on the event object
| Name | Description |
| event.id | ID of the event |
| event.title | The event title |
| event.description | Description of the event |
| event.start_at | The date the event starts |
| event.end_at | The date the event ends |
| event.preview | The image url of the event |
| event.external_url | External URL of the event |
| event.location_name | The name of the location the event is held at |
| event.location_address | The address of the location the event is held at |
| event.location_at | Missing description |
| event.location_lat | The latitude of the location of the event |
| event.location_lng | The longitude of the location of the event |
| event.exists? | Checks if event exists |
| event.show_end_at | Returns true if event has both start and end date and they are not in the same day. therwise returns false |
| event.calendar | Get the CalendarDrop associated to this event |
| event.tags | Return the event tags |
| event.url | Return the article URL |
| event.external_url? | Is external url present? |
| event.location_name? | Is location name present? |
| event.location_address? | Is location address present? |
Updated: 2020-11-24