Skip to content

Instantly share code, notes, and snippets.

@ktaragorn
ktaragorn / cdc_add_to_google_calendar.user.js
Created April 4, 2018 14:40
Add CDC (ComfortDelgro Driving Centre) class bookings to google calendar
// ==UserScript==
// @name Add CDC (ComfortDelgro Driving Centre) class bookings to google calendar
// @namespace ktaragorn
// @description Adds a link to export the class booking to google calendar so that you dont make mistakes in manual entry of date/time and miss the class
// @include https://www.cdc.com.sg/NewPortal/Booking/ReportPrView.aspx?ReceiptNo=*
// @version 2
// @grant none
// ==/UserScript==
function make_date(time_array){