Skip to content

Instantly share code, notes, and snippets.

@victorbnl
Last active February 1, 2024 22:29
Show Gist options
  • Save victorbnl/3e43387a39fd513448ac1cb07fdf15b0 to your computer and use it in GitHub Desktop.
Save victorbnl/3e43387a39fd513448ac1cb07fdf15b0 to your computer and use it in GitHub Desktop.
Find an ADESOFT ADE iCal URL when the export module is disabled

Find an ADE iCal URL

ADESOFT ADE is a timetable software used by many French universities. It seems that more often than not, there is an export option available to get a URL to an iCal calendar. However, it happens that the university didn’t enable the export module or purposefully disabled it. In that case, it is still possible to get a URL to an iCal calendar.

First, you need to find your class’ resources ID. Navigate to the JSP version of your ADE instance. That is, if you are on /direct/myplanning.jsp, go to /jsp/standard instead. Find your class in the tree and hover it. After that, your web browser should indicate where the button links to. In this example, 9440 is your class’ resources ID.

image

Now, the iCal URL is as follows, replacing RES by your class’ resources ID.

/jsp/custom/modules/plannings/anonymous_cal.jsp?resources=RES&projectId=3&calType=ical&nbWeeks=4

Put the URL in a calendar subscription application like ICSx⁵ and voilà!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment