summaryrefslogtreecommitdiffstats
path: root/common/domain/event.fbs
blob: 49ff2708857e516ba0437b7006a6aadc36fc23cd (plain)
1
2
3
4
5
6
7
8
9
10
11
namespace Akonadi2.Domain.Buffer;

table Event {
  uid:string;
  summary:string;
  description:string;
  attachment:[ubyte];
}

root_type Event;
file_identifier "AKFB";