namespace Akonadi2.Domain.Buffer; table Event { uid:string; summary:string; description:string; attachment:[ubyte]; } root_type Event; file_identifier "AKFB";