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
Over time, staff have linked Google calendars to many pages on the site. It would be nice to see a list of all the calendars used on the site, with a link to Google for each one.
We have a custom calendar_id field we created, and I could reverse engineer a query to select all the calendar_id's in Drupal. Then, iterate over all of them, query Google for the calendar information, and render some HTML....or something like that.
The text was updated successfully, but these errors were encountered:
Over time, staff have linked Google calendars to many pages on the site. It would be nice to see a list of all the calendars used on the site, with a link to Google for each one.
We have a custom calendar_id field we created, and I could reverse engineer a query to select all the calendar_id's in Drupal. Then, iterate over all of them, query Google for the calendar information, and render some HTML....or something like that.
The text was updated successfully, but these errors were encountered: