Skip to main content
added 2 characters in body
Source Link
Alex
  • 22.9k
  • 12
  • 84
  • 106

I could not find a way to do this through the web interface. However, it is fairly straight forward if you download the ICS file, remove all lines which begin with "PRIVACY:", and upload it as a new calendar.

e.g. grep -v ^CLASS: old.ics > new.icsgrep -v ^CLASS: old.ics > new.ics

http://www.dataliberation.org/google/calendar

I could not find a way to do this through the web interface. However, it is fairly straight forward if you download the ICS file, remove all lines which begin with "PRIVACY:", and upload it as a new calendar.

e.g. grep -v ^CLASS: old.ics > new.ics

http://www.dataliberation.org/google/calendar

I could not find a way to do this through the web interface. However, it is fairly straight forward if you download the ICS file, remove all lines which begin with "PRIVACY:", and upload it as a new calendar.

e.g. grep -v ^CLASS: old.ics > new.ics

http://www.dataliberation.org/google/calendar

Source Link
James
  • 26
  • 1

I could not find a way to do this through the web interface. However, it is fairly straight forward if you download the ICS file, remove all lines which begin with "PRIVACY:", and upload it as a new calendar.

e.g. grep -v ^CLASS: old.ics > new.ics

http://www.dataliberation.org/google/calendar