mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-20 19:32:15 +00:00
⚡ Add Google Calendar conference link (#1085)
This commit is contained in:
@@ -7,6 +7,15 @@ export interface IReminder {
|
||||
overrides?: IDataObject[];
|
||||
}
|
||||
|
||||
export interface IConferenceData {
|
||||
createRequest?: {
|
||||
requestId: string,
|
||||
conferenceSolution: {
|
||||
type: string,
|
||||
}
|
||||
};
|
||||
}
|
||||
|
||||
export interface IEvent {
|
||||
attendees?: IDataObject[];
|
||||
colorId?: string;
|
||||
@@ -25,4 +34,5 @@ export interface IEvent {
|
||||
summary?: string;
|
||||
transparency?: string;
|
||||
visibility?: string;
|
||||
conferenceData?: IConferenceData;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user