Skip to content

VinzSpring/CampusDualExport

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

CampusDualExport

the following quick and dirty script is provided "as-is" with no support, further development or security affirmations. Only use it if you know what it does.

How to use:

  1. login to CampusDual
  2. view calendar
  3. press F12 to show developer console
  4. switch to "Network"
  5. find your calendar-json request url
  6. write a python script to export data into calendar app readable .csv
if __name__ == '__main__':
    export_to_csv("./test.csv", "https://selfservice.campus-dual.de/room/json?userid=[YOUR_USER_ID]&hash=[MAGIC_HASH]&start=[TIME_STAMP_START]&end=[TIME_STAMP_END]")

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages