Skip to content

Commit

Permalink
O->G: Create recurrence.
Browse files Browse the repository at this point in the history
New Google.Graph/GoogleRecurrence.cs
#2016
  • Loading branch information
phw198 committed Dec 1, 2024
1 parent 73eeb75 commit 3dc6f4f
Showing 2 changed files with 563 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -556,7 +556,7 @@ private static GcalData.Event createCalendarEntry(Microsoft.Graph.Event ai) {

GcalData.Event ev = new();

//ev.Recurrence = Recurrence.Instance.BuildGooglePattern(ai, ev);
ev.Recurrence = Recurrence.BuildGooglePattern(ai, ev);
ev.Start = new EventDateTime();
ev.End = new EventDateTime();

Loading

0 comments on commit 3dc6f4f

Please sign in to comment.