Warning, /pim/sink/examples/dummyresource/dummycalendar.fbs is written in an unsupported language. File is not indexed.

0001 // example IDL file
0002 
0003 namespace DummyCalendar;
0004 
0005 table DummyEvent {
0006   summary:string;
0007   description:string;
0008   attachment:[ubyte];
0009   remoteId:string;
0010 }
0011 
0012 root_type DummyEvent;
0013 file_identifier "AKFB";