github.com/yaegashi/msgraph.go@v0.1.4/beta/EnumEvent.go (about)

     1  // Code generated by msgraph.go/gen DO NOT EDIT.
     2  
     3  package msgraph
     4  
     5  // EventType undocumented
     6  type EventType string
     7  
     8  const (
     9  	// EventTypeVSingleInstance undocumented
    10  	EventTypeVSingleInstance EventType = "singleInstance"
    11  	// EventTypeVOccurrence undocumented
    12  	EventTypeVOccurrence EventType = "occurrence"
    13  	// EventTypeVException undocumented
    14  	EventTypeVException EventType = "exception"
    15  	// EventTypeVSeriesMaster undocumented
    16  	EventTypeVSeriesMaster EventType = "seriesMaster"
    17  )
    18  
    19  var (
    20  	// EventTypePSingleInstance is a pointer to EventTypeVSingleInstance
    21  	EventTypePSingleInstance = &_EventTypePSingleInstance
    22  	// EventTypePOccurrence is a pointer to EventTypeVOccurrence
    23  	EventTypePOccurrence = &_EventTypePOccurrence
    24  	// EventTypePException is a pointer to EventTypeVException
    25  	EventTypePException = &_EventTypePException
    26  	// EventTypePSeriesMaster is a pointer to EventTypeVSeriesMaster
    27  	EventTypePSeriesMaster = &_EventTypePSeriesMaster
    28  )
    29  
    30  var (
    31  	_EventTypePSingleInstance = EventTypeVSingleInstance
    32  	_EventTypePOccurrence     = EventTypeVOccurrence
    33  	_EventTypePException      = EventTypeVException
    34  	_EventTypePSeriesMaster   = EventTypeVSeriesMaster
    35  )