summaryrefslogtreecommitdiffstats
path: root/common/domain/event.fbs
blob: 77aaef651e69e3226bc452ef1dc0b962d8300256 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
namespace Sink.ApplicationDomain.Buffer;

table Event {
  uid:string;
  summary:string;
  description:string;
  startTime:string;
  endTime:string;
  ical:string;
  calendar:string;
}

root_type Event;
file_identifier "AKFB";