/ScheduleSync

Sync your APU timetable with your Outlook Calendar.

Primary LanguageC#MIT LicenseMIT

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.