Sha256: e18a0dc71a2f60371286131ab2327ca83ace812098b970a0d1e1e094a2ce15fa
Contents?: true
Size: 406 Bytes
Versions: 6
Compression:
Stored size: 406 Bytes
Contents
module Exchanger # The CalendarView element defines a FindItem operation # as returning calendar items in a set as they appear in a calendar. # <CalendarView MaxEntriesReturned="" StartDate="" EndDate="" /> # https://msdn.microsoft.com/en-us/library/aa564515.aspx class CalendarView < Element key :max_entries_returned key :start_date, type: Time key :end_date, type: Time end end
Version data entries
6 entries across 6 versions & 1 rubygems