You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We have a Google Calendar. We have no idea how much it's used. Google Calendar has no way to track calendar subscibers.
Potential Solution
We could create a small app that allows arbitrary links to be tracked via pass-through. Since each event in the calendar has a link in the description (with details not available from the ical event), that could proxy for how much use the calendar is getting.
So for example, if we had an event with https://example.com in the description, the ical event could link to something like https://my-link-tracker-app.herokuapp.com?url=https://example.com
This link tracker app would then write data whenever someone using it as a pass-through. This could be either in a spreadsheet, or in Google Analytics.
Note that the approach would require putting very specific links into the calendar, which is a pain, and would probably be forgotten. We could instead create another app that takes an ical feed and rewrites all the links to have the right format. Then we could add that ical feed to another gcal via importing the rewritten ical feed, and embedding it
Alternatively, we could allow a little script to rewrite the links with gcal write access, so that they include the tracker, and that would also work, and allow us to still use a full Google calendar with ability to embed at civictech.ca/calendar
Problem
We have a Google Calendar. We have no idea how much it's used. Google Calendar has no way to track calendar subscibers.
Potential Solution
We could create a small app that allows arbitrary links to be tracked via pass-through. Since each event in the calendar has a link in the description (with details not available from the ical event), that could proxy for how much use the calendar is getting.
So for example, if we had an event with https://example.com in the description, the ical event could link to something like
https://my-link-tracker-app.herokuapp.com?url=https://example.com
This link tracker app would then write data whenever someone using it as a pass-through. This could be either in a spreadsheet, or in Google Analytics.
Note that the approach would require putting very specific links into the calendar, which is a pain, and would probably be forgotten. We could instead create another app that takes an ical feed and rewrites all the links to have the right format. Then we could add that ical feed to another gcal via importing the rewritten ical feed, and embedding it
Alternative Considered
Related
The text was updated successfully, but these errors were encountered: