How do I set up a randomly reoccurring event in my calendar?
January 28, 2013 2:57 PM Subscribe
I would like to set up a randomly reoccurring weekly event in my calendar -- either Outlook or Google -- such that it repeats every work week (M-F) between the hours of 9-5, but randomly. In other words, I want it to be at 1 pm on Monday one week, then 10 am on Friday of the following week, etc. Is there a quick and easy way to do this or must I set up a reoccurring event and then go through each week moving the appointment to what feels like a random time?
posted by lord_wolf to computers & internet (6 answers total) 5 users marked this as a favorite
You could use an Excel script (or whatever you are comfortable with) that would, for each week, in one column select randomly between Mon-Fri (a random 0.0 to ≤0.2 would correspond to Mon, 0.2 to ≤0.4 to Tue etc.) and then associate that with the corresponding date, and then select a random time between 0900 and 1700 in the second column. Repeat the same date in column three and add whatever time you want your event to last to column two to generate the two columns that would specify the ending date/time. Adjust your remaining columns to correspond to a proper format (specifications), save it as a csv file, add a valid header and import it into your calendar of choice.
posted by halogen at 3:24 PM on January 28 [1 favorite]