We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 789c0b2 commit c2e482cCopy full SHA for c2e482c
2 files changed
lib/event.rb
lib/tess/api/event.rb
@@ -16,7 +16,7 @@ def self.resource_path
16
attr_accessor :id, :external_id, :title, :subtitle, :url, :organizer, :last_scraped, :scraper_record, :description,
17
:scientific_topic_names, :event_types, :keywords, :start, :end, :sponsor, :online, :for_profit, :venue,
18
:city, :county, :country, :postcode, :latitude, :longitude, :package_ids, :node_ids, :target_audience,
19
- :eligibility, :host_institutions, :capacity, :contact, :external_resources_attributes
+ :eligibility, :host_institutions, :capacity, :contact, :external_resources_attributes, :timezone
20
21
EVENT_TYPE = {
22
awards_and_prizegivings: 'awards_and_prizegivings',
0 commit comments