anoob wrote:
Thanks your reply. Yes, it does what it promises.
But like my say previously:
The Tuesday I want is in the 4th week of each month,
not the 4th Tuesday of each month.
I think that's not possible using the basic tools, because, even you said so, isn't well defined. It could be the 3rd or 4th Tuesday, and the week number isn't useful. These kind of events aren't achievable using the default iCalendar format.
The format goes upward (weekday -> week -> month -> year) and your event is going downward (week -> weekday).
One solution could be (if the event is only for Rainlendar, although you can move them to another calendar to make it permanent) create an event using script, searching when is the 1st day of the month, move to the 4th week, and finally go back to the Tuesday.
I reuse a code I have to create such kind of event. You can copy these files to the program/script folder (C:\Program Files\Rainlendar2\scripts in my case). It could be used to match any other day and any other week, but it will have troubles on the first and last weeks.