Gonçalo Martins wrote:
Hello,
I am trying to achieve similar behavior. I am using Calendar widget in Oustystems and sending email to the users with a link "Add to Calendars". How we can convert the calendar events in ics file and send it as an attachment. So that a user can add it to their Outlook or gmail account. Any help would be highly appreciate.
Thanks,
Antima
Year( InDateTime) + If(Month(InDateTime)<10,"0" ,"" ) + Month(InDateTime) + If( Day(InDateTime) < 10, "0","") + Day(InDateTime) + "T" + If(Hour(InDateTime)<10, "0", "") + Hour(InDateTime) + If(Minute(InDateTime)<10, "0", "") + Minute(InDateTime) + "00Z"
Hey Joop, Unfortunatly the result is the same. I think I'll have to develop some extension in .NET to do this (I'll share it afterwards). Unless the costumer accepts the attachment solution. thanks anyway ;)
Thanks Diogo, that is very usefull.
Thanks Diogo, that will be very helpfull, yes.
Hi is the component still available?
Apparently not.
Is there a component that can send an Outlook meeting invite?
Maybe iCalendar or ICalendar Connector? And then there's Add to Calendar. Note I haven't used any of these, but they popped up in the Forge search.
Thanks for your reply, but the iCalendar and iCalendar Connector doesn't work. I have tried the Add to Calendar but it's giving me a wrong link.
Hoping you can help me with this.
Thank you!
I suggest you start a new topic on the forum, and if iCalendar and iCalendar connector don't work, ask question in the Forge asset's subforum. This topic is already more than 10 years old, so not very suited to attract many viewings.
That's rather boring:
//service.AutodiscoverUrl(ssEmailFrom);
service.Url = new Uri((string)AppInfo.GetAppInfo().Tenant.SiteProperties["ExchangeConnector.ExchangeURL"]);
Hi Antima,
First, you resurrected a post over three years old, and quoted a post that's over five years old. In general, it's better to create a new post (and reference the old one). This will get you more attention, and allow you to be more on target.
That said, I'm not sure what you want to achieve. You say you are sending an e-mail, and that e-mail has a link in it? Where does that link point to? And what do you mean by "convert the calendar events in ics file and send it as an attachment"? The ICS file is the attachment? Perhaps you could describe what you want to achieve, functionally.