Warning, /pim/sink/common/domain/calendar.fbs is written in an unsupported language. File is not indexed.
0001 namespace Sink.ApplicationDomain.Buffer; 0002 0003 table Calendar { 0004 name:string; 0005 color:string; 0006 enabled:bool = true; 0007 contentTypes:[string]; 0008 } 0009 0010 root_type Calendar; 0011 file_identifier "AKFB";