UniTime / unitime

Comprehensive University Timetabling System
http://www.unitime.org
Apache License 2.0
282 stars 162 forks source link

How to add datepattern and time preference to the class offerings in xml? #41

Closed olgunozoktas closed 6 years ago

olgunozoktas commented 6 years ago

By using XML how can i add datepattern and timepreference to the offerings?

tomas-muller commented 6 years ago

Time and date pattern can be imported with the time assignment using the Courses XML or Timetable XML format (e.g., see https://www.unitime.org/interface/courseTimetableImport.xml).

Preferences (including time preferences) can be also imported using the Preferences XML. See https://www.unitime.org/interface/preferences.xml for an example.

We currently do not have an XML import that would only assign date patterns to scheduling subparts and/or classes.

For questions of this nature, please use support@unitime.org email or the unitime-discuss Google Group.

olgunozoktas commented 6 years ago

Thank you very much sir.