Related Articles
BYDAY=TU;BYSETPOS=4;WKST=SU;
exdate rrule example.
Ical
ical recur example
ical recurring
recur ical example
recurring ical example
rrule ical
Ical Recurring Appointment with RRULE EXDATE Examples
To create a recur ical in outlook just use RRULE and EXDATE for exclude date.With Recur RRULE you need to use below values few are optional ://recur = “FREQ”=freq *( freq = “SECONDLY” / “MINUTELY” / “HOURLY” / “DAILY”/ “WEEKLY” / “MONTHLY” / “YEARLY”enddate = dateenddate =/ date-time ;An UTC valuebyseclist = seconds / ( […]
How to edit or write a file in Linux
To open a file vi filename to edit file press insert or i and to exit escape :wq! exit without write anything escape:q!
Calling PHP file using jQuery
Calling PHP using jQuery
Include PHP file using jQuery function
jQuery function calling PHP
using jQuery call PHP
How to Call a PHP Page Using jQuery
You can able to call PHP page/HTML page using jQuery function by including jQuery library. Check the below example to call a PHP file using jQuery function: You can display the PHP page which is called from jQuery function in the current page as below: