struct Google::Calendar::V3::Events::EventsInsertRequest

Included Modules

Defined in:

calendar/v3/events.cr

Constructors

Instance Method Summary

Macros inherited from module Google::Resource

field(var, key = nil, **options, &block) field, field!(var, key = nil, **options, &block) field!, field?(var, key = nil, **options, &block) field?

Constructor Detail

def self.new(pull : JSON::PullParser) #

def self.new(pull : MessagePack::Unpacker) #

def self.new(*, start : Google::Calendar::V3::Date | Google::Calendar::V3::Timestamp, end __arg3 : Google::Calendar::V3::Date | Google::Calendar::V3::Timestamp, summary : Nil | String = nil, description : Nil | String = nil, attendees : Nil | Array(Google::Calendar::V3::Attendee) = nil, attachments : Nil | Array(Google::Calendar::V3::Events::Attachment) = nil, visibility : Google::Calendar::V3::Event::Visibility | Nil = nil, status : Google::Calendar::V3::Event::Status | Nil = nil) #

[View source]

Instance Method Detail

def attachments : Array(Attachment) #

def attendees : Array(Attendee) #

def description : String | Nil #

def end : Timestamp | Date #

def start : Timestamp | Date #

def status : Event::Status | Nil #

def summary : String | Nil #

def visibility : Event::Visibility | Nil #