# File lib/vpim/icalendar.rb, line 305
    def protocol
      m = @properties['METHOD']
      m ? m.upcase : m
    end