Warning, /pim/sink/common/domain/event.fbs is written in an unsupported language. File is not indexed.

0001 namespace Sink.ApplicationDomain.Buffer;
0002 
0003 table Event {
0004   uid:string;
0005   summary:string;
0006   description:string;
0007   startTime:string;
0008   endTime:string;
0009   allDay:bool = false;
0010   recurring:bool = false;
0011   ical:string;
0012   calendar:string;
0013 }
0014 
0015 root_type Event;
0016 file_identifier "AKFB";