import ( "github.com/oss/calendarmod" ) Create an authentification client with the service account JSON file client := calendarmod.SetUpSVAClient(serviceAccountJSON, true) Subscribe the group to the calendar calendarID:= "c_d3e80545746779e9e3957248314356fe4d9e1dcc27c2259b8c029ad5ee6f9cdf@...
forEach(calendar::addEvent); return Biweekly.write(calendar).go(); } private String nameForType(Type type) { if (type == Type.COMMERCIAL) { return "Spring Commercial Releases"; } else if (type == Type.OSS) { return "Spring OSS Releases"; } return "Spring Releases"; } private V...
edit_calendarHow to join the calendar You can join the calendar by selecting an available date and registering the URL of the article you wish to link to. If a slot is available, you can go back to a past date to join! Series 1 SunSundayMonMondayTueTuesdayWedWednesdayThuThursdayFriFriday...
packages/circuit-ui/components/Calendar Calendar.tsx 2 changes: 1 addition & 1 deletion 2 .changeset/weak-kings-refuse.md Original file line numberDiff line numberDiff line change @@ -2,4 +2,4 @@ '@sumup-oss/circuit-ui': patch --- Fixed the DateInput component's calendar button `...