function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
yakup kaygusuzyakup kaygusuz 

visual force email link

i have been trying to create an add to calender link for an email i have already created an ics file attachment however while trying to create one for google calender however i seem to keep getting a oput tag missing when its actually there here's the code

<apex:outputLink value="http://www.google.com/calendar/event?action=TEMPLATE&amp;
dates={!year(relatedTo.miiEventV1__Presentation__r.miiEventV1__Date_of_Presentation__c)}
{!CASE(MONTH(relatedTo.miiEventV1__Presentation__r.miiEventV1__Date_of_Presentation__c),1,"01",2,"02",3,"03",4,"04",5,"05",6,"06",7,"07",8,"08",9,"09",10,"10",11,"11","12")}
{!day(relatedTo.miiEventV1__Presentation__r.miiEventV1__Date_of_Presentation__c)}T010000Z&#37;2F{!year(relatedTo.miiEventV1__Presentation__r.miiEventV1__Date_of_Presentation__c)}
{!CASE(MONTH(relatedTo.miiEventV1__Presentation__r.miiEventV1__Date_of_Presentation__c),1,"01",2,"02",3,"03",4,"04",5,"05",6,"06",7,"07",8,"08",9,"09",10,"10",11,"11","12")}
{!day(relatedTo.miiEventV1__Presentation__r.miiEventV1__Date_of_Presentation__c)}T020000Z&amp;
text={!relatedTo.miiEventV1__Presentation__r.miiEventV1__Display_Name__c}&amp;
location=&amp;
details">link</apex:outputLink>