ErwinSuwito / ScheduleSync

Sync your APU timetable with your Outlook Calendar.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ScheduleSync

Sync your APU timetable with your Outlook Calendar. Get it on the Microsoft Store

ScheduleSync

Building

You'll need to add a new ClientSecret.cs file with the following content before building the project:

namespace ScheduleSync
{
    public class ClientSecret
    {
        public static string ClientId = "YOUR-CLIENT-ID-HERE";
    }
}

You can register here to get a ClientID.

About

Sync your APU timetable with your Outlook Calendar.

License:MIT License


Languages

Language:C# 100.0%