Skip to content

Commit

Permalink
Added start/end date/time properties to CalendarEvent model
Browse files Browse the repository at this point in the history
  • Loading branch information
RSpace committed Jun 1, 2012
1 parent 2c64312 commit 1b243d7
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions lib/podio/models/calendar_event.rb
Expand Up @@ -7,7 +7,11 @@ class Podio::CalendarEvent < ActivePodio::Base
property :location, :string
property :status, :string
property :start, :datetime, :convert_timezone => false
property :start_date, :date
property :start_time, :string
property :end, :datetime, :convert_timezone => false
property :end_date, :date
property :end_time, :string
property :link, :string

class << self
Expand Down

0 comments on commit 1b243d7

Please sign in to comment.