mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-22 12:19:09 +00:00
fix(Google Calendar Node): Updates and fixes (#10715)
Co-authored-by: Shireen Missi <94372015+ShireenMissi@users.noreply.github.com>
This commit is contained in:
@@ -34,3 +34,8 @@ export interface IEvent {
|
||||
visibility?: string;
|
||||
conferenceData?: IConferenceData;
|
||||
}
|
||||
|
||||
export type RecurringEventInstance = {
|
||||
recurringEventId?: string;
|
||||
start: { dateTime: string; date: string };
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user