When exporting the Schoology calendar to Google Calendar via the "Share" option and the .ical link, there are two unexpected behaviors:
Hi @fahimda,
I recommend reviewing this article on Calendar to make sure that your setup is correct. In order to troubleshoot this issue further and the behavior on your end we will have to take a closer look at your setup while accessing your site to replicate the exact issue on our end. To protect your data privacy, I recommend working with the Schoology support contacts in your school district who can reach out to the Schoology team through a support case on your behalf.
Note: There must be a time populated in the Schoology calendar event in order for that time to be displayed in the Gmail Calendar. If there is no time populated in the calendar event in Schoology, it will display as 11:59 when imported into a Gmail calendar. You might want to verify the time set on the Schoology calendar end as well.
Additionally, is it a group calendar as a group calendar does not auto sync with ical? This will require a manual export.
ParitoshT
Community Moderato
After manually inspecting the ical file that is downloaded after selecting "Export" on https://northvilleschools.schoology.com/calendar/100470724/2023-11, I discovered inaccuracies within the generated file itself. These inaccuracies were evidenced by inconsistencies with the calendar that is actually displayed on the page. Example:
Actual calendar displayed on Schoology:
Exported calendar:
If I convert that start time into here, I see that the time displayed is 6:59 PM EST (the time zone of our school district).
Surely enough, this is the time displayed when exported into Google Calendar:
Instead of 20231110T235959 (Google Calendar automatically reformats this to 2023-11-10T23:59:59Z), it should read 2023-11-09T05:00:00Z.
Also, each assignment's due date lasts for one hour. For example:
Turns into
Because the iCal event reads:
SUMMARY:Honors Physics Unit 2A Test
DESCRIPTION: - Link: http://northvilleschools.schoology.com/event/7013036258/profile
END:VEVENT
BEGIN:VEVENT
DTSTAMP;VALUE=DATE-TIME:20231109T091418Z
DTSTART;VALUE=DATE-TIME:20231110T133000Z
DTEND;VALUE=DATE-TIME:20231110T143000Z
UID:calendar-event-7007300246@schoology.com
URL;VALUE=URI:http://northvilleschools.schoology.com/assignment/7007300233
While it should instead read:
SUMMARY:Honors Physics Unit 2A Test
DESCRIPTION: - Link: http://northvilleschools.schoology.com/event/7013036258/profile
END:VEVENT
BEGIN:VEVENT
DTSTAMP;VALUE=DATE-TIME:20231109T091418Z
DTSTART;VALUE=DATE-TIME:20231110T133000Z
DTEND;VALUE=DATE-TIME:20231110T133000Z
UID:calendar-event-7007300246@schoology.com
URL;VALUE=URI:http://northvilleschools.schoology.com/assignment/7007300233
Notice that the manually corrected version shows a start and end time that are the same instead of inaccurately defaulting to an hour-long event.
Hi @fahimda
In order to protect your data privacy in the Community, we recommend reaching out to the Technical Contact of your district who should be able to submit a support ticket with the PowerSchool Support Team. The Team should be able to take a closer look at your setup, gather more information regarding your issue, and assist you further with the troubleshooting steps.