Comments on: Send iCalendar recurring meeting requests for different timezone https://www.limilabs.com/blog/send-icalendar-recurring-meeting-requests-different-timezone Using Limilabs .net components Fri, 13 Dec 2013 12:48:57 +0000 hourly 1 https://wordpress.org/?v=6.6.2 By: Limilabs support https://www.limilabs.com/blog/send-icalendar-recurring-meeting-requests-different-timezone#comment-527188 Mon, 15 Apr 2013 15:06:49 +0000 http://www.limilabs.com/blog/?p=3142#comment-527188 In reply to Ron.

@Ron,

With recurring rule, I don’t think iCalendar specification allows that.

But you can add multiple events (with different start and end dates) to a single Appointment object using AddEvent() method.

]]>
By: Ron https://www.limilabs.com/blog/send-icalendar-recurring-meeting-requests-different-timezone#comment-524487 Thu, 11 Apr 2013 17:16:49 +0000 http://www.limilabs.com/blog/?p=3142#comment-524487 Instead of adding a recurring rule, can I specify all the dates of the recurring meeting?

]]>
By: Limilabs support https://www.limilabs.com/blog/send-icalendar-recurring-meeting-requests-different-timezone#comment-412477 Thu, 17 Jan 2013 08:10:40 +0000 http://www.limilabs.com/blog/?p=3142#comment-412477 In reply to Ron.

@Ron,

> What are the valid values for “TimeZoneId”?
Any value is valid, as you are defining the timezone.
When defining regular timezone I’d use time zone abbreviations defined here: http://www.timeanddate.com/library/abbreviations/timezones/

> Is there a way to programatically determine the proper value for the local machine?
You can use TimeZoneInfo class for that (it is available since .NET 4.0) in particular GetAdjustmentRules method is what you are after.

> In this example ‘standard’ time and ‘daylight savings’ time are hard coded.
If you are on .NET 4.0 or greater, you can use TimeZoneInfo class.

]]>
By: Ron https://www.limilabs.com/blog/send-icalendar-recurring-meeting-requests-different-timezone#comment-411028 Wed, 16 Jan 2013 17:59:53 +0000 http://www.limilabs.com/blog/?p=3142#comment-411028 What are the valid values for “TimeZoneId”?
Is there a way to programatically determine the proper value for the local machine?
In this example ‘standard’ time and ‘daylight savings’ time are hard coded. Is there a way to add this info automatically or to read if from the local machine?

Thank you
Ron

]]>