I am wondering wether it is possible to remove a common part from all existing Appointments in my google calender matching a given pattern:

AE [0-9][0-9][0-9][0-9][0-9]-[0-9] [0-9]S:

So that

AE 12345-4 2S xxxxxx

would become

xxxxxx
link|improve this question

67% accept rate
feedback

1 Answer

up vote 0 down vote accepted

Its all the same length the begin with, just remove the first 14 characters. If its variable, you might want to move it all to excel, text to columns by S, just take everything in the second and later columns. Note: this requires exporting the calendar to a .csv first.

link|improve this answer
Sorry this is not CLI. Please let me know if I should remove this answer. – soandos Jun 2 '11 at 14:37
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.