-
Notifications
You must be signed in to change notification settings - Fork 4
Installation
Cumhur Korkut edited this page Mar 12, 2014
·
2 revisions
In order to use Spec, you need to set the preferences file located in config/Preferences.js
- googleRedirectUrl: used by Google Calendar authorization.
- casOptions: the options for grand_master_cas, which allows integration to Wesleyan CAS. casOptions.redirectUrl refers to the route in Spec, so you do not need to change that.
- port: This is the port Spec runs on.
- mail: the options used by nodemailer. See their instructions for more help.
- managerEmails: These are the addresses where e-mails are sent about the updated events after event file upload.
- notificationEmails: There are the addresses where e-mails are sent when there's about an hour for an event to start and there is still no staff assigned to the event. See modules/unstaffedNotifications.js for any modifications.
- databaseUrl: This is for MongoDB notification, you should see mongojs for more help.
Spec has Google Calendar integration that allows you to show your calendar events within the calendar. Currently it only allows users from Wesleyan domain to authorize their Wesleyan Google accounts. In order to use it, you need to locate a client_secret.json file that Google provides for your application API registration.
Wesleyan University Instructional Media Services - Special Events Calendar (Spec).